1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Enable running analyzers on DllImportGenerator and Microsoft.Interop.SourceGeneration (#59683)

This commit is contained in:
Elinor Fung 2021-09-27 17:40:23 -07:00 committed by GitHub
parent 7c87cc1aa5
commit 3f78928969
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 100 additions and 93 deletions

View file

@ -18,7 +18,7 @@
unconditionally in Microsoft.NETCoreSdk.BundledVersions.props.
-->
<NETCoreAppMaximumVersion>$(MajorVersion).$(MinorVersion)</NETCoreAppMaximumVersion>
<EnableNETAnalyzers Condition="'$(EnableAnalyzers)' != 'true'">false</EnableNETAnalyzers>
<EnableNETAnalyzers Condition="'$(EnableNETAnalyzers)' == ''">$(RunAnalyzers)</EnableNETAnalyzers>
<!-- SDK sets product to assembly but we want it to be our product name -->
<Product>Microsoft%AE .NET</Product>
<!-- Use the .NET product branding version for informational version description -->