update decompiler to v6 #164
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. 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/Unluau/Lifter/Local.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build:
src/Unluau/Deserializer/Deserializer.cs#L51
The variable 'userdataTypeLimit' is assigned but its value is never used
|
build:
src/Unluau/Deserializer/Models/Chunk.cs#L14
Non-nullable property 'Functions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Unluau/Deserializer/Models/Constant.cs#L42
Dereference of a possibly null reference.
|
build:
src/Unluau/Deserializer/Models/Constant.cs#L42
Possible null reference return.
|
build:
src/Unluau/Deserializer/Models/Constant.cs#L49
Cannot convert null literal to non-nullable reference type.
|
build:
src/Unluau/Lifter/Statements/LocalAssignment.cs#L33
Possible null reference assignment.
|
build:
src/Unluau/Lifter/Statements/LocalAssignment.cs#L37
Cannot convert null literal to non-nullable reference type.
|
build:
src/Unluau/Lifter/Statements/LocalAssignment.cs#L45
Possible null reference assignment.
|
build:
src/Unluau/Lifter/Statements/LocalAssignment.cs#L49
Cannot convert null literal to non-nullable reference type.
|