aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2021-07-30 00:49:28 -0700
committerGitHub <noreply@github.com>2021-07-30 09:49:28 +0200
commitc07e83fdf87e61f30e4cca4e458113ac315918ae (patch)
treec5e94c360fc683b4c13fbed2f4fab197921db17b /tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj
parent92c2d206093d2243223a4c37e86f3f1f56b5626e (diff)
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj')
-rw-r--r--tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj b/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj
index 285e9a2a9..5b269a4b2 100644
--- a/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj
+++ b/tests/Jellyfin.Controller.Tests/Jellyfin.Controller.Tests.csproj
@@ -8,9 +8,6 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <Nullable>enable</Nullable>
- <AnalysisMode>AllEnabledByDefault</AnalysisMode>
<CodeAnalysisRuleSet>../jellyfin-tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>