Moniker for net core frameworks #232
-
Were using the following command to create the coverage xml: Using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The infill in the So, for example, from the most recent (at time of writing) build at line 7669 with
Have you checked the |
Beta Was this translation helpful? Give feedback.
The infill in the
coverage.[whatever].xml
is taken from the$(TargetFramework)
value, so is driven by the--framework
value on the command line.So, for example, from the most recent (at time of writing) build at line 7669
D:\a\altcover\altcover\__AltCover.Api.Tests> "C:\Program Files\dotnet\dotnet.EXE" test --verbosity minimal AltCover.Api.Tests.fsproj --configuration Debug --framework net9.0 /nodeReuse:False /p:AltCoverTag=UnitTestWithCoreRunner_ /p:AltCover=true /p:AltCoverAssemblyFilter=%5C.DataCollector|Sample|Microsoft|testhost| /p:AltCoverTypeFilter=System%5C.|Sample3%5C.Class2|Microsoft|<Start|ICSharpCode|UnitTestStub|SolutionRoot|Expecto| /p:AltCoverMethodFilter=WaitForExitCustom…