[PR #6] [MERGED] Develop #6

Closed
opened 2026-09-04 00:44:12 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Stone-Red-Code/CuteUtils/pull/6
Author: @Stone-Red-Code
Created: 5/21/2025
Status: Merged
Merged: 5/21/2025
Merged by: @Stone-Red-Code

Base: mainHead: develop


📝 Commits (4)

  • d5581ca Add rename SafeRetry to Try and add Catch methods
  • f366290 Add missing try tests and fix warnings
  • c49e29a Update version
  • 5026644 Merge branch 'main' into develop

📊 Changes

6 files changed (+568 additions, -253 deletions)

View changed files

src/CuteUtils.Tests/GlobalSuppressions.cs (+8 -0)
src/CuteUtils.Tests/Misc/SafeRetryTests.cs (+0 -222)
src/CuteUtils.Tests/Misc/TryTests.cs (+352 -0)
📝 src/CuteUtils.Tests/Misc/WaitTests.cs (+52 -28)
📝 src/CuteUtils/CuteUtils.csproj (+1 -1)
📝 src/CuteUtils/Misc/Try.cs (+155 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Stone-Red-Code/CuteUtils/pull/6 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 5/21/2025 **Status:** ✅ Merged **Merged:** 5/21/2025 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (4) - [`d5581ca`](https://github.com/Stone-Red-Code/CuteUtils/commit/d5581cae968349d10e35a6bc95c4d2bcaebbc191) Add rename SafeRetry to Try and add Catch methods - [`f366290`](https://github.com/Stone-Red-Code/CuteUtils/commit/f366290d5de86a4792f86aa8d3768d1c631cc61a) Add missing try tests and fix warnings - [`c49e29a`](https://github.com/Stone-Red-Code/CuteUtils/commit/c49e29ac7dee9e63f62db8daf7e261d23ca53b70) Update version - [`5026644`](https://github.com/Stone-Red-Code/CuteUtils/commit/50266440fa415144c8da08e72867200de1fe5f97) Merge branch 'main' into develop ### 📊 Changes **6 files changed** (+568 additions, -253 deletions) <details> <summary>View changed files</summary> ➕ `src/CuteUtils.Tests/GlobalSuppressions.cs` (+8 -0) ➖ `src/CuteUtils.Tests/Misc/SafeRetryTests.cs` (+0 -222) ➕ `src/CuteUtils.Tests/Misc/TryTests.cs` (+352 -0) 📝 `src/CuteUtils.Tests/Misc/WaitTests.cs` (+52 -28) 📝 `src/CuteUtils/CuteUtils.csproj` (+1 -1) 📝 `src/CuteUtils/Misc/Try.cs` (+155 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:44:12 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/CuteUtils#6