aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
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 /Jellyfin.Api
parentd3bce6e3805c34e5a1ca301ab234459a02cc6445 (diff)
parent5c9e849b85f92f542cd23022b9bbcda209111d09 (diff)
Merge pull request #2150 from Bond-009/releaseerror
Enable TreatWarningsAsErrors for some projects
Diffstat (limited to 'Jellyfin.Api')
-rw-r--r--Jellyfin.Api/Jellyfin.Api.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj
index a2818b45d..73ffaa53d 100644
--- a/Jellyfin.Api/Jellyfin.Api.csproj
+++ b/Jellyfin.Api/Jellyfin.Api.csproj
@@ -17,7 +17,7 @@
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
</ItemGroup>
- <!-- Code analysers-->
+ <!-- Code Analyzers-->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7" PrivateAssets="All" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />