diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-10-06 11:30:45 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-10-06 11:30:45 +0200 |
| commit | 03f933aaa07113b0ae6971921249691c8455d5ba (patch) | |
| tree | 00784a96b657284a658ed5b319d3e192e7b8b7c9 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | c5285cee1c1819a45a6f6ce240eb6e1c108d3f7e (diff) | |
Fix the last few warnings
Enables TreatWarningsAsErrors for all projects
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 428cad071..82e4c3d69 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -47,11 +47,6 @@ <GenerateDocumentationFile>true</GenerateDocumentationFile> <!-- https://github.com/microsoft/ApplicationInsights-dotnet/issues/2047 --> <NoWarn>AD0001</NoWarn> - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> - </PropertyGroup> - - <PropertyGroup Condition=" '$(Configuration)' == 'Release'"> - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> <!-- Code Analyzers--> |
