Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 19.0.3 to 19.1.0 #6

chore(deps-dev): bump @commitlint/config-conventional from 19.0.3 to 19.1.0

chore(deps-dev): bump @commitlint/config-conventional from 19.0.3 to 19.1.0 #6

Triggered via pull request March 13, 2024 02:25
Status Success
Total duration 1m 20s
Artifacts

build.yml

on: pull_request
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.