diff options
| author | Bond_009 <Bond.009@outlook.com> | 2019-12-17 17:41:12 +0100 |
|---|---|---|
| committer | Bond_009 <Bond.009@outlook.com> | 2019-12-17 17:41:12 +0100 |
| commit | 742d84e53fa7b5048383a41d31399d5f6a27fa50 (patch) | |
| tree | 1879aaa444db6ed28a4bfc5ee376051d966e3774 | |
| parent | 5a8e972952e45ff7361d8370e289eb44911b914c (diff) | |
Enable analyzers for Emby.Naming
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index c69b36894..ed1670adf 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -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> |
