Updated what's new for 7.0 #76
Annotations
6 warnings
Pack:
src/Serilog.Sinks.MongoDB/Sinks/MongoDB/DefaultJsonFormatter.cs#L351
Possible null reference argument for parameter 'value' in 'void DefaultJsonFormatter.WriteString(string value, TextWriter output)'.
|
Pack:
src/Serilog.Sinks.MongoDB/Sinks/MongoDB/DefaultJsonFormatter.cs#L363
Converting null literal or possible null value to non-nullable type.
|
Pack:
src/Serilog.Sinks.MongoDB/Sinks/MongoDB/DefaultJsonFormatter.cs#L351
Possible null reference argument for parameter 'value' in 'void DefaultJsonFormatter.WriteString(string value, TextWriter output)'.
|
Pack:
src/Serilog.Sinks.MongoDB/Sinks/MongoDB/DefaultJsonFormatter.cs#L363
Converting null literal or possible null value to non-nullable type.
|
Run Tests:
src/Serilog.Sinks.MongoDB/Sinks/MongoDB/DefaultJsonFormatter.cs#L351
Possible null reference argument for parameter 'value' in 'void DefaultJsonFormatter.WriteString(string value, TextWriter output)'.
|
Run Tests:
src/Serilog.Sinks.MongoDB/Sinks/MongoDB/DefaultJsonFormatter.cs#L363
Converting null literal or possible null value to non-nullable type.
|
Loading