added methods Save/SaveAs with argument recalculateWorkbook #82
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 (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/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/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/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/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 (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):
CM.Data.EpplusPolyformEdition/XlsEpplusPolyformEdition.vb#L231
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
|
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/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#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/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 (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)
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/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#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#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#L502
Unsafe overload of 'Load' method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca3075)
|
|
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/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/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):
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/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/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)
|
|
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.
|
|
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.
|
|
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.
|
|
2 tests found
There are 2 tests, see "Raw output" for the full list of tests.
|
|
225 tests found
There are 225 tests, see "Raw output" for the full list of tests.
|
|
64 tests found
There are 64 tests, see "Raw output" for the full list of tests.
|
|
66 tests found
There are 66 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:74a39f469e39c08c7322e77d1d04a43aa57a84dbe6643f1365118411b0028944
|
|
|
NUnit Test Results macos-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
473 Bytes |
sha256:114f069ff8bb4d58adb12d4e89fb06d98da7514c41c2e15fb4cfdebfd545bf6f
|
|
|
NUnit Test Results macos-latest - CompuMaster.Excel.TestSpireXls
Expired
|
464 Bytes |
sha256:7413035a9fa7e67735f27bd0952c12cf3e3e43657c535faf753aade3120efc83
|
|
|
NUnit Test Results macos-latest - CompuMaster.MsExcelComInteropTest
Expired
|
381 Bytes |
sha256:968e71261d7fd01e66d710062b469235e9efa94bf42d2ecb6c84571c7bf14f69
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.Test
Expired
|
1.23 KB |
sha256:bf70ecfbdb280bbb617fe4b9fa32ea4e97f7ccc657f2c9afd9bc14d454676c23
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
467 Bytes |
sha256:b212a7722e16ece01e652df58ab0315021fb9f4a23ea89003a24db7afe929a06
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.TestSpireXls
Expired
|
464 Bytes |
sha256:92de9783a184979c1b61f2d9c03836fe1eda8bf335b18c936c37ac0268dd70cc
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.MsExcelComInteropTest
Expired
|
381 Bytes |
sha256:fcf02ee55c4a66aa7e555a7211d911de4b9bdeb680711e06c99f0cc01cb2647e
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.Test
Expired
|
3.17 KB |
sha256:7d3a35100bec5a1c0a91612a3d3d9cf8b233fd98b0c41f17124a9dfabdd26c7d
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
1.37 KB |
sha256:61658e803eaf55c0f7b31ec1c5736dc5698a16c74336b4c0d9a8c2af8e7296e6
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.TestSpireXls
Expired
|
1.41 KB |
sha256:1844d98871c6dadfa960658d074eb064ff02af6272160375d513ede7017689af
|
|
|
NUnit Test Results windows-latest - CompuMaster.MsExcelComInteropTest
Expired
|
386 Bytes |
sha256:b69564bc6740f9c581a87520ef5eaf7d8c269e2ce2741609949a9d962c1947f7
|
|