Table of Contents

Class DiagnosticIssue

Namespace
DotCompute.Backends.CPU.Threading.NUMA
Assembly
DotCompute.Backends.CPU.dll

A class that represents diagnostic issue.

public sealed record DiagnosticIssue : IEquatable<DiagnosticIssue>
Inheritance
DiagnosticIssue
Implements
Inherited Members

Properties

Category

Gets or sets the category.

public required IssueCategory Category { get; init; }

Property Value

IssueCategory

The category.

Description

Gets or sets the description.

public required string Description { get; init; }

Property Value

string

The description.

Impact

Gets or sets the impact.

public required string Impact { get; init; }

Property Value

string

The impact.

Recommendation

Gets or sets the recommendation.

public required string Recommendation { get; init; }

Property Value

string

The recommendation.

Severity

Gets or sets the severity.

public required IssueSeverity Severity { get; init; }

Property Value

IssueSeverity

The severity.

Title

Gets or sets the title.

public required string Title { get; init; }

Property Value

string

The title.