diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-11-05 02:01:14 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-11-05 02:01:14 +0100 |
| commit | a9ef103c95a7460031879726f4afda3013ca6619 (patch) | |
| tree | 3df916041590d163b86730e38aca27afe9285335 /src/Jellyfin.Drawing | |
| parent | 6392a8037f9be3526c350f61372c8fe17ab96937 (diff) | |
Add IDisposableAnalyzers to more projects
Diffstat (limited to 'src/Jellyfin.Drawing')
| -rw-r--r-- | src/Jellyfin.Drawing/Jellyfin.Drawing.csproj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Jellyfin.Drawing/Jellyfin.Drawing.csproj b/src/Jellyfin.Drawing/Jellyfin.Drawing.csproj index 2a5e24a449..d7ef6f8e77 100644 --- a/src/Jellyfin.Drawing/Jellyfin.Drawing.csproj +++ b/src/Jellyfin.Drawing/Jellyfin.Drawing.csproj @@ -21,19 +21,4 @@ <Compile Include="..\..\SharedVersion.cs" /> </ItemGroup> - <!-- Code Analyzers--> - <ItemGroup Condition=" '$(Configuration)' == 'Debug' "> - <PackageReference Include="IDisposableAnalyzers"> - <PrivateAssets>all</PrivateAssets> - <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> - </PackageReference> - <PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers"> - <PrivateAssets>all</PrivateAssets> - <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> - </PackageReference> - <PackageReference Include="SerilogAnalyzer" PrivateAssets="All" /> - <PackageReference Include="StyleCop.Analyzers" PrivateAssets="All" /> - <PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" PrivateAssets="All" /> - </ItemGroup> - </Project> |
