mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Enable all analyzers and enforce code style on build
Fixes #8201 Fixes #8202 Fixes #8203 Fixes #8204 Fixes #8205 Fixes #8207 Fixes #8208 Fixes #8209 Fixes #8210 Fixes #8211 Fixes #8212 Fixes #8213 Fixes #8214 Fixes #8215 Closes #8216 Fixes #8217 Closes #8218 Fixes #8219 Closes #8220
This commit is contained in:
@@ -19,7 +19,7 @@ namespace NzbDrone.Common.TPL
|
||||
private readonly int _maxDegreeOfParallelism;
|
||||
|
||||
/// <summary>Whether the scheduler is currently processing work items.</summary>
|
||||
private int _delegatesQueuedOrRunning = 0;
|
||||
private int _delegatesQueuedOrRunning;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes an instance of the LimitedConcurrencyLevelTaskScheduler class with the
|
||||
|
||||
Reference in New Issue
Block a user