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

jviau pushed 1 commit to main Azure/azure-functions-dotnet-worker
  • Set extension RPC max message length (#2772) * Set max message length for RPC client * Update Rpc version and rel... 0acbeec

View on GitHub

nathansom opened an issue on Azure/azure-functions-dotnet-worker
error MSB3030: Could not copy the file "obj\Release\net6.0\Microsoft.Azure.Functions.Worker.Extensions.dll"
### Description I created two different Azure Function projects. One with the `func` CLI command and the other one with Visual Studio template. Both projects had no syntax error but encountered th...
pauld-hf created a comment on an issue on Azure/azure-functions-dotnet-worker
Thanks @fabiocav thanks for the response and sorry for the delay here are results from one of our functions that exhibits the issue. | InvocationId | RequestTime [UTC] | ExceptionTime [UTC] | |---...

View on GitHub

sec created a comment on an issue on Azure/azure-functions-dotnet-worker
> This work is going through validation. Currently in progress. Hi. Any update on this when we can expect this to be fixed?

View on GitHub

microsoft-github-policy-service[bot] closed an issue on Azure/azure-functions-dotnet-worker
SignalR input binding interaction
### What version of .NET does your existing project use? .NET 6 ### What version of .NET are you attempting to target? .NET 8 ### Description Prerequisites: 1. Azure Function Isolated worker ...
kmadof starred Azure/azure-functions-dotnet-worker
krzysztof-madej starred Azure/azure-functions-dotnet-worker
shibayan created a comment on an issue on Azure/azure-functions-dotnet-worker
Alternative workaround ```xml <ItemGroup> <FunctionsPreservedDependencies Include="System.Memory.Data.dll" /> </ItemGroup> ```

View on GitHub

lmolkova opened an issue on Azure/azure-functions-dotnet-worker
No spans from blog trigger in isolated worker (host or worker)
Here's the repro app: https://github.com/lmolkova/testfuncotel Environment: - A .NET 9 RC 2 SDK - Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore at v2.0.0-preview1 - Microsoft.Azure.F...
surgupta-msft created a review on a pull request on Azure/azure-functions-dotnet-worker

View on GitHub

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

View on GitHub

brettsam pushed 1 commit to release/2.x Azure/azure-functions-dotnet-worker
  • moving AspNetCore extension to preview3 (#2801) f7365e6

View on GitHub

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

brettsam/asp_p3

brettsam pushed 1 commit to feature/2.x Azure/azure-functions-dotnet-worker
  • moving AspNetCore extension to preview3 (#2801) f7365e6

View on GitHub

brettsam closed a pull request on Azure/azure-functions-dotnet-worker
moving AspNetCore extension 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...
fabiocav created a review on a pull request on Azure/azure-functions-dotnet-worker

View on GitHub

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

View on GitHub

brettsam opened a pull request on Azure/azure-functions-dotnet-worker
moving AspNetCore extension to preview3
### Pull request checklist * [ ] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue linked to PR * [ ] My changes **should not** be added to the release...
brettsam created a branch on Azure/azure-functions-dotnet-worker

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

satvu opened a pull request on Azure/azure-functions-dotnet-worker
Update packages
<!-- Please provide all the information below. --> ### Issue describing the changes in this PR Update `System.Formats.Asn1` to version `6.0.1`. ### Pull request checklist * [x] My chan...
satvu pushed 1 commit to satvu/update-packages Azure/azure-functions-dotnet-worker

View on GitHub

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

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

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

satvu/update-nethost-globaljson

satvu pushed 1 commit to main Azure/azure-functions-dotnet-worker
  • Update nethost global json, update sample (#2797) 2b83c35

View on GitHub

satvu closed a pull request on Azure/azure-functions-dotnet-worker
Update FunctionsNetHost `global.json`
<!-- Please provide all the information below. --> ### Issue describing the changes in this PR Updating the .NET SDK version in the `global.json` file and the `FileDownload` sample to the la...
jviau created a review on a pull request on Azure/azure-functions-dotnet-worker

View on GitHub

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

View on GitHub

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

Load more