예제 #1
0
 public static Bootstrapper AddDefaultsWithout(this Bootstrapper bootstrapper, DefaultFeatures withoutFeatures) =>
 bootstrapper.AddDefaults(DefaultFeatures.All & ~withoutFeatures);