aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-12-18 12:03:54 +0100
committerBond-009 <bond.009@outlook.com>2019-12-18 12:03:54 +0100
commit5c9e849b85f92f542cd23022b9bbcda209111d09 (patch)
tree09350a825af885ecf9b926bf534b8620ee0b0af3
parent742d84e53fa7b5048383a41d31399d5f6a27fa50 (diff)
Enable analyzers
-rw-r--r--Emby.Photos/Emby.Photos.csproj4
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Photos/Emby.Photos.csproj b/Emby.Photos/Emby.Photos.csproj
index 4bd0f1e4a..23b7a819b 100644
--- a/Emby.Photos/Emby.Photos.csproj
+++ b/Emby.Photos/Emby.Photos.csproj
@@ -25,11 +25,11 @@
</PropertyGroup>
<!-- Code Analyzers-->
- <!--<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" />
- </ItemGroup>-->
+ </ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 6b45f75bc..14cda0868 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -51,12 +51,12 @@
</PropertyGroup>
<!-- Code Analyzers-->
- <!--<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" />
- </ItemGroup>-->
+ </ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>