awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesCompile-Time Attribute Validators

Detects incorrect attribute usage and missing annotations at compile time via analyzers.

Distinct from Attribute Validations: Distinct from Attribute Validations: operates at compile time rather than runtime validation.

Explore 3 awesome GitHub repositories matching part of an awesome list · Compile-Time Attribute Validators. Refine with filters or upvote what's useful.

Awesome Compile-Time Attribute Validators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • messagepack-csharp/messagepack-csharpالصورة الرمزية لـ MessagePack-CSharp

    MessagePack-CSharp/MessagePack-CSharp

    6,607عرض على GitHub↗

    MessagePack-CSharp is a high-performance binary serializer for .NET that converts C# objects to and from the compact MessagePack format. It uses compile-time source generation to produce AOT-safe formatters and resolvers, eliminating runtime reflection and enabling ahead-of-time compilation scenarios. The serializer encodes object fields as integer indices instead of string keys, producing compact binary output with deterministic field ordering, and provides stack-allocated reader and writer structs for direct encoding and decoding of MessagePack primitives without heap allocations. The libra

    Detects incorrect attribute usage and missing annotations at compile time via analyzers.

    C#c-sharplz4messagepack
    عرض على GitHub↗6,607
  • apache/incubator-kie-droolsالصورة الرمزية لـ apache

    apache/incubator-kie-drools

    6,269عرض على GitHub↗

    This project is a business rules management system and rule engine designed to define, execute, and manage complex business logic decoupled from application source code. It provides a business logic compiler that transforms human-readable rule definitions into executable models for high-performance runtime evaluation. The system includes a complex event processing engine for analyzing real-time data streams to identify temporal patterns and a decision model and notation executor that processes structured logic based on industry standards for deterministic results. It utilizes an inference eng

    Transforms human-readable rule resources into a compiled executable model for high-performance runtime evaluation.

    Java
    عرض على GitHub↗6,269
  • fastendpoints/fastendpointsالصورة الرمزية لـ FastEndpoints

    FastEndpoints/FastEndpoints

    5,953عرض على GitHub↗

    A light-weight REST API development framework for ASP.NET 8 and newer.

    Compiles validation rules defined as attributes or fluent configurations into efficient runtime checks.

    C#aspnetfastendpointsminimal-api
    عرض على GitHub↗5,953
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Model Validation
  5. Attribute Validations
  6. Compile-Time Attribute Validators

استكشف الوسوم الفرعية

  • Validation Rule CompilersCompiles validation rules defined as attributes or fluent configurations into efficient runtime checks. **Distinct from Compile-Time Attribute Validators:** Distinct from Compile-Time Attribute Validators: focuses on compiling validation rules into runtime checks, not detecting incorrect attribute usage.