Radarr/src/NzbDrone.Core/Messaging/Commands
Bogdan c987824174 Use 'var' instead of explicit type
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
2023-05-28 16:41:52 +03:00
..
BackendCommandAttribute.cs
CleanupCommandMessagingService.cs
Command.cs
CommandEqualityComparer.cs
CommandExecutor.cs Use 'var' instead of explicit type 2023-05-28 16:41:52 +03:00
CommandFailedException.cs
CommandModel.cs New: Add result to commands to report commands that did not complete successfully 2023-05-04 11:40:01 +03:00
CommandNotFoundException.cs
CommandPriority.cs
CommandPriorityComparer.cs
CommandQueue.cs
CommandQueueManager.cs Use 'var' instead of explicit type 2023-05-28 16:41:52 +03:00
CommandRepository.cs
CommandResult.cs New: Add result to commands to report commands that did not complete successfully 2023-05-04 11:40:01 +03:00
CommandResultReporter.cs New: Add result to commands to report commands that did not complete successfully 2023-05-04 11:40:01 +03:00
CommandStatus.cs
CommandTrigger.cs
IExecute.cs
MessagingCleanupCommand.cs
TestCommand.cs
TestCommandExecutor.cs
UnknownCommand.cs
UnknownCommandExecutor.cs