Merge pull request #120 from anmcgrath/cell-value-refinements #146
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Search/SearchExtensions.cs#L20
Cannot convert null literal to non-nullable reference type.
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByCols.cs#L15
Possible null reference assignment.
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Graph/Vertex.cs#L36
A possible null value may not be used for a type marked with
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Graph/TopologicalSort.cs#L5
Non-nullable field '_order' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Graph/TopologicalSort.cs#L6
Non-nullable field '_marked' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Util/TypeExtensions.cs#L30
Possible null reference return.
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByRows.cs#L18
Possible null reference argument for parameter 'defaultIfEmpty' in 'SparseMatrixStoreByRows<T>.SparseMatrixStoreByRows(T defaultIfEmpty)'.
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStoreByRows.cs#L39
Possible null reference argument for parameter 'defaultValueIfEmpty' in 'SparseList<T>.SparseList(T defaultValueIfEmpty)'.
|
Publish .NET Core Project:
src/BlazorDatasheet.DataStructures/Intervals/OrderedInterval.cs#L146
Dereference of a possibly null reference.
|
Publish .NET Core Project:
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)'.
|
Loading