Skip to content

Remove AOT

Remove AOT #74

Triggered via push November 2, 2023 08:32
Status Success
Total duration 1m 6s
Artifacts

main.yml

on: push
deploy-to-github-pages
58s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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#L228
Type parameter 'T' has the same name as the type parameter from outer type 'SparseMatrixStore<T>'
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/Store/SparseMatrixStore.cs#L39
Argument of type '(int row, int col, T?)' cannot be used for parameter 'item' of type '(int row, int col, T data)' in 'void List<(int row, int col, T data)>.Add((int row, int col, T data) item)' due to differences in the nullability of reference types.
deploy-to-github-pages: src/BlazorDatasheet.DataStructures/Store/SparseMatrixStore.cs#L37
Nullability of reference types in value of type 'List<(int row, int col, T data)>' doesn't match target type 'List<(int row, int col, T? data)>'.
deploy-to-github-pages: src/BlazorDatasheet.DataStructures/Geometry/Region.cs#L178
Dereference of a possibly null reference.
deploy-to-github-pages: src/BlazorDatasheet.DataStructures/Intervals/MergeableIntervalStore.cs#L99
Possible null reference argument for parameter 'data' in 'OrderedInterval<T>.OrderedInterval(int start, int end, T data)'.