Added readme. #9
Annotations
10 warnings
src/SerilogCommonLogger.cs#L554
Cannot convert null literal to non-nullable reference type.
|
src/SerilogCommonLogger.cs#L563
Cannot convert null literal to non-nullable reference type.
|
src/SerilogInstanceWrapper.cs#L71
Nullability of reference types in type of parameter 'value' of 'ILogger SerilogInstanceWrapper.ForContext(string propertyName, object value, bool destructureObjects = false)' doesn't match implicitly implemented member 'ILogger ILogger.ForContext(string propertyName, object? value, bool destructureObjects = false)' (possibly because of nullability attributes).
|
src/SerilogInstanceWrapper.cs#L112
Nullability of reference types in type of parameter 'propertyValues' of 'void SerilogInstanceWrapper.Write(LogEventLevel level, string messageTemplate, params object[] propertyValues)' doesn't match implicitly implemented member 'void ILogger.Write(LogEventLevel level, string messageTemplate, params object?[]? propertyValues)'.
|
src/SerilogInstanceWrapper.cs#L117
Nullability of reference types in type of parameter 'exception' of 'void SerilogInstanceWrapper.Write(LogEventLevel level, Exception exception, string messageTemplate)' doesn't match implicitly implemented member 'void ILogger.Write(LogEventLevel level, Exception? exception, string messageTemplate)' (possibly because of nullability attributes).
|
src/SerilogInstanceWrapper.cs#L122
Nullability of reference types in type of parameter 'exception' of 'void SerilogInstanceWrapper.Write<T>(LogEventLevel level, Exception exception, string messageTemplate, T propertyValue)' doesn't match implicitly implemented member 'void ILogger.Write<T>(LogEventLevel level, Exception? exception, string messageTemplate, T propertyValue)' (possibly because of nullability attributes).
|
src/SerilogInstanceWrapper.cs#L127
Nullability of reference types in type of parameter 'exception' of 'void SerilogInstanceWrapper.Write<T0, T1>(LogEventLevel level, Exception exception, string messageTemplate, T0 propertyValue0, T1 propertyValue1)' doesn't match implicitly implemented member 'void ILogger.Write<T0, T1>(LogEventLevel level, Exception? exception, string messageTemplate, T0 propertyValue0, T1 propertyValue1)' (possibly because of nullability attributes).
|
src/SerilogInstanceWrapper.cs#L133
Nullability of reference types in type of parameter 'exception' of 'void SerilogInstanceWrapper.Write<T0, T1, T2>(LogEventLevel level, Exception exception, string messageTemplate, T0 propertyValue0, T1 propertyValue1, T2 propertyValue2)' doesn't match implicitly implemented member 'void ILogger.Write<T0, T1, T2>(LogEventLevel level, Exception? exception, string messageTemplate, T0 propertyValue0, T1 propertyValue1, T2 propertyValue2)' (possibly because of nullability attributes).
|
src/SerilogInstanceWrapper.cs#L139
Nullability of reference types in type of parameter 'exception' of 'void SerilogInstanceWrapper.Write(LogEventLevel level, Exception exception, string messageTemplate, params object[] propertyValues)' doesn't match implicitly implemented member 'void ILogger.Write(LogEventLevel level, Exception? exception, string messageTemplate, params object?[]? propertyValues)' (possibly because of nullability attributes).
|
src/SerilogInstanceWrapper.cs#L139
Nullability of reference types in type of parameter 'propertyValues' of 'void SerilogInstanceWrapper.Write(LogEventLevel level, Exception exception, string messageTemplate, params object[] propertyValues)' doesn't match implicitly implemented member 'void ILogger.Write(LogEventLevel level, Exception? exception, string messageTemplate, params object?[]? propertyValues)'.
|
This job succeeded
Loading