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
·

1 Repo

Awesome GitHub RepositoriesRule Validation Testing

Process for verifying that custom analysis rules correctly trigger on intended target source code.

Distinct from Custom Analysis Rules: Focuses on the testing/verification of the rule's effectiveness, not the structural definition of the rule itself.

Explore 1 awesome GitHub repository matching software engineering & architecture · Rule Validation Testing. Refine with filters or upvote what's useful.

Awesome Rule Validation Testing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/applicationinspectorAvatar von microsoft

    microsoft/ApplicationInspector

    4,391Auf GitHub ansehen↗

    ApplicationInspector is a multi-language static analysis tool designed to detect specific features and characteristics within source code. It utilizes a declarative JSON rules engine to identify patterns and structural tags across project directories without requiring the analyzer to be recompiled. The system distinguishes itself through a code version differ that compares two different source paths to report changes in detected features. It also provides utilities for creating and validating custom JSON-based rules, including a validation pipeline to verify syntax and identifier uniqueness.

    Includes a validation process to verify that specific custom rules are successfully detected within target projects.

    C#
    Auf GitHub ansehen↗4,391
  1. Home
  2. Software Engineering & Architecture
  3. Custom Analysis Rules
  4. Rule Validation Testing