Fixed broken tests, due to refactoring of contracts. #73
dotnet.yml
on: push
build-and-test
40s
nuget
17s
Annotations
4 warnings
build-and-test:
Iggy_SDK/Utils/EmptyList.cs#L6
Type parameter 'T' has the same name as the type parameter from outer type 'EmptyList<T>'
|
build-and-test:
Iggy_SDK/MessageStream/Implementations/TcpMessageStream.cs#L435
Async-iterator 'TcpMessageStream.LazyPollMessagesAsync(MessageFetchRequest, Func<byte[], byte[]>?, 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-and-test:
Iggy_SDK/Utils/EmptyList.cs#L6
Type parameter 'T' has the same name as the type parameter from outer type 'EmptyList<T>'
|
build-and-test:
Iggy_SDK/MessageStream/Implementations/TcpMessageStream.cs#L435
Async-iterator 'TcpMessageStream.LazyPollMessagesAsync(MessageFetchRequest, Func<byte[], byte[]>?, 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
|