awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
khellang avatar

khellang/Scrutor

0
View on GitHub↗
4,299 estrellas·278 forks·C#·MIT·3 vistas

Scrutor

Scrutor is a library that extends the standard Microsoft dependency injection container. It provides tools for automated type discovery, complex registration orchestration, and service decoration capabilities within the .NET ecosystem.

The project enables the automatic discovery and registration of types from assemblies based on interfaces or attributes. It also provides a framework for wrapping existing services with decorator classes to add functionality without modifying the original source code.

The library covers broad capability areas including assembly scanning workflows, dependency injection automation, and service management for configuring the lifetime and behavior of dependencies.

Features

  • Assembly Scanning Libraries - Provides a general-purpose assembly scanner to identify and register types based on interfaces or attributes.
  • Type Filtering - Uses boolean logic predicates to determine which classes should be registered in the dependency container.
  • Assembly Scanning and Discovery - Implements systems to discover and register classes based on criteria within compiled assemblies.
  • Concrete Type Mappings - Automatically maps concrete types to their implemented interfaces to enable polymorphic dependency injection.
  • Decorator Pattern Implementations - Implements the structural decorator pattern to wrap services and add new behaviors without inheritance.
  • Service Collection Decoration - Wraps existing service registrations with decorators to add functionality without modifying the original service code.
  • Service Decoration - Supports wrapping existing service registrations with decorator classes to extend functionality.
  • Service Decoration Frameworks - Provides a system for wrapping existing dependency injection services with decorator classes.
  • Dependency Injection Extensions - Extends the standard Microsoft dependency injection container with assembly scanning and service decoration.
  • .NET Service Management - Organizes and configures the lifetime and behavior of dependencies within the Microsoft Extensions Dependency Injection framework.
  • Automatic Dependency Registrations - Automates the discovery and registration of services within the dependency injection container.
  • Fluent Interfaces - Implements a fluent interface for building complex service registration rules through method chaining.
  • Registration Orchestration - Manages complex service registration logic and lifetime configurations within the .NET ecosystem.
  • Dependency Injection - Advanced assembly scanning and decoration for dependency injection.
  • General Utilities - Assembly scanning for dependency injection.

Historial de estrellas

Gráfico del historial de estrellas de khellang/scrutorGráfico del historial de estrellas de khellang/scrutor

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Scrutor

Proyectos open-source similares, clasificados según cuántas características comparten con Scrutor.
  • autofac/autofacAvatar de autofac

    autofac/Autofac

    4,649Ver en GitHub↗

    Autofac is a dependency injection framework and inversion of control container for .NET. It functions as a component registration engine that decouples class implementations from their dependencies by injecting required services via constructors or properties. The project includes an assembly scanning library to automatically discover and register components within compiled binaries based on specific type criteria. It provides a service lifetime manager to control object memory duration using singletons, instance-per-dependency, or isolated request scopes. The framework covers a broad range

    C#autofacc-sharpdependency-injection
    Ver en GitHub↗4,649
  • dotnetcore/utilAvatar de dotnetcore

    dotnetcore/Util

    4,610Ver en GitHub↗

    Util is a comprehensive development framework for .NET designed to implement layered architectures and domain driven design. It provides a toolkit of base classes and tools for building full stack applications, specifically focusing on the creation of backend admin frameworks and management interfaces. The project distinguishes itself through a boilerplate generator that produces the necessary types and classes to standardize repetitive architectural patterns. It also includes a micro-frontend orchestrator that enables the splitting of large frontend modules into independent projects for sepa

    C#angularaspnetcoredotnetcore
    Ver en GitHub↗4,610
  • swinject/swinjectAvatar de Swinject

    Swinject/Swinject

    6,708Ver en GitHub↗

    Swinject is a dependency injection framework for Swift that manages object creation and wiring through a centralized container. It resolves dependencies by looking up registered service types at runtime, supporting iOS, macOS, and Linux platforms. The framework provides multiple injection patterns, including initializer injection where dependencies are passed through initializer parameters, property injection that sets resolved dependencies on stored properties after object creation, and method injection that calls methods with resolved dependencies as arguments. It handles complex dependency

    Swiftdependency-injectiondi-containerinversion-of-control
    Ver en GitHub↗6,708
  • uber-go/digAvatar de uber-go

    uber-go/dig

    4,470Ver en GitHub↗

    dig is a reflection-based dependency injection framework and object graph resolver for Go. It functions as a container that automatically satisfies type dependencies and manages the instantiation of complex networks of objects during application startup. The project utilizes a directed acyclic graph to determine the necessary sequence for object instantiation and employs interface-driven provider mapping to decouple concrete implementations from their satisfied interfaces. It resolves the object hierarchy through reflection-based type resolution and single-pass component wiring to ensure all

    Godependency-injectiondigo
    Ver en GitHub↗4,470
Ver las 30 alternativas a Scrutor→

Preguntas frecuentes

¿Qué hace khellang/scrutor?

Scrutor is a library that extends the standard Microsoft dependency injection container. It provides tools for automated type discovery, complex registration orchestration, and service decoration capabilities within the .NET ecosystem.

¿Cuáles son las características principales de khellang/scrutor?

Las características principales de khellang/scrutor son: Assembly Scanning Libraries, Type Filtering, Assembly Scanning and Discovery, Concrete Type Mappings, Decorator Pattern Implementations, Service Collection Decoration, Service Decoration, Service Decoration Frameworks.

¿Qué alternativas de código abierto existen para khellang/scrutor?

Las alternativas de código abierto para khellang/scrutor incluyen: autofac/autofac — Autofac is a dependency injection framework and inversion of control container for .NET. It functions as a component… dotnetcore/util — Util is a comprehensive development framework for .NET designed to implement layered architectures and domain driven… uber-go/dig — dig is a reflection-based dependency injection framework and object graph resolver for Go. It functions as a container… swinject/swinject — Swinject is a dependency injection framework for Swift that manages object creation and wiring through a centralized… ets-labs/python-dependency-injector — This is a dependency injection framework and inversion of control container for Python. It decouples object creation… devxoul/then — Then is a syntactic sugar library for Swift that provides closure-based extensions for configuring objects and value…