Skip to content
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

tests: add examples for excluding assert methods from analyzer #376

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

Meir017
Copy link
Member

@Meir017 Meir017 commented Jul 12, 2024

resolves #373

@Meir017 Meir017 merged commit 727aa74 into main Jul 12, 2024
10 checks passed
@Meir017 Meir017 deleted the tests/exclude-assert-methods branch July 12, 2024 09:02
gritcsenko referenced this pull request in gritcsenko/HomeInventory Jul 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[FluentAssertions.Analyzers](https://github.com/fluentassertions/fluentassertions.analyzers)
| `0.32.0` -> `0.33.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentAssertions.Analyzers/0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/FluentAssertions.Analyzers/0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/FluentAssertions.Analyzers/0.32.0/0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentAssertions.Analyzers/0.32.0/0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions.analyzers
(FluentAssertions.Analyzers)</summary>

###
[`v0.33.0`](https://github.com/fluentassertions/fluentassertions.analyzers/releases/tag/v0.33.0):
0.33.0

##### What's Changed

- feat: add assert that IsEmpty scenarios by
[@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/356](https://github.com/fluentassertions/fluentassertions.analyzers/pull/356)
- feat: add nunit collection Assert.That Is.EqualTo by
[@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/360](https://github.com/fluentassertions/fluentassertions.analyzers/pull/360)
- feat: add nunit collection Assert.That contains item by
[@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/361](https://github.com/fluentassertions/fluentassertions.analyzers/pull/361)
- feat: add nunit collection Assert.That All InstanceOf by
[@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/362](https://github.com/fluentassertions/fluentassertions.analyzers/pull/362)
- feat: add nunit collection Assert.That OnlyHaveUniqueItems &
NotContainNulls by [@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/364](https://github.com/fluentassertions/fluentassertions.analyzers/pull/364)
- feat: add nunit Assert.That Is.AtMost & Is.AtLeast by
[@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/365](https://github.com/fluentassertions/fluentassertions.analyzers/pull/365)
- feat: Rewrite parameters order when handling constant values in
assertions by [@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/370](https://github.com/fluentassertions/fluentassertions.analyzers/pull/370)
- feat: ignore mstest Assert.Fail & Assert.Inconclusive methods by
[@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/371](https://github.com/fluentassertions/fluentassertions.analyzers/pull/371)
- feat: NUnit Rewrite parameters order when handling constant values in
assertions by [@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/372](https://github.com/fluentassertions/fluentassertions.analyzers/pull/372)
- tests: add examples for excluding assert methods from analyzer by
[@&#8203;Meir017](https://github.com/Meir017) in
[https://github.com/fluentassertions/fluentassertions.analyzers/pull/376](https://github.com/fluentassertions/fluentassertions.analyzers/pull/376)

**Full Changelog**:
fluentassertions/fluentassertions.analyzers@v0.32.0...v0.33.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/gritcsenko/HomeInventory).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow disabling hint on specifically Assert.NotNull
1 participant