Fix RowRef behavior on unknown languages; Add RawRow and RawSubrow #95
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/setup-dotnet@v3, actions/upload-artifact@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 with dotnet:
src/Lumina/Models/Models/Mesh.cs#L78
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Models/Mesh.cs#L78
Non-nullable property 'Submeshes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Models/Mesh.cs#L78
Non-nullable property 'BoneTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Models/Mesh.cs#L78
Non-nullable field 'Vertices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
src/Lumina/Models/Models/Mesh.cs#L78
Non-nullable field 'Indices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
src/Lumina/Models/Models/Mesh.cs#L78
Non-nullable property 'Material' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Models/Mesh.cs#L91
Dereference of a possibly null reference.
|
Build with dotnet:
src/Lumina/Models/Models/Mesh.cs#L97
Dereference of a possibly null reference.
|
Build with dotnet:
src/Lumina/Models/Models/Mesh.cs#L106
Dereference of a possibly null reference.
|
Build with dotnet:
src/Lumina/ParsedFilePath.cs#L10
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Lumina-ubuntu-latest", "Lumina-windows-latest".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading