Closed
Description
Adding this property to csproj can easily cause users to fall in hybrid mode. The docs should advise to add it in Directory.Build.props at repo root. The property should be having zero effect for non-test projects so it's fine to be in Directory.Build.props in repo root if users are not separating src
and tests
directories.
If they are separating, I think it doesn't matter that much to be in <RepoRoot>/Directory.Build.props
or <RepoRoot>/tests/Directory.Build.props
.
Activity