diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-04-06 20:02:06 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-04-06 20:02:06 +0200 |
| commit | 95327b842e9eb50ca2c53740674b8ed2f6615eae (patch) | |
| tree | 00cf812d30a048a7405c5ba7e9b66102e7101409 /Emby.Notifications | |
| parent | 3412120c614384fc82bef4571c2fdcd45dae0a38 (diff) | |
Enable NetAnalyzers for more projects
Diffstat (limited to 'Emby.Notifications')
| -rw-r--r-- | Emby.Notifications/Emby.Notifications.csproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Emby.Notifications/Emby.Notifications.csproj b/Emby.Notifications/Emby.Notifications.csproj index 526a27229..5a2aea642 100644 --- a/Emby.Notifications/Emby.Notifications.csproj +++ b/Emby.Notifications/Emby.Notifications.csproj @@ -11,6 +11,8 @@ <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <Nullable>enable</Nullable> + <AnalysisMode>AllEnabledByDefault</AnalysisMode> + <CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> @@ -30,8 +32,4 @@ <PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" /> </ItemGroup> - <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> - <CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet> - </PropertyGroup> - </Project> |
