File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ M:Microsoft.CodeAnalysis.Compilation.GetTypeByMetadataName(System.String); Use WellKnownTypeProvider instead
Original file line number Diff line number Diff line change 2020 <UpToDateCheckInput Include =" $(MSBuildThisFileDirectory)..\eng\Analyzers_ShippingRules.ruleset" Condition =" '$(CodeAnalysisRuleSet)' == '$(MSBuildThisFileDirectory)..\build\Analyzers_NonShippingRules.ruleset'" />
2121 </ItemGroup >
2222
23+ <ItemGroup >
24+ <PackageReference Include =" Microsoft.CodeAnalysis.BannedApiAnalyzers" Version =" 2.9.6" />
25+ <AdditionalFiles Include =" $(MSBuildThisFileDirectory)\BannedSymbols.txt" Condition =" '$(BannedSymbolsOptOut)' != 'true'" />
26+ </ItemGroup >
27+
2328 <PropertyGroup >
2429 <!-- Workaround for https://github.com/dotnet/roslyn/issues/25041 -->
2530 <MSBuildAllProjects Condition =" '$(CodeAnalysisRuleSet)' == '$(MSBuildThisFileDirectory)..\eng\Analyzers_NonShippingRules.ruleset'" >$(MSBuildAllProjects);$(MSBuildThisFileDirectory)..\build\Analyzers_ShippingRules.ruleset</MSBuildAllProjects >
You can’t perform that action at this time.
0 commit comments