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

fabiocav created a review comment on a pull request on Azure/azure-functions-dotnet-worker
@jviau can you double check this? A resolved instance of `GrpcChannelOptions` will have the `MaxSendMessageSize` set to `null` with the OOB setup.

View on GitHub

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

View on GitHub

brettsam created a review comment on a pull request on Azure/azure-functions-dotnet-worker
Depends on what the registered service is being used for. For `ILoggerProvider`, there will be many registered so we don't want to use `TryAddSingleton()` as it'd just flat-out skip this if anyone ...

View on GitHub

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

View on GitHub

mattchenderson created a review comment on a pull request on Azure/azure-functions-dotnet-worker
Non-blocking question just for my own understanding, but why is this preferable to using `TryAddSingleton`?

View on GitHub

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

View on GitHub

brettsam pushed 1 commit to brettsam/dupes Azure/azure-functions-dotnet-worker

View on GitHub

satvu created a comment on an issue on Azure/azure-functions-dotnet-worker
Closing as complete

View on GitHub

satvu closed an issue on Azure/azure-functions-dotnet-worker
Throughput Testing: SB Test Upgrade
Upgrade .NET SB tests to latest SDKs and MI.
satvu closed a pull request on Azure/azure-functions-dotnet-worker
Update `global.json` .NET 8 value
<!-- Please provide all the information below. --> ### Issue describing the changes in this PR Update to [latest ](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). ### Pull reques...
brettsam created a review comment on a pull request on Azure/azure-functions-dotnet-worker
changed the approach here to use an `IConfigureOptions` class which lets us use `TryAddEnumerable`

View on GitHub

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

View on GitHub

brettsam pushed 1 commit to brettsam/dupes Azure/azure-functions-dotnet-worker

View on GitHub

brettsam pushed 11 commits to brettsam/dupes Azure/azure-functions-dotnet-worker
  • 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
  • Analyzer for Multiple-Output Binding Scenarios with ASP.NET Core Integration (#2706) 7b1bd29
  • Remove documentation tag (#2751) The parameter does not exist. 6abd03d
  • initial fix of duplicate registrations if AddFunctionsWorkerCore called twice 752c67e
  • pr updates 9e3db63

View on GitHub

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

View on GitHub

Tealons opened an issue on Azure/azure-functions-dotnet-worker
Wrong content-type header when returning a POCO (as JSON) on a isolated http triggered
### Description The workaround in [this issue](https://github.com/Azure/azure-functions-dotnet-worker/issues/666) still seems needed, even though the last comment indicates otherwise. I checked ...
satvu created a branch on Azure/azure-functions-dotnet-worker

satvu/update-net8-globaljson - Azure Functions out-of-process .NET language worker

grazianiborcai opened an issue on Azure/azure-functions-dotnet-worker
Update Microsoft.Azure.Functions.Worker.Sdk to latest version of Microsoft.Azure.WebJobs.Extensions.Kusto, Microsoft.Azure.WebJobs.Extensions.ServiceBus and Microsoft.NET.Sdk.Functions to address MVS-2024-4pxx-qrh4, MVS-2024-v9qq-rppv and CVE-2024-30105
### Dercription: Internal Microsoft Component Governance scanning is identifying a vulnerability in Microsoft.Azure.Kusto.Data (11.3.3) and Microsoft.Azure.Kusto.Ingest(11.3.3), due to a dependency...
ben-ward1 opened an issue on Azure/azure-functions-dotnet-worker
dotnet 8 isolated worker does not reload configuration after updating json file
### Description Posting this here after getting no responses in [this discussion](https://github.com/Azure/azure-functions-dotnet-worker/discussions/2791). The json configuration provider in a v4...
liliankasem created a review on a pull request on Azure/azure-functions-dotnet-worker

View on GitHub

MichaelBakkerDP created a comment on an issue on Azure/azure-functions-dotnet-worker
I had the same problem (debugging locally) and read this thread with dread. Then i closed the solution, removed all bin and debug folders and restarted. A default tactic that i always use when reac...

View on GitHub

PlehXP created a comment on an issue on Azure/azure-functions-dotnet-worker
The grpc host and port are provided by command line. So the fix for me was to add `.AddCommandLine(Environment.GetCommandLineArgs())` Hope this helps.

View on GitHub

thedomeffm created a comment on an issue on Azure/azure-functions-dotnet-worker
Any updates here? `The gRPC channel URI 'http://:' could not be parsed.` It can't be true that hot-reload is not available in 2024. The issue is 2.5 years old.

View on GitHub

mcremer-able created a comment on an issue on Azure/azure-functions-dotnet-worker
Wer are using nodejs and as such can not use @nodeomega 's workaround. Is there any way to maybe downgrade, so it can work again?

View on GitHub

sonofsmog created a comment on an issue on Azure/azure-functions-dotnet-worker
Same issue with using Azure.Security.KeyVault.Secrets and callingSecretClient.GetSecretAsync. @nodeomega's workaround worked for me. Good looking out. Hopefully this gets fixed soon.

View on GitHub

ichiroku11 starred Azure/azure-functions-dotnet-worker
microsoft-github-policy-service[bot] created a comment on an issue on Azure/azure-functions-dotnet-worker
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occur...

View on GitHub

microsoft-github-policy-service[bot] created a comment on an issue on Azure/azure-functions-dotnet-worker
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occur...

View on GitHub

acatuttle starred Azure/azure-functions-dotnet-worker
Load more