Add client-side async API for replication (IAsyncReplicator) #1086
Annotations
7 errors and 1 warning
|
|
|
Run dotnet build "./src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj" --configuration "Release" --framework "net472" --no-restore -p:TestFrameworks=true:
src/Lucene.Net.Tests.Replicator/Http/HttpClientBaseTest.cs#L318
'CancellationTokenSource' does not contain a definition for 'CancelAsync' and no accessible extension method 'CancelAsync' accepting a first argument of type 'CancellationTokenSource' could be found (are you missing a using directive or an assembly reference?)
|
|
Run dotnet build "./src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj" --configuration "Release" --framework "net472" --no-restore -p:TestFrameworks=true:
src/Lucene.Net.Tests.Replicator/Http/HttpClientBaseTest.cs#L252
'Stream': type used in an asynchronous using statement must implement 'System.IAsyncDisposable' or implement a suitable 'DisposeAsync' method. Did you mean 'using' rather than 'await using'?
|
|
Run dotnet build "./src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj" --configuration "Release" --framework "net472" --no-restore -p:TestFrameworks=true:
src/Lucene.Net.Tests.Replicator/Http/HttpClientBaseTest.cs#L172
'CancellationTokenSource' does not contain a definition for 'CancelAsync' and no accessible extension method 'CancelAsync' accepting a first argument of type 'CancellationTokenSource' could be found (are you missing a using directive or an assembly reference?)
|
|
Run dotnet build "./src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj" --configuration "Release" --framework "net472" --no-restore -p:TestFrameworks=true:
src/Lucene.Net.Tests.Replicator/Http/HttpClientBaseTest.cs#L318
'CancellationTokenSource' does not contain a definition for 'CancelAsync' and no accessible extension method 'CancelAsync' accepting a first argument of type 'CancellationTokenSource' could be found (are you missing a using directive or an assembly reference?)
|
|
Run dotnet build "./src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj" --configuration "Release" --framework "net472" --no-restore -p:TestFrameworks=true:
src/Lucene.Net.Tests.Replicator/Http/HttpClientBaseTest.cs#L252
'Stream': type used in an asynchronous using statement must implement 'System.IAsyncDisposable' or implement a suitable 'DisposeAsync' method. Did you mean 'using' rather than 'await using'?
|
|
Run dotnet build "./src/Lucene.Net.Tests.Replicator/Lucene.Net.Tests.Replicator.csproj" --configuration "Release" --framework "net472" --no-restore -p:TestFrameworks=true:
src/Lucene.Net.Tests.Replicator/Http/HttpClientBaseTest.cs#L172
'CancellationTokenSource' does not contain a definition for 'CancelAsync' and no accessible extension method 'CancelAsync' accepting a first argument of type 'CancellationTokenSource' could be found (are you missing a using directive or an assembly reference?)
|
|
Upload a Build Artifact
No files were found with the provided path: D:\a\lucenenet\lucenenet/testresults_windows-latest_net472_x64_Release. No artifacts will be uploaded.
|
background
wait
wait-all
cancel
parallel
Loading