Skip to content

Compono.ProviderAttempt.Provider

Compono

Compono.ProviderAttempt

ProviderAttempt.Provider Property

The concrete Compono.ICompositionProvider type that made this attempt, or null for a context-owned stage (shared/scoped values, exact registrations, collection-plan/generated-plan dispatch) - those aren't Compono.ICompositionProvider instances at all, per docs/architecture.md's Resolution Pipeline table.

public System.Type? Provider { get; init; }

Property Value

System.Type