Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Azure/azure-functions-dotnet-worker

Gobikannan created a comment on an issue on Azure/azure-functions-dotnet-worker
Hi Team, We are also facing the issue. Here are the couple of instances (copied from app insights). Event time - 17/10/2024, 14:00:10.6619468 (UK) ProcessId | 6668 |   HostInstanceId | 704181c4-3...

View on GitHub

jdinardofsl created a comment on an issue on Azure/azure-functions-dotnet-worker
Any update on this? I was running into the same issue with Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.1. Builds succeeded locally but would fail in the ADO pipeline. This was incredibly...

View on GitHub

bishwaranjans created a comment on an issue on Azure/azure-functions-dotnet-worker
I am also facing the same issue

View on GitHub

Dave-DRX created a comment on an issue on Azure/azure-functions-dotnet-worker
Having same issue with Microsoft.Azure.WebJobs.Extensions.Storage.Queues. System.Private.CoreLib: Exception has been thrown by the target of an invocation. Microsoft.Azure.WebJobs.Extensions.Stora...

View on GitHub

vtnzDirkMomsen opened an issue on Azure/azure-functions-dotnet-worker
Isolated Http Trigger [FromQuery] bool parameterName cannot serialize Pascal case True or False
#### Repro steps 1. Create a function as follows on a default .net 8 isolated function app: ``` public class Function1 { public Function1() { } [Function("Function1")] public ...
avok-thp created a comment on an issue on Azure/azure-functions-dotnet-worker
@fabiocav | timestamp [UTC] | InvocationId | |-----------------------------|------------------------------------------------| | 10/17...

View on GitHub

Rudresh-Dongre-Contractor created a comment on an issue on Azure/azure-functions-dotnet-worker
Facing the same issue recently while trying to use Azure.Storage.Blobs

View on GitHub

satvu created a comment on an issue on Azure/azure-functions-dotnet-worker
Closing as resolved - issue no longer present.

View on GitHub

satvu closed an issue on Azure/azure-functions-dotnet-worker
Fix flaky CodeQL check
[Example](https://github.com/Azure/azure-functions-dotnet-worker/actions/runs/7465770822/attempts/1) of a failing build. The failures seem to be related to the "autobuild" step. - [Documentation...
satvu opened an issue on Azure/azure-functions-dotnet-worker
Throughput Testing: SB Test Upgrade
Upgrade .NET SB tests to latest SDKs and MI.
fabiocav created a comment on an issue on Azure/azure-functions-dotnet-worker
Validation still in progress. Working with the perf team.

View on GitHub

liliankasem created a review on a pull request on Azure/azure-functions-dotnet-worker

View on GitHub

azure-pipelines[bot] created a comment on a pull request on Azure/azure-functions-dotnet-worker
<samp> Azure Pipelines successfully started running 1 pipeline(s).<br> </samp>

View on GitHub

satvu deleted a branch Azure/azure-functions-dotnet-worker

satvu/http-multi-output-analyzer

satvu pushed 1 commit to main Azure/azure-functions-dotnet-worker
  • Analyzer for Multiple-Output Binding Scenarios with ASP.NET Core Integration (#2706) 7b1bd29

View on GitHub

satvu closed an issue on Azure/azure-functions-dotnet-worker
Analyzer for multiple output bindings using IActionResult
From discussion [here](https://github.com/Azure/azure-functions-dotnet-worker/pull/2322#discussion_r1525404966). Follow up to PR #2322, and would ease adoption/migration of `HttpResultAttribute`.
satvu closed a pull request on Azure/azure-functions-dotnet-worker
Analyzer for Multiple-Output Binding Scenarios with ASP.NET Core Integration
<!-- Please provide all the information below. --> ### Issue describing the changes in this PR resolves https://github.com/Azure/azure-functions-dotnet-worker/issues/2352 ### Pull request...
liliankasem created a comment on a pull request on Azure/azure-functions-dotnet-worker
/azp run dotnet-worker.public

View on GitHub

satvu pushed 30 commits to satvu/http-multi-output-analyzer Azure/azure-functions-dotnet-worker
  • Function App (Flex Cosumption) ZipDeploy publish support (#2712) * In ZipDeploy, add support for publishing a Flex C... 24cd553
  • Updating packages dependencies to the latest (#2729) 39cb965
  • Update EntityFramework sample pkg versions (#2742) 903be9c
  • Updating FunctionExecutorGenerator to avoid long if/else chains. a98b271
  • Generators package version update (#2755) 0f345be
  • Generator tests: Add transitive dependency for System.Text.Json v8.0.5 & bump extension versions (#2760) 33047a0
  • Fixing Function Executor test 7a9559a
  • Refactor WebJobs extension info (#2762) 9590def
  • skipBuildTagsForGitHubPullRequests when the PR is a fork (#2770) 97e7048
  • Bump System.Text.Json from 8.0.4 to 8.0.5 in /host/src/FunctionsNetHost (#2768) Bumps [System.Text.Json](https://git... 2684846
  • re-use FunctionsWorkerApplicationBuilder if called multiple times (#2774) f249435
  • Add worker extension validation to CI (#2764) afd1006
  • ignore rider temp files 04ce8b7
  • Support SignalR trigger return value (#2771) 9f278fa
  • add skipBuildTagsForGitHubPullRequests for extensions (#2779) 52594e0
  • Fix typos in CI referencing test projects (#2773) ad547ba
  • Adding a null check before initiating the internal Activity (#2765) * Adding a null check for the internal Activity. f2c700d
  • Bump System.Text.Json to 8.0.5 (#2783) 30fd904
  • Use full namespace for Task.FromResult in function metadata provider generator to avoid namespace conflict (#2681) b1a94a1
  • add tests and analyzer a0cd7fa
  • and 10 more ...

View on GitHub

satvu pushed 1 commit to satvu/http-multi-output-analyzer Azure/azure-functions-dotnet-worker

View on GitHub

liliankasem closed an issue on Azure/azure-functions-dotnet-worker
FromResult error when namespace ends in .Task
### Description Receive a "The type or namespace name 'FromResult' does not exist in the namespace 'project namespace' error when the project name/namespace ends with .Task Error comes from Gen...
liliankasem pushed 1 commit to main Azure/azure-functions-dotnet-worker
  • Use full namespace for Task.FromResult in function metadata provider generator to avoid namespace conflict (#2681) b1a94a1

View on GitHub

liliankasem closed a pull request on Azure/azure-functions-dotnet-worker
Use full namespace for Task.FromResult in function metadata provider generator to avoid namespace conflict
<!-- Please provide all the information below. --> ### Issue describing the changes in this PR resolves #2611 ### Pull request checklist * [x] My changes **do not** require documentat...
BrunoCandia created a comment on an issue on Azure/azure-functions-dotnet-worker
We are facing the same issue, would be good if we could get an update about this, thanks!!

View on GitHub

jviau created a review on a pull request on Azure/azure-functions-dotnet-worker

View on GitHub

danielmarbach created a comment on a pull request on Azure/azure-functions-dotnet-worker
Done FYI I have previously already set > Allow edits by maintainers

View on GitHub

Sefriol created a comment on an issue on Azure/azure-functions-dotnet-worker
This is just my speculation after a lot of trial and error: When you add appsettings you can control specifically applicationInsight log level. When using host file, you control host log level. The...

View on GitHub

fabiocav created a comment on an issue on Azure/azure-functions-dotnet-worker
Done.

View on GitHub

fabiocav closed an issue on Azure/azure-functions-dotnet-worker
Refactor host builder APIs in Worker SDKs
Capturing initial context: - Layering: Move the APIs to Worker packages - Possible API changes (move away from FunctionsApplicationBuilder?)
vanillajonathan created a comment on an issue on Azure/azure-functions-dotnet-worker
@satvu Yes, I can refactor my function to look more like that example but I think Azure function should either be able to handle multiple attributes on a parameter or it should throw a exception wi...

View on GitHub

Load more