Found 115 packages
IHostBuilder extensions `host.RunAsServiceAsync` for .NET Core 2.0+ apps
Dynamic reload config from file for Kubernetes with Config Map. Usage: static IHostBuilder CreateHostBuilder(string[] args) { return Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(args) .ConfigureAppConfiguration((c,b)=>{ b.SetBasePath(Path.Join(AppContext.BaseDirectory,"config")) .AddJsonFile(ConfigMapFileProvider.FromRelativePath("config"), "appsettings.json"); }) .UseConsoleLifetime() ; }
Extension of IHostBuilder. Allows to use Spectre Console with IHostService and ServiceCollection of the host.
IHost WpfLifetime in WPF
Let's Encrypt library that can be used with IHost.
DotNetCore.AspNetCore
MassTransit configuration extensions using Microsoft.Extensions.Hosting.IHostedService and Microsoft.Extensions.DependencyInjection.
provides customized IHostBuilder and IHost classes for simplified configuration
A WPF version of Microsoft.Extensions.Hosting.IHostEnvironment describing the environment.
Enables registering actions to be run on before IHost is started
Integration with MinimalApi public class Startup { public IHostBuilder CreateHostBuilder() => MinimalApiHostBuilderFactory.GetHostBuilder<Program>(); }
MassTransit RabbitMQ configuration extensions using Microsoft.Extensions.Hosting.IHostedService and Microsoft.Extensions.DependencyInjection.
Provides the infrastructure for the Kephas Framework integration with ASP.NET Core applications. Typically used areas and classes/interfaces/services: - StartupBase, IAspNetAppContext. - Hosting: IHostConfigurator, IStartupFilterService. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.
Extensions on generic IHost to structure console hosted applications
Adds file logging via IHostBuilder.
Atatus .NET Agent. Using this package, you can integrate with Microsoft.Extensions.Hosting.IHostBuilder for enhanced application monitoring capabilities.
A dependency module (derived from Autofac.Module) that discovers and registers all other dependency modules (derived from Autofac.Module). The dependency modules can also have shared dependencies injected into them, e.g. IConfiguration, IHostEnvironment and even IServiceCollection. Commonly Used Types: EgonsoftHU.Extensions.DependencyInjection.AutofacServiceProviderFactoryDecorator EgonsoftHU.Extensions.DependencyInjection.DependencyModule
provides customized IHostBuilder and IHost classes for simplified configuration
Xamarin Forms IHostLifetime implementation for Microsoft.Extensions.Hosting.
Microsoft.Extensions.Hosting (IHostBuilder) support for UpbeatUI. UpbeatUI is an open-source lightweight MVVM framework for quickly developing multi-level touch based Windows applications on top of the WPF framework.