Add SeString ToString overrides #76
Merged
Annotations
10 warnings
src/Lumina/Excel/ExcelPage.cs#L12
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/Excel/ExcelPage.cs#L32
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/Excel/RSV/RsvProvider.cs#L82
'RsvProvider.Seed(KeyValuePair<string, string>)' is obsolete: 'use RsvProvider.Add instead'
|
src/Lumina/Excel/RSV/RsvKeyData.cs#L17
Non-nullable property 'SheetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/Excel/ExcelRow.cs#L10
Non-nullable property 'SheetName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/Excel/ExcelSheetImpl.cs#L142
Possible null reference assignment.
|
src/Lumina/Data/Repository.cs#L52
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Lumina/Data/Repository.cs#L151
Dereference of a possibly null reference.
|
src/Lumina/Data/Repository.cs#L152
Dereference of a possibly null reference.
|
src/Lumina/Excel/ExcelModule.cs#L242
Possible null reference argument for parameter 'values' in 'void ILogger.Warning(string template, params object[] values)'.
|
The logs for this run have expired and are no longer available.
Loading