You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Add a dotnet_coverage task which uses dotnet-coverage to generate source code coverage for .NET assemblies that can be invoked in the form dotnet <assembly> <input-file>.
Target the .NET 6.0 runtime to start, but avoid overcommitting as much as possible.
AB#39956286
The text was updated successfully, but these errors were encountered:
Add a
dotnet_coverage
task which usesdotnet-coverage
to generate source code coverage for .NET assemblies that can be invoked in the formdotnet <assembly> <input-file>
.Target the .NET 6.0 runtime to start, but avoid overcommitting as much as possible.
AB#39956286
The text was updated successfully, but these errors were encountered: