* Generators package version update (#2755)
* Generator tests: Add transitive dependency for System.Text.Json v8.0.5 & bump extension versions (#2760)
* Fixing Function Executor test
* Refactor WebJobs extension info (#2762)
* skipBuildTagsForGitHubPullRequests when the PR is a fork (#2770)
* Bump System.Text.Json from 8.0.4 to 8.0.5 in /host/src/FunctionsNetHost (#2768)
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5)
---
updated-dependencies:
- dependency-name: System.Text.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* re-use FunctionsWorkerApplicationBuilder if called multiple times (#2774)
* Add worker extension validation to CI (#2764)
* ignore rider temp files
* Support SignalR trigger return value (#2771)
* add skipBuildTagsForGitHubPullRequests for extensions (#2779)
* Fix typos in CI referencing test projects (#2773)
* Adding a null check before initiating the internal Activity (#2765)
* Adding a null check for the internal Activity.
* Bump System.Text.Json to 8.0.5 (#2783)
* Use full namespace for Task.FromResult in function metadata provider generator to avoid namespace conflict (#2681)
* Analyzer for Multiple-Output Binding Scenarios with ASP.NET Core Integration (#2706)
* Remove documentation tag (#2751)
The parameter does not exist.
* Update global.json .net8 value (#2795)
* initial fix of duplicate registrations if AddFunctionsWorkerCore called twice (#2790)
* Ignoring fatal exceptions in InvocationHandler (#2789)
* Update nethost global json, update sample (#2797)
* Set extension RPC max message length (#2772)
* Set max message length for RPC client
* Update Rpc version and release notes
* Update packages (#2800)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Surbhi Gupta <surgupta@microsoft.com>
Co-authored-by: Lilian Kasem <likasem@microsoft.com>
Co-authored-by: Fabio Cavalcante <facaval@microsoft.com>
Co-authored-by: sarah <35204912+satvu@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brett Samblanet <brettsam@microsoft.com>
Co-authored-by: Simon Cropp <simon.cropp@gmail.com>
Co-authored-by: yzt <zityang@microsoft.com>
Co-authored-by: Rohit Ranjan <90008725+RohitRanjanMS@users.noreply.github.com>
Co-authored-by: David Lee <10739819+DL444@users.noreply.github.com>
Co-authored-by: Jonathan <vanillajonathan@users.noreply.github.com>