Open Issues Need Help
View All on GitHub Use exception throw helper about 2 months ago
AI Summary: Refactor YARP's codebase to utilize .NET 8's exception throw helper methods (`ArgumentNullException.ThrowIfNull`, `ArgumentException.ThrowIfNullOrEmpty`) for improved code readability and conciseness, replacing existing manual null and empty string checks.
Complexity:
2/5
help wanted