Update chart example description #147
Annotations
2 errors and 12 warnings
deploy-to-github-pages
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
|
deploy-to-github-pages
Process completed with exit code 1.
|
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy-to-github-pages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Search/SearchExtensions.cs#L20
Cannot convert null literal to non-nullable reference type.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByCols.cs#L15
Possible null reference assignment.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Util/TypeExtensions.cs#L30
Possible null reference return.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByRows.cs#L18
Possible null reference argument for parameter 'defaultIfEmpty' in 'SparseMatrixStoreByRows<T>.SparseMatrixStoreByRows(T defaultIfEmpty)'.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByRows.cs#L39
Possible null reference argument for parameter 'defaultValueIfEmpty' in 'SparseList<T>.SparseList(T defaultValueIfEmpty)'.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Geometry/Region.cs#L189
Possible null reference return.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Geometry/Region.cs#L215
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByRows.cs#L240
Possible null reference argument for parameter 'value' in 'MatrixRestoreData<T> SparseMatrixStoreByRows<T>.Set(int row, int col, T value)'.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Geometry/Region.cs#L390
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByRows.cs#L270
Possible null reference argument for parameter 'defaultIfEmpty' in 'SparseMatrixStoreByRows<T>.SparseMatrixStoreByRows(T defaultIfEmpty)'.
|