예제 #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);
 }
예제 #2
0
파일: Fx.cs 프로젝트: wwwK/Dnc.Core
 public static void Build(this FrameworkConstruction construction, bool logStarted = true)
 {
     construction.ConfigureBuild(fxConstruction => fxConstruction.Services.BuildServiceProvider());
 }