public static Bootstrapper AddPipelines <TParent>(this Bootstrapper bootstrapper) =>
 bootstrapper.AddPipelines(typeof(TParent));
Example #2
0
 public static Bootstrapper AddDefaultPipelines(this Bootstrapper bootstrapper) => bootstrapper.AddPipelines();
Example #3
0
 public static Bootstrapper AddPipelines(this Bootstrapper bootstrapper) => bootstrapper.AddPipelines(Assembly.GetEntryAssembly());