Update README.md #47
Annotations
1 error and 11 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
AutoComplete/Clients/IndexSearchers/InMemoryIndexSearcher.cs#L59
Check the return value of the 'Read' call to see how many bytes were read.
|
AutoComplete/Builders/IndexBuilder.cs#L94
Loop should be simplified by calling Select(childNode => childNode.Value))
|
AutoComplete/Builders/IndexBuilder.cs#L165
Make 'GetNearestTerminalChildren' a static method.
|
AutoComplete/Serializers/TrieIndexHeaderSerializer.cs#L90
Make 'GetProperties' a static method.
|
AutoComplete/Serializers/TrieIndexHeaderSerializer.cs#L50
Make 'SerializePropertyValue' a static method.
|
AutoComplete/Serializers/TrieIndexHeaderSerializer.cs#L73
Make 'DeserializeValue' a static method.
|
AutoComplete/Serializers/TrieIndexHeaderSerializer.cs#L69
Remove this unnecessary check for null.
|
AutoComplete/Readers/TrieBinaryReader.cs#L225
Make 'GetFlaggedCount' a static method.
|
Samples.ConsoleApp/Sample.cs#L15
Non-nullable field '_searcher' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AutoComplete/Clients/IndexSearchers/InMemoryIndexSearcher.cs#L59
Check the return value of the 'Read' call to see how many bytes were read.
|
The logs for this run have expired and are no longer available.
Loading