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

ErikHen created a comment on an issue on Azure/azure-functions-dotnet-worker
I can confirm that our random ObjectDisposed Exceptions disappeared after workaround described above.

View on GitHub

janschreieradac created a comment on an issue on Azure/azure-functions-dotnet-worker
@fabiocav would be glad if you could give some guidance or direct it to someone who can. currently I only managed to make it explizit using this code snippet: https://gist.github.com/cajuncoding/...

View on GitHub

surgupta-msft created a comment on an issue on Azure/azure-functions-dotnet-worker
Adding additional context here - The distinction between `payload` and `binding data (aka trigger metadata)` is important here. To make sure that the terminology is clear, in the below example - `...

View on GitHub

satvu closed an issue on Azure/azure-functions-dotnet-worker
Add .NET 9 perf apps.
satvu created a comment on an issue on Azure/azure-functions-dotnet-worker
Apps added across all OS and SKUs.

View on GitHub

NoleNerd created a comment on an issue on Azure/azure-functions-dotnet-worker
I've been looking at a similar exception from an Orchestrator function without much luck. It has so far only been a one-off occurrence. - net8.0 - isolated - dockerized (linux) - Function App runn...

View on GitHub

iHaveBecomeDeath created a comment on an issue on Azure/azure-functions-dotnet-worker
We have also experienced this on a new function, just a few hours ago this invocation failed for example d641ab17-8180-4b55-8efe-219869c8887a 2024-10-24T08:56:33.0093595Z

View on GitHub

TheGissel 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 re...

View on GitHub

grazianiborcai created a comment on an issue on Azure/azure-functions-dotnet-worker
Please, help on this one. This is a potential bug.

View on GitHub

domenichelfenstein created a comment on an issue on Azure/azure-functions-dotnet-worker
@danielmarbach the bug fix you mentioned could be related. However, the `Microsoft.Azure.Functions.Worker.Extensions.ServiceBus` version in my error-throwing sample project is `5.22.0` which uses t...

View on GitHub

lmolkova opened an issue on Azure/azure-functions-dotnet-worker
Don't create fake activity on worker with the same Id as the host one
https://github.com/Azure/azure-functions-dotnet-worker/blob/2b83c355eaa21f508f9ff7a46bdc8e953e592527/src/DotNetWorker.Core/FunctionsApplication.cs#L80 The code above creates a 'fake' activity on ...
fabiocav created a review on a pull request on Azure/azure-functions-dotnet-worker

View on GitHub

DaveMiscampbell created a comment on an issue on Azure/azure-functions-dotnet-worker
FWIW adding some further Invocation IDs and Timestamps from the most recent time when this occurred for us |InvocationId|Timestamp (UTC)| |--|--| |`6e9c3db9-754f-4656-b27d-7ebc3b882cea`|2024-10-24...

View on GitHub

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

mattchenderson/v2-deps

mattchenderson pushed 1 commit to feature/2.x Azure/azure-functions-dotnet-worker
  • Updating dependencies (#2809) dd2f398

View on GitHub

mattchenderson closed a pull request on Azure/azure-functions-dotnet-worker
Updating dependencies
Updating a few dependencies in the feature branch to recent releases. ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation is...
brettsam pushed 1 commit to release/2.x Azure/azure-functions-dotnet-worker
  • moving aspnet to preview4 (#2808) e6be1bb

View on GitHub

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

brettsam/asp4

brettsam pushed 1 commit to feature/2.x Azure/azure-functions-dotnet-worker
  • moving aspnet to preview4 (#2808) e6be1bb

View on GitHub

brettsam closed a pull request on Azure/azure-functions-dotnet-worker
bumping aspnet to preview4
### 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...
mattchenderson created a review on a pull request on Azure/azure-functions-dotnet-worker

View on GitHub

mattchenderson pushed 1 commit to mattchenderson/v2-deps Azure/azure-functions-dotnet-worker

View on GitHub

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

View on GitHub

brettsam pushed 1 commit to brettsam/asp4 Azure/azure-functions-dotnet-worker
  • moving aspnet to preview4 3551c06

View on GitHub

mattchenderson opened a pull request on Azure/azure-functions-dotnet-worker
Updating dependencies
Updating a few dependencies in the feature branch to recent releases. ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation is...
brettsam pushed 1 commit to brettsam/asp4 Azure/azure-functions-dotnet-worker

View on GitHub

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

mattchenderson/v2-deps - Azure Functions out-of-process .NET language worker

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

jviau/merge-release-main

jviau pushed 1 commit to release/main Azure/azure-functions-dotnet-worker
  • Prep Extensions.Rpc release: merge main into release/main (#2805) * Generators package version update (#2755) * G... 6eb8998

View on GitHub

jviau closed a pull request on Azure/azure-functions-dotnet-worker
Prep Extensions.Rpc release: merge main into release/main
Merge `main` into `release/main` Had to resolve a conflict in `sdk/release_notes.md` (I took contents of `main` here)
Load more