awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • messagepack-csharp/messagepack-csharpAvatar von MessagePack-CSharp

    MessagePack-CSharp/MessagePack-CSharp

    6,607Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,607
  • apache/incubator-kie-droolsAvatar von apache

    apache/incubator-kie-drools

    6,269Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,269
  • fastendpoints/fastendpointsAvatar von FastEndpoints

    FastEndpoints/FastEndpoints

    5,953Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗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

Unter-Tags erkunden

  • 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.