mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 17:40:30 +01:00
Update StyleCop
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
PlaylistsFolder,
|
||||
|
||||
/// <summary>
|
||||
/// Item is program
|
||||
/// Item is program.
|
||||
/// </summary>
|
||||
Program,
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace Jellyfin.Data.Enums
|
||||
Book = 4,
|
||||
|
||||
/// <summary>
|
||||
/// A live TV channel
|
||||
/// A live TV channel.
|
||||
/// </summary>
|
||||
LiveTvChannel = 5,
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<!-- Code analysers-->
|
||||
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />
|
||||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
|
||||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.376" PrivateAssets="All" />
|
||||
<PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user