fix: debug workflow #3
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Asv.ULog/ULogWriter.cs#L14
Parameter 'logger' is unread.
|
build:
src/Asv.ULog/ConsoleAppHelper.cs#L60
Possible null reference return.
|
build:
src/Asv.ULog/ConsoleAppHelper.cs#L90
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
build:
src/Asv.ULog/ConsoleAppHelper.cs#L90
Possible null reference return.
|
build:
src/Asv.ULog/ULogValue/Container/ULogObject.cs#L74
Cannot convert null literal to non-nullable reference type.
|
build:
src/Asv.ULog/ULogReader.cs#L43
Parameter 'logger' is unread.
|
build:
src/Asv.ULog/ULogReader.cs#L111
Possible null reference assignment.
|
build:
src/Asv.ULog/Tokens/ULogKeyAndValueTokenBase.cs#L53
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Asv.ULog/Tokens/Unknown/ULogUnknownToken.cs#L15
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Asv.ULog/ULogWriter.cs#L14
Parameter 'logger' is unread.
|