Skip to content

Added readme.

Added readme. #9

Triggered via push September 20, 2024 04:58
Status Success
Total duration 23s
Artifacts

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (8.x): src/SerilogCommonLogger.cs#L554
Cannot convert null literal to non-nullable reference type.
build (8.x): src/SerilogCommonLogger.cs#L563
Cannot convert null literal to non-nullable reference type.
build (8.x): 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).
build (8.x): 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)'.
build (8.x): 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).
build (8.x): 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).
build (8.x): 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).
build (8.x): 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).
build (8.x): 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).
build (8.x): 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)'.