Uh oh!
There was an error while loading. Please reload this page.
Use TargetFramework conditions consistently in libraries - #35956
Conversation
ghost
commented
May 7, 2020
Tagging subscribers to this area: @ViktorHofer |
| # Library project guidelines | ||
| ## TargetFramework conditions |
There was a problem hiding this comment.
Should we call out that $(TargetFramework) should be avoided in PropertyGroup conditions (unless those are in a second PropertyGroup)?
There was a problem hiding this comment.
Do you know if we're going to validate that? I recall at one point we talked about it.
There was a problem hiding this comment.
I would prefer to not add infra for that and instead push on the project system / msbuild team to make progress on the actual issue.
ViktorHofer
commented
May 8, 2020
Feedback is addressed. Someone pls approve :D |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ViktorHofer
commented
May 9, 2020
Ping reviewers, please approve :) |
See the docs commit for the desired behavior: b0b09c6.
Additional cleanup:
Rootnamespace,AssemblyName)cc @ericstj