fixed wrong excel column name calculation #71
Annotations
2 errors, 38 warnings, and 12 notices
|
test (ubuntu-latest)
Process completed with exit code 127.
|
|
test (macos-latest)
Process completed with exit code 127.
|
|
test (macos-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
test (macos-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
test (macos-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L7
ExcelRange should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (macos-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L7
Names of 'Members' and 'Public ReadOnly Property Cell(index As Integer) As CompuMaster.Excel.ExcelOps.ExcelCell, Public ReadOnly Property Cell(index As Integer, accessDirection As CompuMaster.Excel.ExcelOps.ExcelRange.CellAccessDirection) As CompuMaster.Excel.ExcelOps.ExcelCell' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
test (macos-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L7
ExcelRange should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (macos-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L7
Names of 'Members' and 'Public ReadOnly Property Cell(index As Integer) As CompuMaster.Excel.ExcelOps.ExcelCell, Public ReadOnly Property Cell(index As Integer, accessDirection As CompuMaster.Excel.ExcelOps.ExcelRange.CellAccessDirection) As CompuMaster.Excel.ExcelOps.ExcelCell' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelCell.vb#L7
ExcelCell should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (macos-latest):
ExcelOps/ExcelCommons/TextTable.vb#L8
Names of 'Members' and 'Public Property Cell(rowIndex As Integer, columnIndex As Integer) As String, Public Property Cell(rowIndex As Integer, columnName As String) As String' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelCell.vb#L7
Names of 'Members' and 'Public Property Address As String, Public ReadOnly Property Address(inclusiveSheetName As Boolean) As String, Public ReadOnly Property Address(inclusiveSheetName As Boolean, useAbsoluteAddressingForColumn As Boolean, useAbsoluteAddressingForRow As Boolean) As String, Public Shared ReadOnly Property Address(rowIndex As Integer, columnIndex As Integer) As String' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
test (macos-latest):
Epplus-FixCalcsEdition/EPPlus/ExcelWorksheet.cs#L888
'XmlTextReader.ProhibitDtd' is obsolete: 'Use DtdProcessing property instead.'
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L315
Change ExcelRange.ExcelRangeEnum.Dispose() to call GC.SuppressFinalize(Object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/Tools.vb#L502
Unsafe overload of 'Load' method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca3075)
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L171
Exception type System.IndexOutOfRangeException is reserved by the runtime (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelCell.vb#L5
ExcelCell should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (macos-latest):
Epplus-FixCalcsEdition/EPPlus/XmlHelper.cs#L834
'XmlReaderSettings.ProhibitDtd' is obsolete: 'Use XmlReaderSettings.DtdProcessing property instead.'
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/TextTable.vb#L8
Names of 'Members' and 'Public Property Cell(rowIndex As Integer, columnIndex As Integer) As String, Public Property Cell(rowIndex As Integer, columnName As String) As String' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
test (macos-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L315
Change ExcelRange.ExcelRangeEnum.Dispose() to call GC.SuppressFinalize(Object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L5
ExcelRange should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (macos-latest):
ExcelOps/ExcelCommons/Tools.vb#L502
Unsafe overload of 'Load' method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca3075)
|
|
test (macos-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L171
Exception type System.IndexOutOfRangeException is reserved by the runtime (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
test (macos-latest):
ExcelOps/ExcelCommons/ExcelCell.vb#L5
ExcelCell should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (macos-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L5
ExcelRange should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (windows-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
test (windows-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
test (windows-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
test (windows-latest)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
|
test (windows-latest):
ExcelOps/ExcelCommons/ExcelCell.vb#L7
ExcelCell should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/ExcelCell.vb#L7
Names of 'Members' and 'Public Property Address As String, Public ReadOnly Property Address(inclusiveSheetName As Boolean) As String, Public ReadOnly Property Address(inclusiveSheetName As Boolean, useAbsoluteAddressingForColumn As Boolean, useAbsoluteAddressingForRow As Boolean) As String, Public Shared ReadOnly Property Address(rowIndex As Integer, columnIndex As Integer) As String' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L7
ExcelRange should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L7
Names of 'Members' and 'Public ReadOnly Property Cell(index As Integer) As CompuMaster.Excel.ExcelOps.ExcelCell, Public ReadOnly Property Cell(index As Integer, accessDirection As CompuMaster.Excel.ExcelOps.ExcelRange.CellAccessDirection) As CompuMaster.Excel.ExcelOps.ExcelCell' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/TextTable.vb#L8
Names of 'Members' and 'Public Property Cell(rowIndex As Integer, columnIndex As Integer) As String, Public Property Cell(rowIndex As Integer, columnName As String) As String' should differ by more than case (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1708)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/Tools.vb#L502
Unsafe overload of 'Load' method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca3075)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L315
Change ExcelRange.ExcelRangeEnum.Dispose() to call GC.SuppressFinalize(Object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L171
Exception type System.IndexOutOfRangeException is reserved by the runtime (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/ExcelCell.vb#L5
ExcelCell should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
test (windows-latest):
ExcelOps/ExcelCommons/ExcelRange.vb#L5
ExcelRange should define operator(s) '<=, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
|
|
2 tests found
There are 2 tests, see "Raw output" for the full list of tests.
|
|
50 tests found
There are 50 tests, see "Raw output" for the full list of tests.
|
|
2 tests found
There are 2 tests, see "Raw output" for the full list of tests.
|
|
50 tests found
There are 50 tests, see "Raw output" for the full list of tests.
|
|
6 tests found
There are 6 tests, see "Raw output" for the full list of tests.
|
|
6 tests found
There are 6 tests, see "Raw output" for the full list of tests.
|
|
6 tests found
There are 6 tests, see "Raw output" for the full list of tests.
|
|
6 tests found
There are 6 tests, see "Raw output" for the full list of tests.
|
|
2 tests found
There are 2 tests, see "Raw output" for the full list of tests.
|
|
216 tests found
There are 216 tests, see "Raw output" for the full list of tests.
|
|
61 tests found
There are 61 tests, see "Raw output" for the full list of tests.
|
|
63 tests found
There are 63 tests, see "Raw output" for the full list of tests.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
NUnit Test Results macos-latest - CompuMaster.Excel.Test
Expired
|
1.21 KB |
sha256:dc04c193262d57fceda58d4d640e16f8a1ea3b07208f7eefb1d16a0ecd2981cd
|
|
|
NUnit Test Results macos-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
466 Bytes |
sha256:02b2d7a174ca5b086aef85fe745200a0bfa1f42e1f556feb94f70004606dcb13
|
|
|
NUnit Test Results macos-latest - CompuMaster.Excel.TestSpireXls
Expired
|
462 Bytes |
sha256:6ad0262062c77b5f621344b66ce97923ebd6763a9bae7474be0dec3c17eb29d3
|
|
|
NUnit Test Results macos-latest - CompuMaster.MsExcelComInteropTest
Expired
|
379 Bytes |
sha256:c939de063663e5ebde94f4326e65ebb37dba666a1e733a1c97c49b2c215ab365
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.Test
Expired
|
1.23 KB |
sha256:1b71ee3b5e07a49e8b3b84e8f512979978276b8326fc8b077d1f985733f30464
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
469 Bytes |
sha256:72326aff9e29fd49a19b8d596006155269acabaa687f20cc99252a5b9aac4a4c
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.TestSpireXls
Expired
|
461 Bytes |
sha256:f6210603535e088ebeb868f2c49f51badb3079b7eaeede451d5ea4a3044f9770
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.MsExcelComInteropTest
Expired
|
381 Bytes |
sha256:0dc8c6fd61f32d315902e2774ba348649ba3df1f173b973012543589422028b0
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.Test
Expired
|
3.12 KB |
sha256:72f6b9cc2de1232964ece7036ce2b156f5ea25c138ee7c9a17368afa589db31f
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
1.35 KB |
sha256:e31a69640cc5c8d03e4d4e70494b5e70082a02c8126ed44e55e4b612b563b258
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.TestSpireXls
Expired
|
1.38 KB |
sha256:38f44ff59f9c8b2c5660c02d96be6f6736b224ae7a00f254214fdc9a2ba869db
|
|
|
NUnit Test Results windows-latest - CompuMaster.MsExcelComInteropTest
Expired
|
384 Bytes |
sha256:c8f0d84e0901c7be9f2f29a5262314661a7e4800fbedee6bb6cb5b929f4b6a5a
|
|