Skill
Coverlet for .NET
Use the open-source free `coverlet` toolchain for .NET code coverage.
dotnet skills install coverlet
Use the open-source free `Stryker.NET` mutation testing tool for .NET. Use when a repo needs to measure whether tests actually catch faults, especially in critical libraries or domains.
Stryker.NETreferences/stryker.mdreferences/commands.mdreferences/patterns.mdUse the open-source free `coverlet` toolchain for .NET code coverage.
dotnet skills install coverlet
Write, run, or repair .NET tests that use MSTest.
dotnet skills install mstest
Write, run, or repair .NET tests that use NUnit.
dotnet skills install nunit