Class BowireLintFinding
- Namespace
- Kuestenlogik.Bowire.Linting
- Assembly
- Kuestenlogik.Bowire.dll
One design-time issue found in a discovered API surface. Produced by an
IBowireLintRule and carried by BowireSchemaLinter.
Method / Field are null when the
finding is about the service as a whole.
public sealed record BowireLintFinding : IEquatable<BowireLintFinding>
- Inheritance
-
BowireLintFinding
- Implements
- Inherited Members
Constructors
BowireLintFinding(string, BowireLintSeverity, string, string?, string?, string)
One design-time issue found in a discovered API surface. Produced by an
IBowireLintRule and carried by BowireSchemaLinter.
Method / Field are null when the
finding is about the service as a whole.
public BowireLintFinding(string RuleId, BowireLintSeverity Severity, string Service, string? Method, string? Field, string Message)
Parameters
Properties
Field
public string? Field { get; init; }
Property Value
Message
public string Message { get; init; }
Property Value
Method
public string? Method { get; init; }
Property Value
RuleId
public string RuleId { get; init; }
Property Value
Service
public string Service { get; init; }
Property Value
Severity
public BowireLintSeverity Severity { get; init; }
Property Value
Methods
Deconstruct(out string, out BowireLintSeverity, out string, out string?, out string?, out string)
public void Deconstruct(out string RuleId, out BowireLintSeverity Severity, out string Service, out string? Method, out string? Field, out string Message)
Parameters
Equals(BowireLintFinding?)
public bool Equals(BowireLintFinding? other)
Parameters
otherBowireLintFinding
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(BowireLintFinding?, BowireLintFinding?)
public static bool operator ==(BowireLintFinding? left, BowireLintFinding? right)
Parameters
leftBowireLintFindingrightBowireLintFinding
Returns
operator !=(BowireLintFinding?, BowireLintFinding?)
public static bool operator !=(BowireLintFinding? left, BowireLintFinding? right)
Parameters
leftBowireLintFindingrightBowireLintFinding