Update Analogy.AspNetCore.LogProvider.csproj #407
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L25
Nullability of reference types in type of parameter 'exception' of 'void AnalogyLogger.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).
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L84
Nullability in constraints for type parameter 'TState' of method 'AnalogyLogger.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.
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L86
Possible null reference return.
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L25
Nullability of reference types in type of parameter 'exception' of 'void AnalogyLogger.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).
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L84
Nullability in constraints for type parameter 'TState' of method 'AnalogyLogger.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.
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L86
Possible null reference return.
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L25
Nullability of reference types in type of parameter 'exception' of 'void AnalogyLogger.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).
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L84
Nullability in constraints for type parameter 'TState' of method 'AnalogyLogger.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.
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L86
Possible null reference return.
|
Analogy.AspNetCore.LogProvider/AnalogyLogger.cs#L25
Nullability of reference types in type of parameter 'exception' of 'void AnalogyLogger.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).
|
The logs for this run have expired and are no longer available.
Loading