Skip to content

Bump YamlDotNet from 15.1.6 to 16.1.2 #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ProjectLighthouse/ProjectLighthouse.csproj
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<PackageReference Include="Redis.OM" Version="0.7.1" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="YamlDotNet" Version="15.1.6" />
<PackageReference Include="YamlDotNet" Version="16.1.2" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="DistributedLock.MySql" Version="1.0.2" />
</ItemGroup>

Unchanged files with check annotations Beta

public class ModerationTests
{
[Fact]
public async void DismissExpiredCases_ShouldDismissExpiredCase()

Check warning on line 15 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 15 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 15 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 15 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
{
await using DatabaseContext database = await MockHelper.GetTestDatabase();
}
[Fact]
public async void DismissExpiredCases_ShouldNotDismissActiveCase()

Check warning on line 38 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 38 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 38 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 38 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
{
await using DatabaseContext database = await MockHelper.GetTestDatabase();
}
[Fact]
public async void DismissExpiredCases_ShouldNotDismissAlreadyDismissedCase()

Check warning on line 61 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 61 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 61 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)

Check warning on line 61 in ProjectLighthouse.Tests/Unit/ModerationTests.cs

GitHub Actions / Build & Test (Linux, ubuntu-latest, true, true)

Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
{
await using DatabaseContext database = await MockHelper.GetTestDatabase();