Configuring Dotnet Hosting

Configure a .NET application host and its feature-registration extensions on IHostApplicationBuilder. USE FOR: composing HostApplicationBuilder/WebApplicationBuilder, writing IHostApplicationBuilder extension methods, wiring shared service defaults, and host startup and lifecycle. DO NOT USE FOR: choosing a service lifetime or a single registration (use configuring-dotnet-dependency-injection), or binding and validating an options section (use binding-and-validating-options).

nice3point ba42f00 3.4 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/dotnet-advanced/skills/configuring-dotnet-hosting commit ba42f005d9

Frequently asked questions

npx skillmds@latest add nice3point/configuring-dotnet-hosting