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

stokara created a comment on an issue on Azure/azure-functions-dotnet-worker
This was driving me crazy. I had intermittent problems of the program not starting - getting stuck when reading the config. And then had this issue with grpc. Removing the ConfigurationBuilder h...

View on GitHub

brettsam pushed 52 commits to release/2.x 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
  • Update global.json .net8 value (#2795) 04e8bd1
  • initial fix of duplicate registrations if AddFunctionsWorkerCore called twice (#2790) 96db64d
  • Setting _ToolingSuffix for TargetFrameworkVersion v9.0 (#2597) * Setting _ToolingSuffix for V9.0 TargetFrameworkVers... e8baa02
  • Adding net9.0 TFM (#2615) * Adding net9.0 TFM Update build YAML to install net9 pin to preview6 in global.json * ... 113a266
  • Updating project structure to fix extensions, samples and core package dependencies 049f1b3
  • Updates to main solution. Fixing unit tests. 1c410e5
  • Dependency updates 813f521
  • Test updates e43e40e
  • Updating samples dependencies 96a42ca
  • Fixing extension solution dependencies dd749ee
  • Removing solution filter files 2978517
  • and 32 more ...

View on GitHub

brettsam pushed 1 commit to feature/2.x Azure/azure-functions-dotnet-worker
  • updating to preview3 (#2796) dfa7275

View on GitHub

brettsam closed a pull request on Azure/azure-functions-dotnet-worker
updating to preview3
### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue linked to PR * [x] My changes **should not** be added to the release...
brettsam created a comment on a pull request on Azure/azure-functions-dotnet-worker
> Just confirming, we're explicitly not touching SDK or the ASP.NET Core integration package, right? Not with this checkin. SDK hasn't changed and ASP.NET needs the "package dance" to occur befo...

View on GitHub

brettsam pushed 2 commits to brettsam/p3 Azure/azure-functions-dotnet-worker
  • Tactical fix to address a test issue (#2798) fbf7b9c
  • updating to preview3 bbb5cf0

View on GitHub

JosefBackovsky created a comment on an issue on Azure/azure-functions-dotnet-worker
It would be good to get at least some information.

View on GitHub

jainharsh98 pushed 1 commit to jainh/kafka4Upgrade4.0.0 Azure/azure-functions-dotnet-worker
  • Updating release_notes.md 9092c3b

View on GitHub

jainharsh98 opened a pull request on Azure/azure-functions-dotnet-worker
Updating to 4.0.0 and adding OAuthbearer attributes
### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue linked to PR * [ ] My changes **should not** be added to the release...
MO2k4 created a comment on an issue on Azure/azure-functions-dotnet-worker
The problem is long known and there is a workaround for this: https://github.com/Azure/azure-functions-host/issues/7930#issuecomment-1867803540

View on GitHub

jainharsh98 created a branch on Azure/azure-functions-dotnet-worker

jainh/kafka4Upgrade4.0.0 - Azure Functions out-of-process .NET language worker

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

fabiocav/fixsillytest

fabiocav pushed 1 commit to feature/2.x Azure/azure-functions-dotnet-worker
  • Tactical fix to address a test issue (#2798) fbf7b9c

View on GitHub

fabiocav closed a pull request on Azure/azure-functions-dotnet-worker
Tactical fix to address a test issue
<!-- Please provide all the information below. --> Tactical fix to a test in 2.0. Will send a proper fix in the main branch and pull this through. ### Pull request checklist * [x] My chan...
mattchenderson created a review on a pull request on Azure/azure-functions-dotnet-worker
Just confirming, we're explicitly not touching SDK or the ASP.NET Core integration package, right?

View on GitHub

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

View on GitHub

fabiocav opened a pull request on Azure/azure-functions-dotnet-worker
Tactical fix to address a test issue
<!-- Please provide all the information below. --> Tactical fix to a test in 2.0. Will send a proper fix in the main branch and pull this through. ### Pull request checklist * [ ] My chan...
satvu created a branch on Azure/azure-functions-dotnet-worker

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

brettsam opened a pull request on Azure/azure-functions-dotnet-worker
updating to preview3
<!-- Please provide all the information below. --> ### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [ ] My changes **do not** requir...
brettsam created a branch on Azure/azure-functions-dotnet-worker

brettsam/p3 - Azure Functions out-of-process .NET language worker

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

fabiocav/fatalexceptionhandle

fabiocav closed an issue on Azure/azure-functions-dotnet-worker
Worker will swallow OOM exceptions
### Description Invocationhandler.InvokeAsync will catch any exception and never rethrows. This creates confusing hangs for terminal exceptions such as OutOfMemoryException where the desirable b...
fabiocav pushed 1 commit to main Azure/azure-functions-dotnet-worker
  • Ignoring fatal exceptions in InvocationHandler (#2789) 4b29c59

View on GitHub

fabiocav closed a pull request on Azure/azure-functions-dotnet-worker
Ignoring fatal exceptions in InvocationHandler
<!-- Please provide all the information below. --> ### Issue describing the changes in this PR resolves #2757 ### Pull request checklist * [x] My changes **do not** require documentat...
fabiocav pushed 50 commits to feature/2.x 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
  • Update global.json .net8 value (#2795) 04e8bd1
  • initial fix of duplicate registrations if AddFunctionsWorkerCore called twice (#2790) 96db64d
  • Setting _ToolingSuffix for TargetFrameworkVersion v9.0 (#2597) * Setting _ToolingSuffix for V9.0 TargetFrameworkVers... e8baa02
  • Adding net9.0 TFM (#2615) * Adding net9.0 TFM Update build YAML to install net9 pin to preview6 in global.json * ... 113a266
  • Updating project structure to fix extensions, samples and core package dependencies 049f1b3
  • Updates to main solution. Fixing unit tests. 1c410e5
  • Dependency updates 813f521
  • Test updates e43e40e
  • Updating samples dependencies 96a42ca
  • Fixing extension solution dependencies dd749ee
  • Removing solution filter files 2978517
  • and 30 more ...

View on GitHub

fabiocav pushed 42 commits to fabiocav/2.xagain Azure/azure-functions-dotnet-worker
  • Remove documentation tag (#2751) The parameter does not exist. 6abd03d
  • Update global.json .net8 value (#2795) 04e8bd1
  • initial fix of duplicate registrations if AddFunctionsWorkerCore called twice (#2790) 96db64d
  • Setting _ToolingSuffix for TargetFrameworkVersion v9.0 (#2597) * Setting _ToolingSuffix for V9.0 TargetFrameworkVers... e8baa02
  • Adding net9.0 TFM (#2615) * Adding net9.0 TFM Update build YAML to install net9 pin to preview6 in global.json * ... 113a266
  • Updating project structure to fix extensions, samples and core package dependencies 049f1b3
  • Updates to main solution. Fixing unit tests. 1c410e5
  • Dependency updates 813f521
  • Test updates e43e40e
  • Updating samples dependencies 96a42ca
  • Fixing extension solution dependencies dd749ee
  • Removing solution filter files 2978517
  • Test updates to fix enum comparison issue 10a963e
  • Fixing SDK tests bc89016
  • Additional dependencies fixes e29ef79
  • Fixes to metadata generator tests c17f87c
  • Updates to extension test TFMs ec26c91
  • Updating end-to-end run targets ab0ec8c
  • Fixing failing tests on EndpointDataSource tests 0db2489
  • Replacing `#if NET5_0_OR_GREATER` with `#if NET8_0_OR_GREATER` 2f3716e
  • and 22 more ...

View on GitHub

fabiocav created a branch on Azure/azure-functions-dotnet-worker

fabiocav/2.xagain - Azure Functions out-of-process .NET language worker

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

View on GitHub

brettsam created a branch on Azure/azure-functions-dotnet-worker

brettsam/rebase - Azure Functions out-of-process .NET language worker

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

brettsam/dupes

Load more