Bump xunit from 2.5.3 to 2.8.0 #96
Annotations
6 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
src/BCrypt.Net.UnitTests/BCryptTests.cs#L143
The variable 'passwordHashOneRound' is assigned but its value is never used
|
build:
src/BCrypt.Net.UnitTests/BCryptTests.cs#L165
Do not use Assert.True() to check for string equality. Use Assert.Equal instead.
|
build:
src/BCrypt.Net.UnitTests/BCryptTests.cs#L143
The variable 'passwordHashOneRound' is assigned but its value is never used
|
build:
src/BCrypt.Net.UnitTests/BCryptTests.cs#L165
Do not use Assert.True() to check for string equality. Use Assert.Equal instead.
|