Add SeString ToString overrides #395
Annotations
10 warnings
src/Lumina/Excel/ExcelModule.cs#L242
Possible null reference argument for parameter 'values' in 'void ILogger.Warning(string template, params object[] values)'.
|
src/Lumina/ParsedFilePath.cs#L10
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/ParsedFilePath.cs#L17
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/ParsedFilePath.cs#L42
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/Models/Models/Submesh.cs#L30
Dereference of a possibly null reference.
|
src/Lumina/Models/Models/Submesh.cs#L28
Non-nullable field 'Bones' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Lumina/Models/Models/Shape.cs#L44
Dereference of a possibly null reference.
|
src/Lumina/Models/Models/Model.cs#L46
Non-nullable property 'Meshes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/Models/Models/Model.cs#L46
Non-nullable property 'Materials' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/Models/Models/Model.cs#L46
Non-nullable property 'Shapes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading