Skip to content

#1133 updated LoadFromCollection classes from v7 (#1134) #623

#1133 updated LoadFromCollection classes from v7 (#1134)

#1133 updated LoadFromCollection classes from v7 (#1134) #623

Triggered via push October 30, 2023 07:03
Status Success
Total duration 23m 7s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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/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#L122
Missing XML comment for publicly visible type or member 'ExcelDataValidation.ImeMode'
Analyze (csharp): src/EPPlus/DataValidation/ExcelDataValidationCustom.cs#L41
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidationCustom.ExcelDataValidationCustom(XmlReader, ExcelWorksheet)' (but other parameters do)
Analyze (csharp): src/EPPlus/DataValidation/ExcelDataValidationDateTime.cs#L43
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidationDateTime.ExcelDataValidationDateTime(XmlReader, ExcelWorksheet)' (but other parameters do)
Analyze (csharp): src/EPPlus/DataValidation/ExcelDataValidationFactory.cs#L29
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidationFactory.Create(XmlReader, ExcelWorksheet)' (but other parameters do)
Analyze (csharp): src/EPPlus/DataValidation/ExcelDataValidationList.cs#L43
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidationList.ExcelDataValidationList(XmlReader, ExcelWorksheet)' (but other parameters do)
Analyze (csharp): src/EPPlus/DataValidation/ExcelDataValidationList.cs#L52
Parameter 'ws' has no matching param tag in the XML comment for 'ExcelDataValidationList.ExcelDataValidationList(ExcelDataValidationList, ExcelWorksheet)' (but other parameters do)
Analyze (csharp): src/EPPlus/DataValidation/ExcelDataValidationList.cs#L79
Missing XML comment for publicly visible type or member 'ExcelDataValidationList.Validate()'
Analyze (csharp): src/EPPlus/DataValidation/ExcelDataValidationWithFormula.cs#L30
Missing XML comment for publicly visible type or member 'ExcelDataValidationWithFormula<T>._workSheetName'