Enable nullable for Jellyfin.Server.Implementations

This commit is contained in:
Patrick Barron
2020-12-12 11:20:48 -05:00
parent b3caa51173
commit d9263dacd5
11 changed files with 9 additions and 15 deletions

View File

@@ -5,6 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">