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

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

View on GitHub

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

View on GitHub

fabiocav created a comment on an issue on Azure/azure-functions-dotnet-worker
@satvu let's sync. This shouldn't be using the `HttpResponseData` path.

View on GitHub

fabiocav pushed 1 commit to main Azure/azure-functions-dotnet-worker
  • Remove documentation tag (#2751) The parameter does not exist. 6abd03d

View on GitHub

fabiocav closed a pull request on Azure/azure-functions-dotnet-worker
Remove documentation tag
The parameter does not exist. <!-- Please provide all the information below. --> ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: D...
fabiocav created a comment on a pull request on Azure/azure-functions-dotnet-worker
Thank you, @vanillajonathan

View on GitHub

satvu created a comment on an issue on Azure/azure-functions-dotnet-worker
PR opened

View on GitHub

Mike-Becatti created a comment on an issue on Azure/azure-functions-dotnet-worker
To add more information, after this assembly is updated it puts a WorkerExtensions.csproj in the obj\Debug\net8.0\WorkerExtensions folder. That is where the conflict lies.

View on GitHub

toni-ar created a comment on an issue on Azure/azure-functions-dotnet-worker
+1 we're seeing the same problem

View on GitHub

vtnzDirkMomsen created a comment on an issue on Azure/azure-functions-dotnet-worker
@fabiocav can you please clarify this: > we wanted to mention that if you're using the ASP.NET Core integration, you'd see logs at the request level as well. I am using ASP.NET Core integration (`...

View on GitHub

Dave-DRX created a comment on an issue on Azure/azure-functions-dotnet-worker
The prescribed workaround (see above: "<PropertyGroup><_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>") worked. I guess I need to update to an isolated process, as recommended by Micro...

View on GitHub

fabiocav created a review comment on a pull request on Azure/azure-functions-dotnet-worker
Should we consider adding a marker to the service collection so there isn't a static state tracking this? In some scenarios, that scope might be too broad.

View on GitHub

fabiocav created a review on a pull request on Azure/azure-functions-dotnet-worker
Since the change to unblock duplicate calls was made against `main` , we should target that branch for this change as well.

View on GitHub

fabiocav created a review on a pull request on Azure/azure-functions-dotnet-worker
Since the change to unblock duplicate calls was made against `main` , we should target that branch for this change as well.

View on GitHub

brettsam opened a pull request on Azure/azure-functions-dotnet-worker
initial fix of duplicate registrations if AddFunctionsWorkerCore called twice
There will be more to improve here, but first crack at making AddFunctionsWorkerCore work if called multiple times. ### Pull request checklist * [ ] My changes **do not** require documentatio...
brettsam created a branch on Azure/azure-functions-dotnet-worker

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

fabiocav pushed 1 commit to fabiocav/fatalexceptionhandle Azure/azure-functions-dotnet-worker
  • Ignoring fatal exceptions in InvocationHandler bad0d7d

View on GitHub

fabiocav opened 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 * [ ] My changes **do not** require documentat...
fabiocav pushed 1 commit to fabiocav/fatalexceptionhandle Azure/azure-functions-dotnet-worker
  • Ignoring fatal exceptions in InvocationHandler aa1ccfd

View on GitHub

fabiocav pushed 1 commit to fabiocav/fatalexceptionhandle Azure/azure-functions-dotnet-worker
  • Ignoring fatal exceptions in InvocationHandler dbb81b8

View on GitHub

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

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

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

View on GitHub

vtnzDirkMomsen created a comment on an issue on Azure/azure-functions-dotnet-worker
It should also be noted that when I add `services.AddMvc().AddNewtonsoftJson();` to the `HostBuilder.ConfigureServices` (in Program.cs) nothing changes. It still seems to use System.Text.Json

View on GitHub

AisseMTT opened an issue on Azure/azure-functions-dotnet-worker
Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Microsoft.AspNetCore.Mvc.Core, Version=8.0.0.0
### What version of .NET does your existing project use? .NET 6 ### What version of .NET are you attempting to target? .NET 8 ### Description I followed instructions to migrate my function app...
AnthonyGiretti opened an issue on Azure/azure-functions-dotnet-worker
MultiResponse with output queue leads to: Exception: System.ObjectDisposedException: IFeatureCollection has been disposed. Object name: 'Collection'
### Description ### Description I'm experiencing issues with my Azure Functions while using the MultiResponse on HttpTriggers. Once a single request it's working, once several requests are coming ...
swettstein created a comment on an issue on Azure/azure-functions-dotnet-worker
getting close to the EOL of .NET 6 @fabiocav

View on GitHub

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

Load more