Skip to content

Commit ab476da

Browse files
committed
[external] Disable Roslyn Analyzers on external code.
1 parent c936d09 commit ab476da

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

external/Directory.Build.targets

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
4+
<!-- Don't run Roslyn analyzers on external projects -->
5+
<PropertyGroup>
6+
<DisableRoslynAnalyzers>True</DisableRoslynAnalyzers>
7+
</PropertyGroup>
8+
9+
<Import Project="../Directory.Build.targets" />
10+
11+
</Project>

0 commit comments

Comments
 (0)