AzureFunctions.TestHelpers
AzureFunctions.TestHelpers copied to clipboard
Test your Azure Functions! ⚡
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.1.0 to 3.1.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi @riezebosch , I'm trying to write some integration tests using your helpers however I'm facing issues with durable functions. This is how I creating my host: ``` _host =...
Bumps [Microsoft.Azure.WebJobs.Extensions.DurableTask](https://github.com/Azure/azure-functions-durable-extension) from 2.9.0 to 2.10.0. Release notes Sourced from Microsoft.Azure.WebJobs.Extensions.DurableTask's releases. Durable Functions v2.10.0 https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/2.10.0 New features Introduced Table-based Partition manager (i.e partition manager v3) (#2490). - contributed by...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.0. Commits 5ebf84c v2.5.0 fd327b6 Ensure both failed tests and errors cancel for stopOnFail 4e86b43 Latest dependencies c29a760 #110: Visual Studio test explorer cannot filter...
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.0. Commits 12ec6b8 Bump up to v2.5.1-pre 92f31c4 v2.5.0 188216b Ensure both failed tests and error cause error return codes (and cancel for s... c973179...
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0. Release notes Sourced from coverlet.msbuild's releases. v6.0.0 Fixed -Could not write lines to file CoverletSourceRootsMapping - in use by another process coverlet-coverage/coverlet#1155 -Incorrect coverage...
Bumps [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk) from 4.1.3 to 4.2.0. Release notes Sourced from Microsoft.NET.Sdk.Functions's releases. Microsoft.NET.Sdk.Functions 4.2.0 What's Changed Handling additional auth scenarios for Zip Deploy by @vijayrkn in Azure/azure-functions-vs-build-sdk#611 Full Changelog: https://github.com/Azure/azure-functions-vs-build-sdk/compare/4.1.3...4.2.0...
Hi @riezebosch, Would it be possible to add support for isolated process ? Best regards