コード例 #1
0
 public static bool IsIgnored([NotNull] this IConventionModel model, [NotNull] string typeName)
 => model.FindIgnoredConfigurationSource(typeName) != null;