Class PropertyRuleIssueDetails
This issue warns about errors in property rules that lead to property registrations being ignored.
public sealed record PropertyRuleIssueDetails : IEquatable<PropertyRuleIssueDetails>
- Inheritance
-
PropertyRuleIssueDetails
- Implements
- Inherited Members
Constructors
PropertyRuleIssueDetails(SourceCodeLocation, PropertyRuleIssueReason)
This issue warns about errors in property rules that lead to property registrations being ignored.
public PropertyRuleIssueDetails(SourceCodeLocation SourceCodeLocation, PropertyRuleIssueReason PropertyRuleIssueReason)
Parameters
SourceCodeLocationSourceCodeLocationSource code position of the property rule.
PropertyRuleIssueReasonPropertyRuleIssueReasonReason why the property rule was discarded.
Properties
PropertyRuleIssueReason
Reason why the property rule was discarded.
public PropertyRuleIssueReason PropertyRuleIssueReason { get; init; }
Property Value
PropertyValue
The value of the property rule property that failed to parse
public string? PropertyValue { get; init; }
Property Value
SourceCodeLocation
Source code position of the property rule.
public SourceCodeLocation SourceCodeLocation { get; init; }