Esempio 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);
 }
Esempio n. 2
0
File: Fx.cs Progetto: wwwK/Dnc.Core
 public static void Build(this FrameworkConstruction construction, bool logStarted = true)
 {
     construction.ConfigureBuild(fxConstruction => fxConstruction.Services.BuildServiceProvider());
 }