Transitive global usings #59141
Answered
by
maxkoshevoi
maxkoshevoi
asked this question in
Q&A
-
Just noticed that this question might be better suited from https://github.com/dotnet/roslyn. Feel free to move it there is this is the case. Is it possible for So far I have two workarounds, nether of which are a good solution:
<ItemGroup>
<Compile Include="..\MyApp.Domain\Usings.cs" Link="Usings.Domain.cs" DependentUpon="Usings.cs" />
</ItemGroup> Downsides:
<ItemGroup>
<Using Add="MyApp.UnitTests.Common" />
</ItemGroup> Downsides:
|
Beta Was this translation helpful? Give feedback.
Answered by
maxkoshevoi
Sep 18, 2021
Replies: 1 comment
-
Moved to dotnet/roslyn#56521 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxkoshevoi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moved to dotnet/roslyn#56521