docs: issue #61 workbook-level shape meta design update - #62
Merged
Annotations
11 warnings
|
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ExcelReport/ExcelReportLib/Renderer/XlsxRenderer.cs#L765
Possible null reference argument for parameter 'text' in 'CellValue.CellValue(string text)'.
|
|
ExcelReport/ExcelReportLib/DSL/AST/ComponentAst.cs#L53
Non-nullable property 'Style' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ExcelReport/ExcelReportLib/DSL/AST/ComponentAst.cs#L53
Non-nullable property 'StyleRefs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ExcelReport/ExcelReportLib/DSL/AST/ComponentImportAst.cs#L51
Non-nullable property 'Components' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ExcelReport/ExcelReportLib/DSL/AST/ComponentImportAst.cs#L51
Non-nullable property 'PathStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ExcelReport/ExcelReportLib/DSL/AST/IAst.cs#L16
Non-nullable property 'TagName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ExcelReport/ExcelReportLib/DSL/AST/LayoutNode/LayoutNodeAst.cs#L31
Non-nullable property 'Style' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ExcelReport/ExcelReportLib/DSL/AST/LayoutNode/LayoutNodeAst.cs#L26
Non-nullable property 'StyleRefs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ExcelReport/ExcelReportLib/DSL/AST/StyleImportAst.cs#L43
Non-nullable property 'StylesAst' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ExcelReport/ExcelReportLib/DSL/AST/StyleImportAst.cs#L43
Non-nullable property 'PathStr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading