Fix multiple NullReferenceException issues - doubles success rate to 62%#72
Merged
Annotations
3 errors and 10 warnings
|
|
|
|
|
|
|
src/Unluau/Lifter/Registers.cs#L193
Possible null reference return.
|
|
src/Unluau/Lifter/Registers.cs#L88
Dereference of a possibly null reference.
|
|
src/Unluau/Lifter/Registers.cs#L86
Converting null literal or possible null value to non-nullable type.
|
|
src/Unluau/Lifter/Statements/IfElse.cs#L18
Non-nullable property 'ElseBody' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
src/Unluau/Lifter/Statements/IfElse.cs#L22
Cannot convert null literal to non-nullable reference type.
|
|
src/Unluau/Lifter/Statements/LocalAssignment.cs#L49
Cannot convert null literal to non-nullable reference type.
|
|
src/Unluau/Lifter/Statements/LocalAssignment.cs#L45
Possible null reference assignment.
|
|
src/Unluau/Lifter/Statements/LocalAssignment.cs#L37
Cannot convert null literal to non-nullable reference type.
|
|
src/Unluau/Lifter/Statements/LocalAssignment.cs#L33
Possible null reference assignment.
|
|
src/Unluau/Lifter/Local.cs#L17
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading