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:
parent
7c87cc1aa5
commit
3f78928969
36 changed files with 100 additions and 93 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue