Merge pull request #289 from anmcgrath/toolbar-update #261
main.yml
on: push
deploy-to-github-pages
1m 18s
Annotations
11 warnings
|
deploy-to-github-pages
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/github-pages-deploy-action@3.7.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
deploy-to-github-pages:
src/BlazorDatasheet.Formula.Core/Dependencies/FormulaVertex.cs#L12
Non-nullable property 'SheetName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/CumulativeRange1DStore.cs#L233
Dereference of a possibly null reference.
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByRows.cs#L495
Possible null reference argument for parameter 'defaultIfEmpty' in 'SparseMatrixStoreByRows<T>.SparseMatrixStoreByRows(T defaultIfEmpty)'.
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Geometry/Region.cs#L223
Dereference of a possibly null reference.
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByRows.cs#L17
Possible null reference argument for parameter 'defaultIfEmpty' in 'SparseMatrixStoreByRows<T>.SparseMatrixStoreByRows(T defaultIfEmpty)'.
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Intervals/OrderedInterval.cs#L146
Dereference of a possibly null reference.
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Graph/TopologicalSort.cs#L6
Non-nullable field '_marked' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Graph/TopologicalSort.cs#L5
Non-nullable field '_order' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Graph/Vertex.cs#L36
A possible null value may not be used for a type marked with
|
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Search/SearchExtensions.cs#L20
Cannot convert null literal to non-nullable reference type.
|