Implement the new simplified/improved algorithm #29
Annotations
10 errors
test:
src/Sqids/SqidsEncoder.cs#L243
Argument 1: cannot convert from 'string' to 'System.ReadOnlySpan<char>'
|
test:
test/Sqids.Tests/UniquenessTests.cs#L23
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
test:
test/Sqids.Tests/MinLengthTests.cs#L24
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
test:
test/Sqids.Tests/MinLengthTests.cs#L45
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
test:
test/Sqids.Tests/MinLengthTests.cs#L96
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
test:
test/Sqids.Tests/MinLengthTests.cs#L115
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
test:
test/Sqids.Tests/UniquenessTests.cs#L23
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
test:
test/Sqids.Tests/MinLengthTests.cs#L24
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
test:
test/Sqids.Tests/MinLengthTests.cs#L45
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
test:
test/Sqids.Tests/MinLengthTests.cs#L98
Cannot implicitly convert type 'int' to 'byte'. An explicit conversion exists (are you missing a cast?)
|