fix: added support for strings containing \0
(#23)
#98
Annotations
3 errors and 11 warnings
build:
src/KTrie.Tests/TrieTests.cs#L233
The call is ambiguous between the following methods or properties: 'Trie.StartsWith(string)' and 'Trie.StartsWith(IReadOnlyList<Character>)'
|
build:
src/KTrie.Tests/TrieTests.cs#L233
The call is ambiguous between the following methods or properties: 'Trie.StartsWith(string)' and 'Trie.StartsWith(IReadOnlyList<Character>)'
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/KTrie.Tests/TrieDictionary.cs#L49
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieDictionary.cs#L95
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieTests.cs#L92
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieTests.cs#L108
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieTests.cs#L149
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieTests.cs#L160
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieTests.cs#L140
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieTests.cs#L216
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieTests.cs#L221
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build:
src/KTrie.Tests/TrieDictionary.cs#L49
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|