Skip to content

chore(deps-dev): bump @commitlint/prompt from 19.0.3 to 19.2.0 #9

chore(deps-dev): bump @commitlint/prompt from 19.0.3 to 19.2.0

chore(deps-dev): bump @commitlint/prompt from 19.0.3 to 19.2.0 #9

Triggered via pull request March 18, 2024 02:41
Status Success
Total duration 1m 24s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
Build: src/Be.Vlaanderen.Basisregisters.AspNetCore.Mvc.Logging/LoggingFilter.cs#L24
Possible null reference argument for parameter 'logger' in 'LoggingFilter.LoggingFilter(ILogger<LoggingFilter> logger, string[] methodsToLog)'.
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.