Ejemplo n.º 1
0
 public static FrameworkConstruction AspectsBuild(this FrameworkConstruction construction, bool logStarted = true)
 {
     construction.ConfigureBuild(fxConstruction =>
     {
         fxConstruction.Services.ConfigureDynamicProxy();
         return(fxConstruction.Services.BuildAspectInjectorProvider());
     }, logStarted);
     return(construction);
 }
Ejemplo n.º 2
0
Archivo: Fx.cs Proyecto: wwwK/Dnc.Core
 public static void Build(this FrameworkConstruction construction, bool logStarted = true)
 {
     construction.ConfigureBuild(fxConstruction => fxConstruction.Services.BuildServiceProvider());
 }