Class PropertyRuleIssueDetails
This issue warns about errors in property rules that lead to property registrations being ignored.
public sealed class PropertyRuleIssueDetails
- Inheritance
-
PropertyRuleIssueDetails
- Inherited Members
Properties
PropertyRuleIssueReason
Reason why the property rule was discarded.
[JsonPropertyName("propertyRuleIssueReason")]
public PropertyRuleIssueReason PropertyRuleIssueReason { get; set; }
Property Value
PropertyValue
The value of the property rule property that failed to parse
[JsonPropertyName("propertyValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PropertyValue { get; set; }
Property Value
SourceCodeLocation
Source code position of the property rule.
[JsonPropertyName("sourceCodeLocation")]
public SourceCodeLocation SourceCodeLocation { get; set; }