Lidarr/src/NzbDrone.Core/Messaging/Commands
Bogdan cc27107668 Use 'var' instead of explicit type
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)

Closes #3749
2023-05-28 17:23:59 +03:00
..
BackendCommandAttribute.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
CleanupCommandMessagingService.cs Command queue 2015-03-16 22:07:02 -07:00
Command.cs Don't block task queue for queued update task when long running tasks queued 2023-01-14 17:52:35 -06:00
CommandEqualityComparer.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
CommandExecutor.cs Use 'var' instead of explicit type 2023-05-28 17:23:59 +03:00
CommandFailedException.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
CommandModel.cs New: Add result to commands to report commands that did not complete successfully 2023-05-03 05:46:57 +03:00
CommandNotFoundException.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
CommandPriority.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
CommandPriorityComparer.cs Fixed: Schedule refresh and process monitored download tasks at high priority 2023-01-14 17:52:35 -06:00
CommandQueue.cs Don't block task queue for queued update task when long running tasks queued 2023-01-14 17:52:35 -06:00
CommandQueueManager.cs Use 'var' instead of explicit type 2023-05-28 17:23:59 +03:00
CommandRepository.cs New: Postgres Database Support 2022-11-20 10:41:48 -06:00
CommandResult.cs New: Add result to commands to report commands that did not complete successfully 2023-05-03 05:46:57 +03:00
CommandResultReporter.cs New: Add result to commands to report commands that did not complete successfully 2023-05-03 05:46:57 +03:00
CommandStatus.cs Command queue 2015-03-16 22:07:02 -07:00
CommandTrigger.cs Command queue 2015-03-16 22:07:02 -07:00
IExecute.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
MessagingCleanupCommand.cs Command queue 2015-03-16 22:07:02 -07:00
TestCommand.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
TestCommandExecutor.cs StyleCop (#1058) 2020-10-13 23:18:09 -04:00
UnknownCommand.cs Skip unknown/removed commands still queued in the database 2020-10-13 23:19:24 -04:00
UnknownCommandExecutor.cs Remove unnecessary usings 2020-10-13 23:19:30 -04:00