private static void RegisterCoreComponentsTypes()
 {
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(IOptions <ExceptionlessSinkOptions>), false, ServiceLifetime.Singleton));
 }
示例#2
0
 private static void RegisterCoreComponentsTypes()
 {
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(IOptions <FileSinkOptions>), Many.FALSE, DependencyLifetimeType.Singleton));
 }
 private static void RegisterCoreComponentsTypes()
 {
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(IOptions <EfCoreEnricherOptions>), Many.FALSE, DependencyLifetimeType.Singleton));
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(EfCoreInterceptorDescriptor), Many.FALSE, DependencyLifetimeType.Singleton));
 }
 private static void RegisterCoreComponentsTypes()
 {
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(IOptions <SqlSugarOptions>), false, ServiceLifetime.Singleton));
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(SqlSugarInterceptorDescriptor), false, ServiceLifetime.Singleton));
 }
 private static void RegisterCoreComponentsTypes()
 {
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(IOptions <NhSinkOptions>), false, ServiceLifetime.Singleton));
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(StaticServiceResolveInitialization), false, ServiceLifetime.Singleton));
 }
示例#6
0
 private static void RegisterCoreComponentsTypes()
 {
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(IOptions <NhEnricherOptions>), Many.FALSE, DependencyLifetimeType.Singleton));
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(StaticServiceResolveInitialization), Many.FALSE, DependencyLifetimeType.Singleton));
 }
 private static void RegisterCoreComponentsTypes()
 {
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(IOptions <PostgresEnricherOptions>), Many.FALSE, DependencyLifetimeType.Singleton));
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(NpgsqlLogActivation), Many.FALSE, DependencyLifetimeType.Singleton));
 }
示例#8
0
 private static void RegisterCoreComponentsTypes()
 {
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(IOptions <PostgresEnricherOptions>), false, ServiceLifetime.Singleton));
     SinkComponentsTypes.SafeAddAppendType(new ComponentsRegistration(typeof(NpgsqlLogActivation), false, ServiceLifetime.Singleton));
 }