Fix path #19
Annotations
10 warnings
build:
test/Serilog.Enrichers.Sensitive.Tests.Benchmark/CreditCardMarkingBenchmarks.cs#L64
Converting null literal or possible null value to non-nullable type.
|
build:
test/Serilog.Enrichers.Sensitive.Tests.Benchmark/CreditCardMarkingBenchmarks.cs#L58
Possible null reference return.
|
build:
test/Serilog.Enrichers.Sensitive.Tests.Benchmark/CreditCardMarkingBenchmarks.cs#L54
Converting null literal or possible null value to non-nullable type.
|
build:
test/Serilog.Enrichers.Sensitive.Tests.Benchmark/CreditCardMarkingBenchmarks.cs#L48
Possible null reference return.
|
build:
test/Serilog.Enrichers.Sensitive.Tests.Benchmark/CreditCardMarkingBenchmarks.cs#L44
Converting null literal or possible null value to non-nullable type.
|
build:
test/Serilog.Enrichers.Sensitive.Tests.Benchmark/CreditCardMarkingBenchmarks.cs#L38
Possible null reference return.
|
build:
test/Serilog.Enrichers.Sensitive.Tests.Benchmark/CreditCardMarkingBenchmarks.cs#L34
Converting null literal or possible null value to non-nullable type.
|
build:
src/Serilog.Enrichers.Sensitive/SensitiveDataEnricher.cs#L215
Possible null reference argument for parameter 'value' in 'KeyValuePair<ScalarValue, LogEventPropertyValue>.KeyValuePair(ScalarValue key, LogEventPropertyValue value)'.
|
build:
src/Serilog.Enrichers.Sensitive/SensitiveDataEnricher.cs#L211
Possible null reference argument for parameter 'key' in 'KeyValuePair<string, LogEventPropertyValue>.KeyValuePair(string key, LogEventPropertyValue value)'.
|
build:
src/Serilog.Enrichers.Sensitive/MaskProperty.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|