Merge branch 'highlight' #96
Annotations
12 warnings
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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, 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/
|
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/SparseMatrixStore.cs#L15
Possible null reference assignment.
|
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 declaring the field as nullable.
|
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 declaring the field as nullable.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Util/TypeExtensions.cs#L30
Possible null reference return.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/References/RangeReference.cs#L53
Non-nullable property 'Start' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/References/RangeReference.cs#L53
Non-nullable property 'End' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Intervals/OrderedInterval.cs#L138
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStore2.cs#L18
Possible null reference argument for parameter 'defaultIfEmpty' in 'SparseMatrixStore2<T>.SparseMatrixStore2(T defaultIfEmpty)'.
|
deploy-to-github-pages:
src/BlazorDatasheet.DataStructures/Store/SparseMatrixStore2.cs#L39
Possible null reference argument for parameter 'defaultValueIfEmpty' in 'SparseList<T>.SparseList(T defaultValueIfEmpty)'.
|