RocketHostExtensions Class

Summary

Class RocketHostExtensions.
Assembly
Rocket.Surgery.Hosting.dll
Namespace
Rocket.Surgery.Hosting
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["RocketHostExtensions"] class Type type-node

Syntax

public static class RocketHostExtensions

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Methods

Name Value Summary
ConfigureRocketSurgery(IHostBuilder, Action<IRocketHostBuilder>) IHostBuilder
Configures the rocket Surgery.
static
LaunchWith(IHostBuilder, Func<IHostBuilder, IRocketHostBuilder>, Action<IRocketHostBuilder>) IHostBuilder
Launches the with.
static
RunCli(IHostBuilder) Task<int>
Runs the cli.
static
UseAppDomain(IRocketHostBuilder, AppDomain, DiagnosticSource) IRocketHostBuilder
Uses the application domain.
static
UseAssemblies(IRocketHostBuilder, IEnumerable<Assembly>, DiagnosticSource) IRocketHostBuilder
Uses the assemblies.
static
UseAssemblyCandidateFinder(IRocketHostBuilder, IAssemblyCandidateFinder) IRocketHostBuilder
Uses the assembly candidate finder.
static
UseAssemblyProvider(IRocketHostBuilder, IAssemblyProvider) IRocketHostBuilder
Uses the assembly provider.
static
UseCommandLine(IRocketHostBuilder, Action<ConsoleLifetimeOptions>) IRocketHostBuilder
Uses the command line.
static
UseCommandLine(IRocketHostBuilder) IRocketHostBuilder
Uses the command line.
static
UseDependencyContext(IRocketHostBuilder, DependencyContext, DiagnosticSource) IRocketHostBuilder
Uses the dependency context.
static
UseDiagnosticLogging(IRocketHostBuilder, Action<ILoggingBuilder>) IRocketHostBuilder
Uses the diagnostic logging.
static
UseDiagnosticSource(IRocketHostBuilder, DiagnosticSource) IRocketHostBuilder
Uses the diagnostic source.
static
UseRocketBooster(IHostBuilder, Func<IHostBuilder, IRocketHostBuilder>, Action<IRocketHostBuilder>) IHostBuilder
Uses the rocket booster.
static
UseScanner(IRocketHostBuilder, IConventionScanner) IRocketHostBuilder
Uses the scanner.
static