DiagnosticResult Class

Simple Injector
Base class for types that hold information about a single diagnostic message or warning for a particular type or part of the configuration.
Inheritance Hierarchy

SystemObject
  SimpleInjector.DiagnosticsDiagnosticResult
    More...

Namespace:  SimpleInjector.Diagnostics
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public abstract class DiagnosticResult

The DiagnosticResult type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets the description of the diagnostic result.
Public propertyDiagnosticType
Gets the diagnostic type of this result.
Public propertyDocumentationUrl
Gets the documentation URL of the diagnostic result.
Public propertyGroup
Gets the hierarchical group to which this diagnostic result belongs.
Public propertyServiceType
Gets the service type to which this warning is related.
Public propertySeverity
Gets the severity of this result.
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  SimpleInjector.DiagnosticsDiagnosticResult
    SimpleInjector.DiagnosticsAmbiguousLifestylesDiagnosticResult
    SimpleInjector.DiagnosticsContainerRegisteredServiceDiagnosticResult
    SimpleInjector.DiagnosticsDisposableTransientComponentDiagnosticResult
    SimpleInjector.DiagnosticsLifestyleMismatchDiagnosticResult
    SimpleInjector.DiagnosticsShortCircuitedDependencyDiagnosticResult
    SimpleInjector.DiagnosticsSingleResponsibilityViolationDiagnosticResult
    SimpleInjector.DiagnosticsTornLifestyleDiagnosticResult