Bug/issues fixes #604
Annotations
11 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analyze (csharp):
src/EPPlus/Vba/Signatures/SignatureReader.cs#L162
The variable 's' is assigned but its value is never used
|
Analyze (csharp):
src/EPPlus/ExcelPackage.cs#L542
Unreachable code detected
|
Analyze (csharp):
src/EPPlus/DataValidation/Formulas/ExcelDataValidationFormula.cs#L45
The event 'ExcelDataValidationFormula.BecomesExt' is never used
|
Analyze (csharp):
src/EPPlus/Core/CellStore/RangeDictionary.cs#L18
XML comment has cref attribute 'T' that refers to a type parameter
|
Analyze (csharp):
src/EPPlus/DataValidation/Events/OnFormulaChangedEventArgs.cs#L5
Missing XML comment for publicly visible type or member 'OnFormulaChangedEventArgs'
|
Analyze (csharp):
src/EPPlus/DataValidation/ExcelDataValidation.cs#L36
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidation.ExcelDataValidation(string, string, ExcelWorksheet)' (but other parameters do)
|
Analyze (csharp):
src/EPPlus/DataValidation/ExcelDataValidation.cs#L50
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidation.ExcelDataValidation(XmlReader, ExcelWorksheet)' (but other parameters do)
|
Analyze (csharp):
src/EPPlus/DataValidation/ExcelDataValidation.cs#L60
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidation.ExcelDataValidation(ExcelDataValidation, ExcelWorksheet)' (but other parameters do)
|
Analyze (csharp):
src/EPPlus/DataValidation/ExcelDataValidation.cs#L119
Missing XML comment for publicly visible type or member 'ExcelDataValidation.ImeMode'
|
Analyze (csharp):
src/EPPlus/DataValidation/ExcelDataValidationAny.cs#L28
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidationAny.ExcelDataValidationAny(string, string, ExcelWorksheet)' (but other parameters do)
|