aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-01-02 10:13:57 +0900
committerGitHub <noreply@github.com>2020-01-02 10:13:57 +0900
commitfb61a1f882a30e604793cc125fc5f3da5276547d (patch)
tree01be2fe9b9bba2be167ea5678b1cdd9df6b00b82 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parentd3bce6e3805c34e5a1ca301ab234459a02cc6445 (diff)
parent5c9e849b85f92f542cd23022b9bbcda209111d09 (diff)
Merge pull request #2150 from Bond-009/releaseerror
Enable TreatWarningsAsErrors for some projects
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 115e07d57..7ae6f38a1 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -49,7 +49,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
- <!-- Code analysers-->
+ <!-- Code Analyzers-->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" />