Enable TreatWarningsAsErrors and Nullable for test projects

This commit is contained in:
Bond_009
2020-01-31 22:46:10 +01:00
parent cd13f718fb
commit 71abf1d3ce
8 changed files with 22 additions and 10 deletions

View File

@@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<RootNamespace>Jellyfin.Server.Implementations.Tests</RootNamespace>
</PropertyGroup>