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
/// Initializes a new instance of the <see cref="HostBuilder"/> class with pre-configured defaults.
@@ -38,31 +38,12 @@ public static IHostBuilder CreateDefaultBuilder() =>
38
38
/// load <see cref="IConfiguration"/> from 'appsettings.json' and 'appsettings.[<see cref="IHostingEnvironment.EnvironmentName"/>].json',
39
39
/// load <see cref="IConfiguration"/> from User Secrets when <see cref="IHostingEnvironment.EnvironmentName"/> is 'Development' using the entry assembly,
40
40
/// load <see cref="IConfiguration"/> from environment variables,
41
-
/// load <see cref="IConfiguration"/> from supplied command line args,
42
41
/// and configure the <see cref="SimpleConsoleLogger"/> to log to the console,
/// Initializes a new instance of the <see cref="HostBuilder"/> class with pre-configured defaults.
51
-
/// </summary>
52
-
/// <remarks>
53
-
/// The following defaults are applied to the returned <see cref="HostBuilder"/>:
54
-
/// set the <see cref="IHostingEnvironment.EnvironmentName"/> to the NETCORE_ENVIRONMENT,
55
-
/// load <see cref="IConfiguration"/> from 'appsettings.json' and 'appsettings.[<see cref="IHostingEnvironment.EnvironmentName"/>].json',
56
-
/// load <see cref="IConfiguration"/> from User Secrets when <see cref="IHostingEnvironment.EnvironmentName"/> is 'Development' using the entry assembly,
57
-
/// load <see cref="IConfiguration"/> from environment variables,
58
-
/// load <see cref="IConfiguration"/> from supplied command line args,
59
-
/// and configure the <see cref="SimpleConsoleLogger"/> to log to the console,
/// load <see cref="IConfiguration"/> from 'appsettings.json' and 'appsettings.[<see cref="IHostingEnvironment.EnvironmentName"/>].json',
74
55
/// load <see cref="IConfiguration"/> from User Secrets when <see cref="IHostingEnvironment.EnvironmentName"/> is 'Development' using the entry assembly,
75
56
/// load <see cref="IConfiguration"/> from environment variables,
76
-
/// load <see cref="IConfiguration"/> from supplied command line args,
77
57
/// and configure the <see cref="SimpleConsoleLogger"/> to log to the console,
0 commit comments