Update README.md #17
Annotations
4 warnings
build-and-deploy:
backend/tests/TestCounter.cs#L7
The using directive for 'Microsoft.Extensions.Logging' appeared previously in this namespace
|
build-and-deploy:
backend/tests/ListLogger.cs#L21
Nullability of reference types in type of parameter 'exception' of 'void ListLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
build-and-deploy:
backend/tests/ListLogger.cs#L12
Nullability in constraints for type parameter 'TState' of method 'ListLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
build-and-deploy:
backend/tests/TestCounter.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|