Correct color from conversion #521
Annotations
10 warnings
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/Data/Parsing/Uld/NodeData.cs#L101
'NodeData.NineGridNode.Unk1' is obsolete: 'Renamed to BlendMode'
|
Build with dotnet:
src/Lumina/Text/SeStringBuilder.AppendLine.cs#L129
'SeStringBuilder.Append(SeString)' is obsolete: 'Use ReadOnlySeString instead.'
|
Build with dotnet:
src/Lumina/Data/Parsing/Uld/NodeData.cs#L644
'NodeData.NumericInputComponentNode.Unk1' is obsolete: 'Renamed to EndLetterId'
|
Build with dotnet:
src/Lumina/Data/Repository.cs#L152
Dereference of a possibly null reference.
|
Build with dotnet:
src/Lumina/Data/Repository.cs#L151
Dereference of a possibly null reference.
|
Build with dotnet:
src/Lumina/Data/Repository.cs#L52
Non-nullable property 'Version' 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