1 implementation of Contract
Microsoft.DotNet.ApiCompat.Core (1)
Rules\Compat\IDifferenceOperands.cs (1)
26public string Contract { get; set; }
2 references to Contract
Microsoft.DotNet.ApiCompat.Core (2)
DifferenceWriter.cs (1)
45string header = $"Compat issues between {Operands.Implementation} set {oldAssembliesName} and {Operands.Contract} set {newAssembliesName}:";
Rules\Compat\CompatDifferenceRule.cs (1)
10public string Contract => Operands?.Contract ?? "contract";