Fix build not working due to deprecated upload action #1098
Annotations
35 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
|
LibCpp2IL/Elf/ElfSymbolTableEntry.cs#L13
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Elf/ElfSectionHeaderEntry.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LibCpp2IL/Wasm/WasmImportEntry.cs#L19
Non-nullable field 'TableEntry' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Wasm/WasmImportEntry.cs#L19
Non-nullable field 'MemoryEntry' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Wasm/WasmImportEntry.cs#L19
Non-nullable field 'GlobalEntry' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'metadataRegistration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'codeRegistration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'methodPointers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'genericMethodPointers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'invokerPointers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
|
Cpp2IL.Core/Analysis/Actions/Base/AbstractComparisonAction.cs#L144
Type parameter 'T' has the same name as the type parameter from outer type 'AbstractComparisonAction<T>'
|
Cpp2IL.Core/Analysis/AsmAnalyzerArmV8a.cs#L33
Non-nullable field 'FunctionArgumentDump' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Cpp2IL.Core/AttributeRestorer.cs#L38
Non-nullable field '_attributeTypeRanges' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Cpp2IL.Core/Analysis/ResultModels/NewSafeCastResult.cs#L7
Non-nullable field 'original' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Cpp2IL.Core/Analysis/ResultModels/NewSafeCastResult.cs#L8
Non-nullable field 'castTo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Cpp2IL.Core/X86KeyFunctionAddresses.cs#L39
Dereference of a possibly null reference.
|
Cpp2IL.Core/Analysis/Actions/Base/AbstractCallAction.cs#L60
Dereference of a possibly null reference.
|
Cpp2IL.Core/Analysis/Actions/x86/UnknownClassOffsetReadAction.cs#L14
'Instruction.MemoryDisplacement' is obsolete: 'Use MemoryDisplacement32 or MemoryDisplacement64 instead'
|
Cpp2IL.Core/Arm64KeyFunctionAddresses.cs#L18
Dereference of a possibly null reference.
|
|
LibCpp2IL/Elf/ElfSymbolTableEntry.cs#L13
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Elf/ElfSectionHeaderEntry.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'metadataRegistration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'codeRegistration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'methodPointers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'genericMethodPointers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'invokerPointers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'fieldOffsets' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'metadataUsages' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
LibCpp2IL/Il2CppBinary.cs#L42
Non-nullable field 'codeGenModuleMethodPointers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
This job succeeded
Loading