Fix: missing net8.0 TargetFrameworks #1281
Annotations
3 errors and 31 warnings
build (ubuntu-latest)
Process completed with exit code 1.
|
build (macos-13)
Process completed with exit code 1.
|
build (windows-latest)
Process completed with exit code 1.
|
build (ubuntu-latest):
src/Core/Lib/SuffixArray2.cs#L14
The type name 'suffix' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (ubuntu-latest):
src/Core/IRFormat/ParserException.cs#L41
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build (ubuntu-latest):
src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
|
build (ubuntu-latest):
src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
|
build (ubuntu-latest):
src/Decompiler/Analysis/FpuStackReturnGuesser.cs#L81
Field 'FpuStackReturnGuesser.Worker.changed' is never assigned to, and will always have its default value false
|
build (ubuntu-latest):
src/Arch/Telink/TC32Architecture.cs#L46
Cannot convert null literal to non-nullable reference type.
|
build (ubuntu-latest):
src/ImageLoaders/IntelHex/IntelHexException.cs#L90
Member 'IntelHexException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'IntelHexException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build (ubuntu-latest):
src/ImageLoaders/IntelHex/IntelHexException.cs#L76
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build (ubuntu-latest):
src/ImageLoaders/IntelHex/IntelHexException.cs#L92
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build (ubuntu-latest):
src/ImageLoaders/Coff/eCoff/Structures.cs#L45
The type name 'filehdr' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-13):
src/Core/Lib/SuffixArray2.cs#L14
The type name 'suffix' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-13):
src/Core/IRFormat/ParserException.cs#L41
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build (macos-13):
src/Arch/Telink/TC32Architecture.cs#L46
Cannot convert null literal to non-nullable reference type.
|
build (macos-13):
src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
|
build (macos-13):
src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
|
build (macos-13):
src/Decompiler/Analysis/FpuStackReturnGuesser.cs#L81
Field 'FpuStackReturnGuesser.Worker.changed' is never assigned to, and will always have its default value false
|
build (macos-13):
src/Decompiler/Scanning/ScannerInLinq.cs#L36
The type name 'block' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-13):
src/Decompiler/Scanning/ScannerInLinq.cs#L37
The type name 'instr' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-13):
src/Decompiler/Scanning/ScannerInLinq.cs#L38
The type name 'link' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-13):
src/Decompiler/Scanning/ScanResults.cs#L183
The type name 'instr' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (macos-13)
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
build (windows-latest):
src/Arch/Telink/TC32Architecture.cs#L46
Cannot convert null literal to non-nullable reference type.
|
build (windows-latest):
src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
|
build (windows-latest):
src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
|
build (windows-latest):
src/Decompiler/Analysis/FpuStackReturnGuesser.cs#L81
Field 'FpuStackReturnGuesser.Worker.changed' is never assigned to, and will always have its default value false
|
build (windows-latest):
src/Gui/TextViewing/DisassemblyFormatter.cs#L143
Nullability of reference types in type of parameter 'annotation' of 'void DisassemblyFormatter.AddAnnotation(string annotation)' doesn't match implicitly implemented member 'void INativeInstructionRenderer.AddAnnotation(string? a)' (possibly because of nullability attributes).
|
build (windows-latest):
src/Gui/TextViewing/DisassemblyFormatter.cs#L133
Nullability of reference types in type of parameter 's' of 'void DisassemblyFormatter.WriteString(string s)' doesn't match implicitly implemented member 'void INativeInstructionRenderer.WriteString(string? s)' (possibly because of nullability attributes).
|
build (windows-latest):
src/Gui/TextViewing/DisassemblyFormatter.cs#L44
Non-nullable field 'addrInstr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (windows-latest):
src/UserInterfaces/WindowsForms/Controls/MemoryControl.cs#L75
Field 'MemoryControl.yTopRow' is never assigned to, and will always have its default value 0
|
build (windows-latest):
src/UserInterfaces/AvaloniaUI/Controls/TextSpan.cs#L41
Nullability of reference types in type of parameter 'value' of 'void TextSpan.Style.set' doesn't match implicitly implemented member 'void ITextSpan.Style.set' (possibly because of nullability attributes).
|
build (windows-latest):
src/UserInterfaces/AvaloniaUI/Controls/VisualizerControl.cs#L119
Non-nullable field 'services' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|