Skip to content

Fix path

Fix path #19

Triggered via push August 18, 2025 10:05
Status Success
Total duration 42s
Artifacts
Fit to window
Zoom out
Zoom in

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#L54
Converting null literal or possible null value to non-nullable type.
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#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.