Engine work #46
Annotations
1 error and 4 warnings
build
Process completed with exit code 1.
|
build:
src/Rudzoft.ChessLib.PGN/NonRegexPgnParser.cs#L31
Async-iterator 'NonRegexPgnParser.ParseFile(string, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
build:
src/Rudzoft.ChessLib.Benchmark/KeyBenchmarks.cs#L27
The variable 'a' is assigned but its value is never used
|
build:
src/Rudzoft.ChessLib.PGN/NonRegexPgnParser.cs#L31
Async-iterator 'NonRegexPgnParser.ParseFile(string, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
build:
src/Rudzoft.ChessLib.Benchmark/KeyBenchmarks.cs#L27
The variable 'a' is assigned but its value is never used
|