Add FASTCALL
for speed and efficiency.
#63
Annotations
10 warnings
Build:
src/Unluau/Lifter/Local.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Unluau/Deserializer/Models/Constant.cs#L40
Dereference of a possibly null reference.
|
Build:
src/Unluau/Deserializer/Models/Constant.cs#L40
Possible null reference return.
|
Build:
src/Unluau/Deserializer/Models/Constant.cs#L47
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Unluau/Deserializer/Models/Chunk.cs#L14
Non-nullable property 'Functions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Unluau/Deserializer/Models/DebugInfo.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Unluau/Deserializer/Models/DebugInfo.cs#L22
Non-nullable property 'Locals' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Unluau/Deserializer/Models/DebugInfo.cs#L23
Non-nullable property 'Upvalues' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Unluau/Deserializer/Models/LineInfo.cs#L15
Non-nullable property 'LineInfoList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Unluau/Deserializer/Models/LineInfo.cs#L16
Non-nullable property 'AbsLineInfoList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading