Refactor I/O read/write APIs to return ValueTask
instead of Task
#2975
Azure Pipelines / OData-main-pipeline-Rolling (Release)
failed
May 22, 2024 in 2m 59s
Release failed
Annotations
azure-pipelines / OData-main-pipeline-Rolling (Release)
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationReaderTests.cs#L165
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationReaderTests.cs(165,49): Error CS0738: 'ODataNotificationReaderTests.MockODataStreamListener' does not implement interface member 'IODataStreamListener.StreamRequestedAsync()'. 'ODataNotificationReaderTests.MockODataStreamListener.StreamRequestedAsync()' cannot implement 'IODataStreamListener.StreamRequestedAsync()' because it does not have the matching return type of 'ValueTask'.
azure-pipelines / OData-main-pipeline-Rolling (Release)
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationReaderTests.cs#L165
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationReaderTests.cs(165,49): Error CS0738: 'ODataNotificationReaderTests.MockODataStreamListener' does not implement interface member 'IODataStreamListener.StreamDisposedAsync()'. 'ODataNotificationReaderTests.MockODataStreamListener.StreamDisposedAsync()' cannot implement 'IODataStreamListener.StreamDisposedAsync()' because it does not have the matching return type of 'ValueTask'.
azure-pipelines / OData-main-pipeline-Rolling (Release)
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationStreamTests.cs#L131
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationStreamTests.cs(131,49): Error CS0738: 'ODataNotificationStreamTests.MockODataStreamListener' does not implement interface member 'IODataStreamListener.StreamRequestedAsync()'. 'ODataNotificationStreamTests.MockODataStreamListener.StreamRequestedAsync()' cannot implement 'IODataStreamListener.StreamRequestedAsync()' because it does not have the matching return type of 'ValueTask'.
azure-pipelines / OData-main-pipeline-Rolling (Release)
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationStreamTests.cs#L131
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationStreamTests.cs(131,49): Error CS0738: 'ODataNotificationStreamTests.MockODataStreamListener' does not implement interface member 'IODataStreamListener.StreamDisposedAsync()'. 'ODataNotificationStreamTests.MockODataStreamListener.StreamDisposedAsync()' cannot implement 'IODataStreamListener.StreamDisposedAsync()' because it does not have the matching return type of 'ValueTask'.
azure-pipelines / OData-main-pipeline-Rolling (Release)
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationWriterTests.cs#L131
test\FunctionalTests\Microsoft.OData.Core.Tests\ODataNotificationWriterTests.cs(131,49): Error CS0738: 'ODataNotificationWriterTests.MockODataStreamListener' does not implement interface member 'IODataStreamListener.StreamRequestedAsync()'. 'ODataNotificationWriterTests.MockODataStreamListener.StreamRequestedAsync()' cannot implement 'IODataStreamListener.StreamRequestedAsync()' because it does not have the matching return type of 'ValueTask'.
Loading