fixed unit test with broken license context #73
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#L36
Use 'string.StartsWith(char)' instead of 'string.StartsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
|
|
test (ubuntu-latest):
ExcelOps/ExcelCommons/ExcelCell.vb#L26
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
|
|
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/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#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/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#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/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)
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/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):
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/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/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#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)
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):
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 (windows-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 (windows-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 (windows-latest):
Epplus-FixCalcsEdition/EPPlus/ExcelWorksheet.cs#L888
'XmlTextReader.ProhibitDtd' is obsolete: 'Use DtdProcessing property instead.'
|
|
test (windows-latest):
Epplus-FixCalcsEdition/EPPlus/XmlHelper.cs#L834
'XmlReaderSettings.ProhibitDtd' is obsolete: 'Use XmlReaderSettings.DtdProcessing property instead.'
|
|
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/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#L5
ExcelCell 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.
|
|
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.
|
|
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.
|
|
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.24 KB |
sha256:f90424909630c8fcaba3e95d42a0c5cf85e6a1bb9baba312ed681191c3a8c0fb
|
|
|
NUnit Test Results macos-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
467 Bytes |
sha256:7c42141e6c76577096df6624b18428d8c78d139c9508168b5d00651fff293cbf
|
|
|
NUnit Test Results macos-latest - CompuMaster.Excel.TestSpireXls
Expired
|
464 Bytes |
sha256:3ae3c8cb0c305bec774ebc321b2ee5a64e7617206732d9ae42e36000c7c39bc9
|
|
|
NUnit Test Results macos-latest - CompuMaster.MsExcelComInteropTest
Expired
|
381 Bytes |
sha256:0a6e3add976873b545a712f122e029bf8a101ea715b76dd0d3c7fed55341e254
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.Test
Expired
|
1.24 KB |
sha256:129420fc3d8ac29ebddaab1b64600be5cefb011492b8544075ebb33660acd306
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
466 Bytes |
sha256:3c687e9dde21d6da6d5e2a594abfa2b7c5fb23b9cb572a6e65551de065b1a22f
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.Excel.TestSpireXls
Expired
|
462 Bytes |
sha256:f8b67f079bf733f453dfb73ebc89c2b1c25b5dac242b09176853ec592e76c76d
|
|
|
NUnit Test Results ubuntu-latest - CompuMaster.MsExcelComInteropTest
Expired
|
381 Bytes |
sha256:36e2d444958243e287c5ec21c8aab33e149e362bc863888090bf48a73f9d8f73
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.Test
Expired
|
3.11 KB |
sha256:00009c72a4168a7c341e4d53ddb37cc8afe37c772cb9ada19299ac6c622dd3f0
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.TestFreeSpireXls
Expired
|
1.35 KB |
sha256:9d53078a67bb485a1b0b3cac179bf2c3163fcb69b7f061a996298ed62b8f711c
|
|
|
NUnit Test Results windows-latest - CompuMaster.Excel.TestSpireXls
Expired
|
1.38 KB |
sha256:f374b15b9362ab9ad98d86baea8221a4df83505ae9d5130933f0b0041b4bd6df
|
|
|
NUnit Test Results windows-latest - CompuMaster.MsExcelComInteropTest
Expired
|
384 Bytes |
sha256:377d229691b0f3ec72b3b892b444d8956917bee527cfc408efe3f9d3fd4713ea
|
|