Updated Changelog with unreleased changes. #53
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.
|