Merge pull request #117 from Glorou/master #525
Annotations
10 warnings
Build with dotnet:
src/Lumina/Models/Models/Model.cs#L46
Non-nullable property 'Shapes' 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/Model.cs#L46
Non-nullable property 'Materials' 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/Model.cs#L46
Non-nullable property 'Meshes' 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/Shape.cs#L44
Dereference of a possibly null reference.
|
Build with dotnet:
src/Lumina/Models/Models/Submesh.cs#L28
Non-nullable field 'Bones' 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/Submesh.cs#L30
Dereference of a possibly null reference.
|
Build with dotnet:
src/Lumina/ParsedFilePath.cs#L42
Non-nullable property 'Path' 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/ParsedFilePath.cs#L17
Non-nullable property 'Category' 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/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.
|
Build with dotnet:
src/Lumina/Text/SeStringBuilder.AppendLine.cs#L129
'SeString' is obsolete: 'Use ReadOnlySeString instead.'
|
Loading