Bump xunit from 2.5.3 to 2.6.0 in /csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests #292
snippets5000.yml
on: pull_request
snippets-build
2m 32s
Annotations
3 errors
snippets-build:
csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/Services/NewsServiceTests.cs#L50
D:\a\samples\samples\csharp\tutorials\nullable-reference-migration\finished\SimpleFeedReader.Tests\Services\NewsServiceTests.cs(50,20): error CS0121: The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)' [D:\a\samples\samples\csharp\tutorials\nullable-reference-migration\finished\SimpleFeedReader.Tests\SimpleFeedReader.Tests.csproj]
|
snippets-build:
csharp/tutorials/nullable-reference-migration/finished/SimpleFeedReader.Tests/Services/NewsServiceTests.cs#L61
D:\a\samples\samples\csharp\tutorials\nullable-reference-migration\finished\SimpleFeedReader.Tests\Services\NewsServiceTests.cs(61,20): error CS0121: The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)' [D:\a\samples\samples\csharp\tutorials\nullable-reference-migration\finished\SimpleFeedReader.Tests\SimpleFeedReader.Tests.csproj]
|
snippets-build
Process completed with exit code 1.
|