Closed
Description
Something list this:
public static IWebHostBuilder UseStartup<TStartup>(this IWebHostBuilder hostBuilder) where TStartup : class, IAppStartup
Or even a base class with required constructor, so I know from the beginning what method must be implemented.
There is NO way for me at the moment to understand the Startup class methods and their signature w/o reading some examples and docs or launching the app.
Metadata
Metadata
Assignees
Labels
No labels