Skip to content

Bump xunit from 2.4.2 to 2.5.0 #51

Bump xunit from 2.4.2 to 2.5.0

Bump xunit from 2.4.2 to 2.5.0 #51

Triggered via pull request July 17, 2023 13:16
Status Success
Total duration 6m 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
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.