We should avoid "standard" switch name for msbuild driver #1252
MarcoRossignoli
started this conversation in
Ideas
Replies: 1 comment
-
I agree. But we can't make this change without breaking existing users. We could alias existing options though, so users can use the "Coverlet" prepended ones when they run into name clash issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Usually I work with a VS command prompt.
Doing some test I found that "strange" include filter are present
I've opened an issue on cli repo https://github.com/dotnet/cli/issues/12821
At the end the issue is the name switch
Include
that is used by vs command line env and used by msbuild.I think that we should avoid to have name that collide with "standard" switch name, for instance we should prepend every switch with "Coverlet" i.e.
It's a breaking change.
cc: @tonerdo @petli
Beta Was this translation helpful? Give feedback.
All reactions