Skip to content

Conversation

@dependabot-preview
Copy link

Bumps FakeItEasy from 5.1.1 to 5.4.1.

Release notes

Sourced from FakeItEasy's releases.

5.4.1

Fixed

  • ReturnValue not set on completed call returned from Fake.GetCalls (#1696)

5.4.0

Changed

New

  • Now targets netstandard2.1, as well as all the old favorites (#1658)

  • Enhanced support for ValueTask and ValueTask<TResult>, comparable to that for Task and Task<TResult> (#1658):

    • a ValueTask Dummy is an actual completed ValueTask
    • a ValueTask<TResult> Dummy is an actual ValueTask<TResult> that is already completed and whose Result is a Dummy of type TResult, or a default TResult if no Dummy can be made for TResult
    • unconfigured Fake methods that accept a cancellation token and return a ValueTask (or ValueTask<T>) will return a cancelled task object
    • new convenience overloads for configuring Fake methods that return ValueTask or ValueTask<T>:

    If your test project targets a framework compatible with .NET Standard 2.1 or higher, these last two features are available in the FakeItEasy package itself. Otherwise, you can access them by referencing the new FakeItEasy.Extensions.ValueType NuGet package.

  • Analyzers now target .NET Standard 2.0 (#1667)

Additional Items

  • Remove unused internal option to skip formatting of argument values (#1665)
  • Parameterize approval tests (#1669)
  • Support building only part of the target frameworks (#1662)
  • Create a bot account for release process automation (#1663)

5.3.0

New

  • Make Dummy ValueTuples' members Dummies, to match Tuple (#1637)
  • Detect and reject an "argument constraint factory method" that produces multiple constraints (#1628)

Fixed

  • Stack overflow exception when concurrently creating two Dummies of a type that takes a parameter of its own type (#1639)
  • Fakes that wrap another object are not considered to be equal to themselves (#1630)
  • Exception thrown from argument constraint factory prevents detection of misused A<T>._, A<T>.Ignored, or A<T>.That (#1644)
  • Exception thrown by argument constraint factory is wrapped in TargetInvocationException, not UserCallbackException (#1646)
  • Exceptions thrown by "action" callbacks are wrapped in UserCallbackException (#1640)

Additional Items

  • Build requires Visual Studio 2019 or Visual Studio Build Tools 2019, and tests now run against netcoreapp3.0 (#1632)
  • Add parentheses to test method in quickstart (#1621)
  • Pre-reduce nullable warnings (#1620)
  • Check for nullity using is null or is object (#1624)
  • Protect out and ref parameters value producer (#1625)
  • Simplify type checking in AnyCallRule (#1626)
  • Embed FakeItEasy icon in package (#1627)
  • GitHub API calls fail during deployment (#1618)
  • Fix capitalization of .NET in docs (#1653)
  • Updated build tools (#1631, #1655)
... (truncated)
Commits
  • 822e991 Merge pull request #1697 from thomaslevesque/fix-completedcall-returnvalue
  • 893e526 Fix doc for ICompletedFakeObjectCall.ReturnValue
  • 0bb4812 Record the return value on CompletedFakeObjectCall
  • b13cba7 Make CompletedFakeObjectCall not read-only
  • 5c27afd Add failing specs showing return value isn't set
  • c2c47b2 Merge pull request #1668 from thomaslevesque/target-framework-sets
  • 2d1efaf Update documentation
  • 88d7700 Move build profiles to separate files
  • 3fcff7e Add support for user-defined props file
  • 2a5e445 Add target framework sets
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) from 5.1.1 to 5.4.1.
- [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases)
- [Commits](FakeItEasy/FakeItEasy@5.1.1...5.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 15, 2019
@dependabot-preview dependabot-preview bot requested a review from dnyvik November 15, 2019 04:38
@dependabot-preview
Copy link
Author

Superseded by #28.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/FakeItEasy-5.4.1 branch November 26, 2019 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants