1 implementation of AllowDefaultInterfaceMethods
Microsoft.DotNet.ApiCompat.Core (1)
Rules\Compat\IRuleSettings.cs (1)
22
public bool
AllowDefaultInterfaceMethods
{ get; set; }
1 reference to AllowDefaultInterfaceMethods
Microsoft.DotNet.ApiCompat.Core (1)
Rules\Compat\InterfacesShouldHaveSameMembers.cs (1)
50
if (!RuleSettings.
AllowDefaultInterfaceMethods
)