Use Serilog for file and console logging (#6) #12
Annotations
6 warnings
Build and analyze:
src/ConnyConsole/Infrastructure/CancellationTokenFactory.cs#L27
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Build and analyze:
src/ConnyConsole/Program.cs#L43
Await CloseAndFlushAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build and analyze:
src/ConnyConsole/Infrastructure/CancellationTokenFactory.cs#L10
Dispose '_cancellationTokenSource' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Build and analyze:
src/ConnyConsole/Infrastructure/CancellationTokenFactory.cs#L27
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Build and analyze:
src/ConnyConsole/Program.cs#L43
Await CloseAndFlushAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build and analyze:
src/ConnyConsole/Infrastructure/CancellationTokenFactory.cs#L10
Dispose '_cancellationTokenSource' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|