-
Notifications
You must be signed in to change notification settings - Fork 729
Update FluentAssertions package dependencies #2673
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
Conversation
Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
Looking at the build failures... EDIT: Fixed |
….Net.Http package.
Tests/FluentAssertions.Extensibility.Specs/FluentAssertions.Extensibility.Specs.csproj
Show resolved
Hide resolved
Pull Request Test Coverage Report for Build 9547041476Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9565464851Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Hello @dennisdoomen, any update on when we can get this PR merged? |
It is waiting for @jnyrup's review.. As it seems, he is very busy these days :) |
Pull Request Test Coverage Report for Build 9765350892Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
fluentassertions#2673 bumped from 4.4.0 -> 6.0.1, but 6.0.0 should be enough. As a testing nuget we should pick the lowest possible version of a package to avoid that tests use a newer package than what is used in production.
#2673 bumped from 4.4.0 -> 6.0.1, but 6.0.0 should be enough. As a testing nuget we should pick the lowest possible version of a package to avoid that tests use a newer package than what is used in production.
fluentassertions#2673 bumped from 4.4.0 -> 6.0.1, but 6.0.0 should be enough. As a testing nuget we should pick the lowest possible version of a package to avoid that tests use a newer package than what is used in production.
#2673 bumped from 4.4.0 -> 6.0.1, but 6.0.0 should be enough. As a testing nuget we should pick the lowest possible version of a package to avoid that tests use a newer package than what is used in production.
Fixes #2668
Update the ConfigurationManager dependency to 6.0.1 and System.Threading.Tasks.Extensions to 4.5.4.
IMPORTANT
./build.sh --target spellcheck
or.\build.ps1 --target spellcheck
before pushing and check the good outcome