Skip to content

Version5 bytecode support #117

Version5 bytecode support

Version5 bytecode support #117

Re-run triggered April 4, 2024 02:33
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Unluau/Lifter/Local.cs#L17
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/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.
build: src/Unluau/Lifter/Statements/IfElse.cs#L22
Cannot convert null literal to non-nullable reference type.