Table of Contents

Class WebApplicationBuilderExtensions

Namespace
Steeltoe.Bootstrap.Autoconfig
Assembly
Steeltoe.Bootstrap.Autoconfig.dll
public static class WebApplicationBuilderExtensions
Inheritance
WebApplicationBuilderExtensions
Inherited Members

Methods

AddSteeltoe(WebApplicationBuilder, IEnumerable<string>, ILoggerFactory)

Automatically configure Steeltoe packages that have been added as NuGet references.

PLEASE NOTE: No extensions to IApplicationBuilder will be configured!
public static WebApplicationBuilder AddSteeltoe(this WebApplicationBuilder webApplicationBuilder, IEnumerable<string> exclusions = null, ILoggerFactory loggerFactory = null)

Parameters

webApplicationBuilder WebApplicationBuilder

Your WebApplicationBuilder

exclusions IEnumerable<string>

A list of assemblies to exclude from auto-configuration. For ease of use, select from SteeltoeAssemblies

loggerFactory ILoggerFactory

For logging within auto-configuration

Returns

WebApplicationBuilder