You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue is being closed because it has not been updated in 3 months.
We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.
Something list this:
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.
The text was updated successfully, but these errors were encountered: