Skip to content

Merge pull request #148 from anmcgrath/horiz-scroll-issue #170

Merge pull request #148 from anmcgrath/horiz-scroll-issue

Merge pull request #148 from anmcgrath/horiz-scroll-issue #170

Triggered via push December 4, 2024 07:14
Status Success
Total duration 1m 12s
Artifacts

main.yml

on: push
deploy-to-github-pages
1m 3s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/Graph/Vertex.cs#L36
A possible null value may not be used for a type marked with
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/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/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)'.