aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests
diff options
context:
space:
mode:
authorartiume <siderite@gmail.com>2020-02-13 13:09:50 -0500
committerGitHub <noreply@github.com>2020-02-13 13:09:50 -0500
commit63f13df6fc0c01e09b867d19ca286e754655cfdd (patch)
treef70eac01399eb3c84bf2e4d0115d7bd898b83dd6 /tests/Jellyfin.Server.Implementations.Tests
parent40ad6f843fddab81bdaf26af4e6530ce4529eebf (diff)
parentcf2626428c0d4755662855fe6c3e4f439c909de9 (diff)
Merge pull request #17 from jellyfin/master
10.5
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests')
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj b/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj
index c554bc937..29733a1c4 100644
--- a/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj
+++ b/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj
@@ -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>