Skip to content

Update Test Harnesses #87

Update Test Harnesses

Update Test Harnesses #87

Triggered via push February 27, 2024 17:49
Status Success
Total duration 5m 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.