Enable analyzers for Emby.Naming

This commit is contained in:
Bond_009 2019-12-17 17:41:12 +01:00
parent 5a8e972952
commit 742d84e53f

View file

@ -26,12 +26,12 @@
</PropertyGroup>
<!-- Code Analyzers-->
<!-- <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7" PrivateAssets="All" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" />
</ItemGroup>-->
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>