added method SaveCopyAs #93
Annotations
6 errors, 42 warnings, and 10 notices
|
test (ubuntu-latest)
Process completed with exit code 127.
|
|
test (macos-latest)
Process completed with exit code 127.
|
|
PasswordForOpening (CompuMaster.Excel.Test.ExcelOpsTests.Engines.EpplusFreeFixCalcsEditionOpsTest) with error:
CompuMaster.Excel.Test.ExcelOpsTests.Engines.EpplusFreeFixCalcsEditionOpsTest#L0
test-results-CompuMaster.Excel.Test.dll/TestResults.xml [took 0s]
|
|
SelectedSheetName (CompuMaster.Excel.Test.ExcelOpsTests.Engines.EpplusFreeFixCalcsEditionOpsTest) with error:
CompuMaster.Excel.Test.ExcelOpsTests.Engines.EpplusFreeFixCalcsEditionOpsTest#L0
test-results-CompuMaster.Excel.Test.dll/TestResults.xml [took 0s]
|
|
SelectedSheetName (CompuMaster.Excel.Test.ExcelOpsTests.Engines.EpplusPolyformEditionOpsTest) with error:
CompuMaster.Excel.Test.ExcelOpsTests.Engines.EpplusPolyformEditionOpsTest#L0
test-results-CompuMaster.Excel.Test.dll/TestResults.xml [took 0s]
|
|
test (windows-latest)
Process completed with exit code 1.
|
|
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 (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 (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 (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 (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 (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#L515
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 (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)
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 (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):
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):
Epplus-FixCalcsEdition/EPPlus/FormulaParsing/CalculateExtentions.cs#L160
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
|
test (macos-latest):
Epplus-FixCalcsEdition/EPPlus/Packaging/ZipPackageRelationshipBase.cs#L109
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
|
|
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 (macos-latest):
ExcelOps/ExcelCommons/Tools.vb#L515
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/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/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/ExcelWorksheet.cs#L888
'XmlTextReader.ProhibitDtd' is obsolete: 'Use DtdProcessing property instead.'
|
|
test (macos-latest):
Epplus-FixCalcsEdition/EPPlus/XmlHelper.cs#L834
'XmlReaderSettings.ProhibitDtd' is obsolete: 'Use XmlReaderSettings.DtdProcessing property instead.'
|
|
test (windows-latest)
No files were found with the provided path: test-results-CompuMaster.Excel.TestSpireXls.dll/TestResults.xml. No artifacts will be uploaded.
|
|
test (windows-latest)
No files were found with the provided path: test-results-CompuMaster.Excel.TestFreeSpireXls.dll/TestResults.xml. No artifacts will be uploaded.
|
|
test (windows-latest)
Could not find any files for test-results-CompuMaster.Excel.TestSpireXls.dll/TestResults.xml
|
|
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)
Could not find any files for test-results-CompuMaster.Excel.TestFreeSpireXls.dll/TestResults.xml
|
|
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/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/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/Tools.vb#L515
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.
|
|
51 tests found
There are 51 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.
|
|
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.
|
|
51 tests found
There are 51 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.
|
|
232 tests found
There are 232 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
|
1.23 KB |
sha256:f4e1855629d3692f32fce974d18fbe04b75ff75f07b073c235c54c682780535e
|
|
|
NUnit Test Results macos-latest - CompuMaster.Excel.TestFreeSpireXls
|
467 Bytes |
sha256:ceeb972ca62cd7177ed730f1dbb7a184f03ec9925f33eb8cf5b79463d3e30021
|
|
|
NUnit Test Results macos-latest - CompuMaster.Excel.TestSpireXls
|
465 Bytes |
sha256:47f05233a83c8965104f99cd6dbc35975c6cb520e7f07492d5d964d73af73550
|
|
|
NUnit Test Results macos-latest - CompuMaster.MsExcelComInteropTest
|
379 Bytes |
sha256:a71fe8db499fc3913f8540832ff03ca46c15f1e85da551464b7c8d6560cc023c
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.Test
|
1.25 KB |
sha256:4ac9b83723c9e5096fd469cb4c28cfb5c7c91fb6282c8b0cf7e43bd4a9aed7fd
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.TestFreeSpireXls
|
468 Bytes |
sha256:78988bdc35ddd518dee27fdcacff54b66c0e4efa0c1992c0734e70ba8ada6713
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.TestSpireXls
|
461 Bytes |
sha256:0c245b48b9070ccc923d4fad9370e35e7e643e483e4c30cce52804cbf1051f1d
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.MsExcelComInteropTest
|
380 Bytes |
sha256:ed6407041c36568dee37e19c51163e27db35ebd4df928bdc324012dc8c53551b
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.Test
|
4.09 KB |
sha256:76831156667431adb9a6b12040060bcc4b10f7a65e7fc4183426d2f0fa7d7fc6
|
|
|
NUnit Test Results windows-latest - CompuMaster.MsExcelComInteropTest
|
383 Bytes |
sha256:a29966030a669228c2f6e8f277559fbf71af5e28ce75f84dde00c0b1b9159cd3
|
|