Update dotnet-desktop.yml for .net 8 #58
Annotations
1 error and 11 warnings
build (Release)
Too many retries.
|
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (Release)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
build (Release):
OpenLocoTool/DatFileParsing/LocoObject.cs#L159
Nullability of reference types in return type of 'G1Header? LocoObject.G1Header.get' doesn't match implicitly implemented member 'G1Header ILocoObject.G1Header.get' (possibly because of nullability attributes).
|
build (Release):
OpenLocoTool/DatFileParsing/LocoObject.cs#L160
Nullability of reference types in return type of 'List<G1Element32>? LocoObject.G1Elements.get' doesn't match implicitly implemented member 'List<G1Element32> ILocoObject.G1Elements.get' (possibly because of nullability attributes).
|
build (Release):
OpenLocoTool/DatFileParsing/Typedefs.cs#L49
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (Release):
OpenLocoTool/DatFileParsing/ByteReader.cs#L46
Possible null reference argument for parameter 'type' in 'int ByteHelpers.GetObjectSize(Type type)'.
|
build (Release):
OpenLocoTool/DatFileParsing/ByteReader.cs#L69
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
build (Release):
OpenLocoTool/DatFileParsing/ByteReader.cs#L137
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
build (Release):
OpenLocoTool/Headers/G1Header.cs#L39
Non-nullable field 'ImageData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (Release):
OpenLocoTool/Headers/G1Header.cs#L22
Non-nullable field 'ImageData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (Release):
OpenLocoTool/DatFileParsing/ByteWriter.cs#L85
Unreachable code detected
|