From 7651732b3c88822f24f2acc7ded33642cbf5c2db Mon Sep 17 00:00:00 2001 From: Tunahan Ali Ozturk <72943708+tunahanaliozturk@users.noreply.github.com> Date: Fri, 3 Apr 2026 04:16:12 +0300 Subject: [PATCH 1/2] Add OrionGuard to Validation section Validation/OrionGuard - [https://github.com/Moongazing/OrionGuard](https://github.com/Moongazing/OrionGuard) A modern, fluent guard clause and validation library for .NET 8/9/10 with security guards (SQL injection, XSS, path traversal, command injection, LDAP, XXE), universal format validation, span-based zero-allocation FastGuard, result pattern, thread-safe localization (8 languages), and dependency injection support. MIT licensed, actively maintained. NuGet: https://www.nuget.org/packages/OrionGuard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fb59904..7cda644d 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ Follows best practices and conventions to provide you a SOLID development experi * [WebEssentials.AspNetCore.ServiceWorker](https://github.com/madskristensen/WebEssentials.AspNetCore.ServiceWorker) - ASP.NET Core Progressive Web Apps. * [Xabe.FFmpeg](https://github.com/tomaszzmuda/Xabe.FFmpeg) - .NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from C# application. * [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode) - Ultimate library for extracting metadata and downloading Youtube videos and playlists. +* [OrionGuard](https://github.com/Moongazing/OrionGuard) - A modern, fluent guard clause library with security guards, format validation, high-performance FastGuard, result pattern, and localization support. ### Networking * [AspNetCore.Proxy](https://github.com/twitchax/AspNetCore.Proxy) - ASP.NET Core Proxies made easy. From 1fd5fa4221b3e780625f102326a75a3a96ee454f Mon Sep 17 00:00:00 2001 From: Tunahan Ali Ozturk <72943708+tunahanaliozturk@users.noreply.github.com> Date: Fri, 3 Apr 2026 04:28:43 +0300 Subject: [PATCH 2/2] Remove duplicate OrionGuard entry from README Removed duplicate entry for OrionGuard in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cda644d..7ecdf812 100644 --- a/README.md +++ b/README.md @@ -575,12 +575,12 @@ Follows best practices and conventions to provide you a SOLID development experi * [FormHelper](https://github.com/SinanBozkus/FormHelper) - Form & Validation Helper for ASP.NET Core. Form Helper helps you to create ajax forms and validations without writing any javascript code. (Compatible with Fluent Validation). * [Guard](https://github.com/safakgur/guard) - A high-performance, extensible argument validation library. * [Valit](https://github.com/valit-stack/Valit) - A dead simple validation for .NET Core. No more if-statements all around your code. Write nice and clean fluent validators instead! + * [OrionGuard](https://github.com/Moongazing/OrionGuard) - A modern, fluent guard clause library with security guards, format validation, high-performance FastGuard, result pattern, and localization support. * [Vanara](https://github.com/dahall/Vanara) - A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers. * [warden-stack](https://github.com/warden-stack) - "health checks" for your applications, resources and infrastructure. Keep your Warden on the watch. * [WebEssentials.AspNetCore.ServiceWorker](https://github.com/madskristensen/WebEssentials.AspNetCore.ServiceWorker) - ASP.NET Core Progressive Web Apps. * [Xabe.FFmpeg](https://github.com/tomaszzmuda/Xabe.FFmpeg) - .NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from C# application. * [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode) - Ultimate library for extracting metadata and downloading Youtube videos and playlists. -* [OrionGuard](https://github.com/Moongazing/OrionGuard) - A modern, fluent guard clause library with security guards, format validation, high-performance FastGuard, result pattern, and localization support. ### Networking * [AspNetCore.Proxy](https://github.com/twitchax/AspNetCore.Proxy) - ASP.NET Core Proxies made easy.