Completely rewrite excel sheet parsing #470
Annotations
11 errors and 11 warnings
build (ubuntu-latest):
src/Lumina.Tests/SeStringBuilderTests.cs#L441
The name 'r' does not exist in the current context
|
build (ubuntu-latest):
src/Lumina.Tests/SeStringBuilderTests.cs#L594
'ExcelModule' does not contain a definition for 'GetSheetNames' and no accessible extension method 'GetSheetNames' accepting a first argument of type 'ExcelModule' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
src/Lumina.Tests/SeStringBuilderTests.cs#L596
'ExcelModule' does not contain a definition for 'BuildExcelHeaderPath'
|
build (ubuntu-latest):
src/Lumina.Tests/SeStringBuilderTests.cs#L599
'ExcelModule' does not contain a definition for 'GetSheetRaw' and no accessible extension method 'GetSheetRaw' accepting a first argument of type 'ExcelModule' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
src/Lumina.Tests/SeStringBuilderTests.cs#L441
The name 'r' does not exist in the current context
|
build (ubuntu-latest):
src/Lumina.Tests/SeStringBuilderTests.cs#L594
'ExcelModule' does not contain a definition for 'GetSheetNames' and no accessible extension method 'GetSheetNames' accepting a first argument of type 'ExcelModule' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest):
src/Lumina.Tests/SeStringBuilderTests.cs#L596
'ExcelModule' does not contain a definition for 'BuildExcelHeaderPath'
|
build (ubuntu-latest):
src/Lumina.Tests/SeStringBuilderTests.cs#L599
'ExcelModule' does not contain a definition for 'GetSheetRaw' and no accessible extension method 'GetSheetRaw' accepting a first argument of type 'ExcelModule' could be found (are you missing a using directive or an assembly reference?)
|
build (ubuntu-latest)
Process completed with exit code 1.
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest):
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 (ubuntu-latest):
src/Lumina/Data/FileResource.cs#L12
Non-nullable property 'FileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (ubuntu-latest):
src/Lumina/Data/FileResource.cs#L12
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (ubuntu-latest):
src/Lumina/Data/FileResource.cs#L12
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (ubuntu-latest):
src/Lumina/Data/FileResource.cs#L12
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (ubuntu-latest):
src/Lumina/Data/Repository.cs#L151
Dereference of a possibly null reference.
|
build (ubuntu-latest):
src/Lumina/Data/Repository.cs#L152
Dereference of a possibly null reference.
|
build (ubuntu-latest):
src/Lumina/Data/Files/UldFile.cs#L15
Non-nullable field 'AssetData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (ubuntu-latest):
src/Lumina/Data/Files/UldFile.cs#L17
Non-nullable field 'Parts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (ubuntu-latest):
src/Lumina/Data/Files/UldFile.cs#L19
Non-nullable field 'Components' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|