Add LINQ FirstOrNull/TryGetFirst extensions #485
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/
|
src/Lumina/Models/Materials/Texture.cs#L67
Cannot convert null literal to non-nullable reference type.
|
src/Lumina/Models/Materials/Material.cs#L60
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Lumina/Models/Materials/Material.cs#L60
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Lumina/Models/Materials/Material.cs#L60
Non-nullable property 'ShaderPack' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Lumina/Models/Materials/Material.cs#L60
Non-nullable field 'StringOffsetToStringMap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Lumina/Models/Materials/Material.cs#L74
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Lumina/Models/Materials/Material.cs#L74
Non-nullable property 'ShaderPack' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Lumina/Models/Materials/Material.cs#L74
Non-nullable field 'StringOffsetToStringMap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Lumina/Models/Materials/Material.cs#L86
Non-nullable property 'MaterialPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Lumina/Models/Materials/Material.cs#L86
Non-nullable property 'Parent' 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/
|
The logs for this run have expired and are no longer available.
Loading