Release notes
*Sourced from [FakeItEasy's releases](https://github.com/FakeItEasy/FakeItEasy/releases).*
> ## 5.2.0
> ### New
> * Add overloads of Invokes, ReturnsLazily, etc for methods with 5–8 parameters ([#1606](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1606))
> Previously overloads handled up to 4 parameters.
>
> ### Additional Items
> * Move NUGET_API_KEY and other variables out of appveyor.yml and into environment variables ([#1609](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1609))
> * Update Bullseye to 3.0.0-beta.3 and SimpleExec to 6.1.0-beta.1 ([#1612](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1612))
> * Shorten input values in build logs ([#1615](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1615))
> * Update PublicApiGenerator to 9.3.0 ([#1616](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1616))
>
> ### With special thanks for contributions to this release from:
> * Adam Ralph - [@adamralph](https://github.com/adamralph)
>
> ## 5.1.2
> ### Fixed
> * Stack overflow exception when creating second Fake of type that takes a parameter of its own type ([#1603](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1603))
>
> ### Additional Items
> * Replace term "framework" with "library" in docs ([#1587](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1587))
> * Remove Source Browser badge and link ([#1589](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1589))
> * Update SimpleExec to 6.0.0 ([#1594](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1594), [#1595](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1595))
> * Update Bullseye to 2.4.0-rc.2 ([#1595](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1595), [#1596](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1596))
> * Fix failing test by no longer creating a fake in `WrapsAValidObjectOptionsBuilder` static constructor ([#1600](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1600))
>
> ### With special thanks for contributions to this release from:
> * Bjorn Ramakers - [@Rmkrs](https://github.com/Rmkrs)
> * Adam Ralph - [@adamralph](https://github.com/adamralph)
>
> ## 5.1.1
> ### Fixed
> * Calls are recorded after applying the best rule, not when received ([#1583](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1583))
>
> ### Additional Items
> * Fix typo in [Why was FakeItEasy created?](https://fakeiteasy.readthedocs.io/en/latest/why-was-fakeiteasy-created/) ([#1582](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1582))
> * Fix deployment failure due to "The filename, directory name, or volume label syntax is incorrect." ([#1576](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1576))
> * Upgrade MinVer to 1.0.0-rc.1 ([#1578](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1578))
>
> ### With special thanks for contributions to this release from:
> * Donovan Edye - [@natiki](https://github.com/natiki)
> * Adam Ralph - [@adamralph](https://github.com/adamralph)
>
> ## 5.1.0
> ### New
> * Support for naming fakes ([#1488](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1488))
> * Have ReturnsNextFromSequence guard against null values ([#1572](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1572))
>
> ### Fixed
> * Concurrent calls and (implicit or explicit) configuration changes to Fakes are not threadsafe ([#1569](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1569))
>
> ... (truncated)
Commits
- [`e6e7080`](https://github.com/FakeItEasy/FakeItEasy/commit/e6e70809aad65d27377f4da2ddef0689d7d8f381) Merge pull request [#1611](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1611) from thomaslevesque/strongly-typed-overloads
- [`7b3293b`](https://github.com/FakeItEasy/FakeItEasy/commit/7b3293b697d577127efb8d94915650e91c776434) Update documentation
- [`6be3788`](https://github.com/FakeItEasy/FakeItEasy/commit/6be3788877fb28b626257a9053e10b43cc09ca96) Disable SA1601 globally
- [`616a06d`](https://github.com/FakeItEasy/FakeItEasy/commit/616a06d16e6065b36f9505d0226bfe36c186696c) Generate strongly-typed overloads for Throws
- [`e75164f`](https://github.com/FakeItEasy/FakeItEasy/commit/e75164fecc3c0883ed33259414dc40981356babe) Generate strongly-typed overloads for AssignsOutAndRefParametersLazily
- [`14015ea`](https://github.com/FakeItEasy/FakeItEasy/commit/14015ea9687b7024ebf8726f803869f150f54149) Generate strongly-typed overloads for ThrowsAsync
- [`057f337`](https://github.com/FakeItEasy/FakeItEasy/commit/057f337839c4c61af242812991a74bfac2563000) Generate strongly-typed overloads for ReturnsLazily
- [`4ed20ae`](https://github.com/FakeItEasy/FakeItEasy/commit/4ed20ae8848ddb36ea4c847659c71dcd91b112cc) Extract Ordinals into .ttinclude file
- [`b52fa73`](https://github.com/FakeItEasy/FakeItEasy/commit/b52fa730ffa1e4d9b953ac820800b572036e0e62) Generate strongly-typed overloads for WhenArgumentsMatch
- [`756e497`](https://github.com/FakeItEasy/FakeItEasy/commit/756e4970440f945993f1e4e033ac1cc3d9d8728f) Generate strongly-typed overloads for Invokes
- Additional commits viewable in [compare view](https://github.com/FakeItEasy/FakeItEasy/compare/4.3.0...5.2.0)
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](https://app.dependabot.com):
- 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)
Finally, you can contact us by mentioning @dependabot.
Bumps FakeItEasy from 4.3.0 to 5.2.0.
Release notes
*Sourced from [FakeItEasy's releases](https://github.com/FakeItEasy/FakeItEasy/releases).* > ## 5.2.0 > ### New > * Add overloads of Invokes, ReturnsLazily, etc for methods with 5–8 parameters ([#1606](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1606)) > Previously overloads handled up to 4 parameters. > > ### Additional Items > * Move NUGET_API_KEY and other variables out of appveyor.yml and into environment variables ([#1609](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1609)) > * Update Bullseye to 3.0.0-beta.3 and SimpleExec to 6.1.0-beta.1 ([#1612](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1612)) > * Shorten input values in build logs ([#1615](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1615)) > * Update PublicApiGenerator to 9.3.0 ([#1616](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1616)) > > ### With special thanks for contributions to this release from: > * Adam Ralph - [@adamralph](https://github.com/adamralph) > > ## 5.1.2 > ### Fixed > * Stack overflow exception when creating second Fake of type that takes a parameter of its own type ([#1603](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1603)) > > ### Additional Items > * Replace term "framework" with "library" in docs ([#1587](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1587)) > * Remove Source Browser badge and link ([#1589](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1589)) > * Update SimpleExec to 6.0.0 ([#1594](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1594), [#1595](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1595)) > * Update Bullseye to 2.4.0-rc.2 ([#1595](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1595), [#1596](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1596)) > * Fix failing test by no longer creating a fake in `WrapsAValidObjectOptionsBuilder` static constructor ([#1600](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1600)) > > ### With special thanks for contributions to this release from: > * Bjorn Ramakers - [@Rmkrs](https://github.com/Rmkrs) > * Adam Ralph - [@adamralph](https://github.com/adamralph) > > ## 5.1.1 > ### Fixed > * Calls are recorded after applying the best rule, not when received ([#1583](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1583)) > > ### Additional Items > * Fix typo in [Why was FakeItEasy created?](https://fakeiteasy.readthedocs.io/en/latest/why-was-fakeiteasy-created/) ([#1582](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1582)) > * Fix deployment failure due to "The filename, directory name, or volume label syntax is incorrect." ([#1576](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1576)) > * Upgrade MinVer to 1.0.0-rc.1 ([#1578](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1578)) > > ### With special thanks for contributions to this release from: > * Donovan Edye - [@natiki](https://github.com/natiki) > * Adam Ralph - [@adamralph](https://github.com/adamralph) > > ## 5.1.0 > ### New > * Support for naming fakes ([#1488](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1488)) > * Have ReturnsNextFromSequence guard against null values ([#1572](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1572)) > > ### Fixed > * Concurrent calls and (implicit or explicit) configuration changes to Fakes are not threadsafe ([#1569](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1569)) > > ... (truncated)Commits
- [`e6e7080`](https://github.com/FakeItEasy/FakeItEasy/commit/e6e70809aad65d27377f4da2ddef0689d7d8f381) Merge pull request [#1611](https://github-redirect.dependabot.com/FakeItEasy/FakeItEasy/issues/1611) from thomaslevesque/strongly-typed-overloads - [`7b3293b`](https://github.com/FakeItEasy/FakeItEasy/commit/7b3293b697d577127efb8d94915650e91c776434) Update documentation - [`6be3788`](https://github.com/FakeItEasy/FakeItEasy/commit/6be3788877fb28b626257a9053e10b43cc09ca96) Disable SA1601 globally - [`616a06d`](https://github.com/FakeItEasy/FakeItEasy/commit/616a06d16e6065b36f9505d0226bfe36c186696c) Generate strongly-typed overloads for Throws - [`e75164f`](https://github.com/FakeItEasy/FakeItEasy/commit/e75164fecc3c0883ed33259414dc40981356babe) Generate strongly-typed overloads for AssignsOutAndRefParametersLazily - [`14015ea`](https://github.com/FakeItEasy/FakeItEasy/commit/14015ea9687b7024ebf8726f803869f150f54149) Generate strongly-typed overloads for ThrowsAsync - [`057f337`](https://github.com/FakeItEasy/FakeItEasy/commit/057f337839c4c61af242812991a74bfac2563000) Generate strongly-typed overloads for ReturnsLazily - [`4ed20ae`](https://github.com/FakeItEasy/FakeItEasy/commit/4ed20ae8848ddb36ea4c847659c71dcd91b112cc) Extract Ordinals into .ttinclude file - [`b52fa73`](https://github.com/FakeItEasy/FakeItEasy/commit/b52fa730ffa1e4d9b953ac820800b572036e0e62) Generate strongly-typed overloads for WhenArgumentsMatch - [`756e497`](https://github.com/FakeItEasy/FakeItEasy/commit/756e4970440f945993f1e4e033ac1cc3d9d8728f) Generate strongly-typed overloads for Invokes - Additional commits viewable in [compare view](https://github.com/FakeItEasy/FakeItEasy/compare/4.3.0...5.2.0)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](https://app.dependabot.com): - 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) Finally, you can contact us by mentioning @dependabot.