From the archives...
Testing in .NET with xUnit + NSubstitute + Shouldly
https://barretblake.dev/posts/development/2026/04/testing-dotnet/ #testing #dotnet #xunit #nsubstitute #shouldly
From the archives...
Testing in .NET with xUnit + NSubstitute + Shouldly
https://barretblake.dev/posts/development/2026/04/testing-dotnet/ #testing #dotnet #xunit #nsubstitute #shouldly
Azure Functions 開発の初歩(.NET 8 / Isolated Worker)
https://qiita.com/takahashih_imagitech/items/126a8f1e5eef624a41f1?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #C #xUnit #AzureFunctions #IsolatedWorker #FunctionsCoreTools
New post from my blog...
In case you missed it earlier...
Testing in .NET with xUnit + NSubstitute + Shouldly
https://barretblake.dev/posts/development/2026/04/testing-dotnet/ #testing #dotnet #xunit #nsubstitute #shouldly
New post from my blog...
Testing in .NET with xUnit + NSubstitute + Shouldly
https://barretblake.dev/posts/development/2026/04/testing-dotnet/ #testing #dotnet #xunit #nsubstitute #shouldly
via @dotnet : Supercharge Your Test Coverage with GitHub Copilot Testing for .NET
https://ift.tt/HnlU7Tg
#GitHubCopilot #NET #UnitTesting #VisualStudio #AIPoweredDevelopment #SoftwareTesting #CodeCoverage #DevCommunity #MSTest #xUnit #NUnit #TestAutomation #Soft…
@bradwilson I saw your issue about #JetBrainsRider not supporting @xunit v3 with Microsoft.Testing.Platfrom v2
With #dotnet 10 how would a minimal project using MTP v2 and #xunit v3 look like now.
Like this?
https://github.com/bitbonk/rider-mtp-v2-repro/pull/1
Or do I still need the xunit.v3.mtp-v2 package or even the bool msbuild properties
TestingPlatformDotnetTestSupport or UseMicrosoftTestingPlatformRunner
Apparently #tunit runs a lot more in parallel compared to #xunit.
It also uses source generation so test discovery is a lot faster.