Azure Functions 開発の初歩(.NET 8 / Isolated Worker) - Qiita

Azure Functions 開発の初歩(.NET 8 / Isolated Worker) 1. 使用バージョン 本ガイドでは以下のバージョンを使用します。 ツール バージョン .NET SDK 8.0.420 Azure Functions Co...

Qiita

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

xUnit で始める C# 単体テスト入門 - Qiita

C# で開発をしていると、単体テストを書く機会は必ず訪れます。 ただ、いざ書こうとすると「どこから手をつければいいんだろう」と迷うことも多いですよね。 この記事では、xUnit を使った単体テストの基本を中心に、 実務でつまずきやすいポイントや、外部依存を扱う際の考え方も交...

Qiita
@xunit @bradwilson Is there already a date, when #Xunit v2 will no longer be supported (will no longer receive bug fixes or security fixes)?
Supercharge Your Test Coverage with GitHub Copilot Testing for .NET - .NET Blog

Boost your testing workflow with GitHub Copilot testing for .NET, available now in Visual Studio. Automatically generate, build, and run high-quality unit tests for files, projects, or entire solutions.

.NET Blog

@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

Update repro for final version of MTP v2 and xunit v3 by bitbonk · Pull Request #1 · bitbonk/rider-mtp-v2-repro

This might be how the project needs to looks like when I want to use MTP v2 and xUnit.net v3

GitHub

Apparently #tunit runs a lot more in parallel compared to #xunit.

It also uses source generation so test discovery is a lot faster.

#dotnet

https://youtube.com/watch?v=S11Moa7kfPo&si=IalgRearU2OFeoxh

Andrew Lock: Testing Frameworks - Episode 376

YouTube
Testing with xUnit.net - Testcontainers for .NET

Enhance your CLI testing workflow with the new dotnet test - .NET Blog

Learn how .NET 10 transforms dotnet test with native Microsoft.Testing.Platform integration, delivering better performance and enhanced diagnostics.

.NET Blog