We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f60c13 commit d18301bCopy full SHA for d18301b
1 file changed
src/DeterministicTests/DeterministicTests.csproj
@@ -19,4 +19,11 @@
19
</ItemGroup>
20
<Import Project="$(ProjectDir)..\Verify\buildTransitive\Verify.props" />
21
<Import Project="$(ProjectDir)..\Verify\buildTransitive\Verify.targets" />
22
+ <!--Work around: https://github.com/dotnet/sdk/issues/21006-->
23
+ <Target Name="DisableAnalyzers"
24
+ BeforeTargets="CoreCompile">
25
+ <ItemGroup>
26
+ <Analyzer Remove="@(Analyzer)" />
27
+ </ItemGroup>
28
+ </Target>
29
</Project>
0 commit comments