Skip to content

Use default blocking strategy for valuetasks#4804

Merged
stevenaw merged 1 commit intomainfrom
fix-value-task-awaiter
Aug 30, 2024
Merged

Use default blocking strategy for valuetasks#4804
stevenaw merged 1 commit intomainfrom
fix-value-task-awaiter

Conversation

@stevenaw
Copy link
Copy Markdown
Member

Fixes #4802

@stevenaw stevenaw requested a review from OsirisTerje August 29, 2024 23:35
Copy link
Copy Markdown
Member

@OsirisTerje OsirisTerje left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LVGTM

Like the test!

@stevenaw stevenaw merged commit 116802d into main Aug 30, 2024
@stevenaw stevenaw deleted the fix-value-task-awaiter branch August 30, 2024 18:37
renovate Bot referenced this pull request in orso-co/Orso.Arpa.Api Sep 1, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [NUnit](https://nunit.org/)
([source](https://togithub.com/nunit/nunit)) | `4.2.1` -> `4.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NUnit/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NUnit/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nunit](https://nunit.org/)
([source](https://togithub.com/nunit/nunit)) | `4.2.1` -> `4.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/nunit/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/nunit/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/nunit/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/nunit/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nunit/nunit (NUnit)</summary>

### [`v4.2.2`](https://togithub.com/nunit/nunit/releases/tag/4.2.2):
NUnit 4.2.2

[Compare Source](https://togithub.com/nunit/nunit/compare/4.2.1...4.2.2)

Hotfix for fixing regression bug
[#&#8203;4802](https://togithub.com/nunit/nunit/issues/4802)

##### What's Changed

- Use default blocking strategy for valuetasks by
[@&#8203;stevenaw](https://togithub.com/stevenaw) in
[https://github.com/nunit/nunit/pull/4804](https://togithub.com/nunit/nunit/pull/4804)

**Full Changelog**: nunit/nunit@4.2.1...4.2.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

System.NotSupportedException when using AsyncEnumerable test cases for TestCaseSourceAttribute

2 participants