Skip to content

feat: add technical user deletion logic and adjust exception handling… #32

feat: add technical user deletion logic and adjust exception handling…

feat: add technical user deletion logic and adjust exception handling… #32

Triggered via push July 17, 2024 16:01
Status Success
Total duration 1m 24s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build (8.0): tests/shared/Tests.Shared/MockLogger.cs#L39
Nullability in constraints for type parameter 'TState' of method 'MockLogger<T>.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 (8.0): tests/shared/Tests.Shared/MockLogger.cs#L39
Nullability of reference types in return type of 'IDisposable? MockLogger<T>.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).
build (8.0): tests/shared/Tests.Shared/MockLogger.cs#L39
Nullability in constraints for type parameter 'TState' of method 'MockLogger<T>.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 (8.0): tests/shared/Tests.Shared/MockLogger.cs#L39
Nullability of reference types in return type of 'IDisposable? MockLogger<T>.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).