Skip to content

Update README.md

Update README.md #17

Triggered via push January 22, 2025 23:27
Status Success
Total duration 5m 8s
Artifacts

backend.main.yml

on: push
build-and-deploy
4m 55s
build-and-deploy
Fit to window
Zoom out
Zoom in

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.