Skip to content

Updated Changelog with unreleased changes. #53

Updated Changelog with unreleased changes.

Updated Changelog with unreleased changes. #53

Triggered via push November 3, 2025 22:29
Status Success
Total duration 1m 1s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L120
Possible null reference argument for parameter 'parent' in 'Node.Node(int start, int end, int alphabetSize, Node parent, int? label = null)'.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L87
Cannot convert null literal to non-nullable reference type.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L60
Dereference of a possibly null reference.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L59
Converting null literal or possible null value to non-nullable type.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L48
Converting null literal or possible null value to non-nullable type.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L39
Cannot convert null literal to non-nullable reference type.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L28
Non-nullable property 'MappedSequence' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L28
Non-nullable property 'IndexToChar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L28
Non-nullable property 'CharToIndex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/KristofferStrube.Blazor.FileSystem.WasmExample/Search/NaiveSuffixTree.cs#L28
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.