Skip to content

Moniker for net core frameworks #232

Answered by SteveGilham
axunonb asked this question in Q&A
Discussion options

You must be logged in to vote

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…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@axunonb
Comment options

Answer selected by axunonb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants