Skip to content

Updated release date in version history #678

Updated release date in version history

Updated release date in version history #678

Triggered via push April 23, 2024 07:59
Status Success
Total duration 15m 20s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): src/EPPlus/ConditionalFormatting/Rules/ExcelConditionalFormattingGreaterThan.cs#L45
XML comment has badly formed XML -- 'The character(s) '<' cannot be used at this location.'
Analyze (csharp): src/EPPlus/Export/HtmlExport/Translators/CssVerticalHorizontalBorderTranslator.cs#L9
The using directive for 'OfficeOpenXml.Drawing.Theme' appeared previously in this namespace
Analyze (csharp): src/EPPlus/Export/HtmlExport/Translators/CssVerticalHorizontalBorderTranslator.cs#L10
The using directive for 'OfficeOpenXml.Export.HtmlExport.CssCollections' appeared previously in this namespace
Analyze (csharp): src/EPPlus/Export/HtmlExport/Translators/CssVerticalHorizontalBorderTranslator.cs#L14
The using directive for 'System.Collections.Generic' appeared previously in this namespace
Analyze (csharp): src/EPPlus/Export/HtmlExport/Translators/CssVerticalHorizontalBorderTranslator.cs#L15
The using directive for 'System.Linq' appeared previously in this namespace
Analyze (csharp): src/EPPlus/Export/HtmlExport/StyleCollectors/StyleContracts/IBorderItem.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/EPPlus/Style/Dxf/ExcelDxfFont.cs#L179
'ExcelDxfFont.GetEmptyId()' hides inherited member 'ExcelDxfFontBase.GetEmptyId()'. Use the new keyword if hiding was intended.
Analyze (csharp): src/EPPlus/Style/Dxf/ExcelDxfStyleFont.cs#L43
'ExcelDxfStyleFont.GetId()' hides inherited member 'ExcelDxfStyleBase.GetId()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): src/EPPlus/ConditionalFormatting/Rules/ExcelConditionalFormattingThreeColorScale.cs#L158
The variable 'midPoint' is assigned but its value is never used
Analyze (csharp): src/EPPlus/Core/AutofitHelper.cs#L78
'ExcelWorksheet.AutoFilterAddress' is obsolete: 'AutoFilterAddress is deprecated please use AutoFilter.Address instead.'