Found 5 packages
Fluent Validation-powered Blazor component for validating standard <EditForm> https://github.com/ryanelian/FluentValidation.Blazor/blob/master/README.MD This library is a direct replacement to the default Blazor <DataAnnotationValidator> with zero configuration required ⚡️ in the application code base. The <FluentValidation.FluentValidator> component automatically detects the Model data type used by the parent <EditForm> then attempts to acquire the corresponding FluentValidation.IValidator<T> for that model data type. For this reason, in addition to coding the usual FluentValidation.AbstractValidator<T> Fluent Validation implementation, you are required to register the FluentValidation.IValidator<T> implementation in the Startup.cs Service Provider (Dependency Injection). This effectively allows you, dear programmer, to inject required services to your validation implementations for writing amazing custom validation methods! 🔥 Validator parameter may also be passed directly to the component to inline the AbstractValidator implementation instead of relying on .NET Core DI.
Provides the OceanValidator that is the Blazor middleware between the Ocean validation and case correction library and the Blazor UI. This NuGet package provides the OceanValidator that is used on Blazor Razor pages. This replaces the default DataAnnotations validation library validator. Package also includes the OceanNumericInput component, a replacement for the Blazor InputNumber. Package also includes the OceanAutoComplete component, a high-octane auto complete control.
Comprehensive PDF toolkit for .NET — find/replace, merge, split, build, form filling, redaction, image editing, watermark, optimization, digital signatures, and PDF/A compliance. Zero external dependencies. Operates directly on PDF content streams. Features: text find/replace (regex, case-insensitive, whole-word, width-aware fitting), PDF merging (with page range selection), page splitting/extraction, fluent document builder (text, JPEG/PNG images, shapes), structured text extraction (with positions and font data), form filling (AcroForm text/checkbox/choice fields), text and area redaction, image finding and replacement (JPEG/PNG, by index or page range), text watermarks (configurable position, font size, color, opacity, page selection), stream compression and object deduplication, digital signatures (PKCS#7, net8.0), PDF/A validation and conversion (1b/2b/3b), document inspection. The netstandard2.0 build is compatible with .NET Framework 4.6.1+, .NET Core 2.0+, and .NET 5/6/7/8/9/10+. The net8.0 build adds digital signature support and is used by .NET 8, 9, 10, and later. NuGet resolves automatically. Made in USA.
Azure configuration abstractions for .NET applications. Includes AppTokenCredential for cloud/local authentication, Key Vault reference replacement, and configuration validation with data annotations.
Fluent Validation-powered Blazor component for validating standard <EditForm> 🌀 ✅ https://github.com/ryanelian/FluentValidation.Blazor/blob/master/README.MD This library is a direct replacement to the default Blazor <DataAnnotationValidator> with zero configuration required ⚡️ in the application code base. The <FluentValidation.FluentValidator> component automatically detects the Model data type used by the parent <EditForm> then attempts to acquire the corresponding FluentValidation.IValidator<T> for that model data type. For this reason, in addition to coding the usual FluentValidation.AbstractValidator<T> Fluent Validation implementation, you are required to register the FluentValidation.IValidator<T> implementation in the Startup.cs Service Provider (Dependency Injection). This effectively allows you, dear programmer, to inject required services to your validation implementations for writing amazing custom validation methods! 🔥 Validator parameter may also be passed directly to the component to inline the AbstractValidator implementation instead of relying on .NET Core DI.