Skip to content

chore: fix package-lock #5

chore: fix package-lock

chore: fix package-lock #5

Triggered via push March 11, 2024 15:11
Status Success
Total duration 1m 58s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Logging/FormattedLogValues.cs#L51
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Logging/FormattedLogValues.cs#L29
Non-nullable field '_formatter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Logging/FormattedLogValues.cs#L29
Non-nullable field '_values' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Logging/LoggingFilter.cs#L54
Nullability of reference types in type of parameter 'error' of 'string LoggingFilter.MessageFormatter(FormattedLogValues state, Exception error)' doesn't match the target delegate 'Func<FormattedLogValues, Exception?, string>' (possibly because of nullability attributes).
Build: src/Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Logging/LoggingFilter.cs#L68
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Logging/LoggingFilter.cs#L19
Cannot convert null literal to non-nullable reference type.
Build: src/Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Logging/LoggingFilter.cs#L24
Converting null literal or possible null value to non-nullable type.