1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Upgrade StyleCop.Analyzers to Unstable 1.2.0.556

This commit is contained in:
Mark McDowall
2025-02-27 20:20:15 -08:00
parent 6d8c3f15b3
commit 5d7c94f8e9
155 changed files with 399 additions and 227 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Queue
public class QueueService : IQueueService, IHandle<TrackedDownloadRefreshedEvent>
{
private readonly IEventAggregator _eventAggregator;
private static List<Queue> _queue = new ();
private static List<Queue> _queue = new();
public QueueService(IEventAggregator eventAggregator)
{