Browse Source
Merge pull request #9165 from workgroupengineering/features/NetAnalyzers/submodule
fix: Diasable Net Analyzers to avoid submodule commit issue
pull/9176/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
src/Avalonia.Build.Tasks/Avalonia.Build.Tasks.csproj
|
|
|
@ -9,6 +9,11 @@ |
|
|
|
<NoWarn>NU1605;CS8632</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<!--Disable Net Perf. analyzer for submodule to avoid commit issue --> |
|
|
|
<PropertyGroup> |
|
|
|
<EnableNETAnalyzers>false</EnableNETAnalyzers> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="../Avalonia.Base/Utilities/AvaloniaResourcesIndex.cs"> |
|
|
|
<Link>Shared/AvaloniaResourcesIndex.cs</Link> |
|
|
|
|