зеркало из https://github.com/dotnet/aspnetcore.git
Merge pull request #275 from natemcmaster/merge/release/2.2
[automated] Merge branch 'release/2.2' => 'master'
This commit is contained in:
Коммит
67959ad853
|
@ -122,16 +122,15 @@ namespace Microsoft.AspNetCore
|
|||
/// load <see cref="IConfiguration"/> from 'appsettings.json' and 'appsettings.[<see cref="IHostingEnvironment.EnvironmentName"/>].json',
|
||||
/// load <see cref="IConfiguration"/> from User Secrets when <see cref="IHostingEnvironment.EnvironmentName"/> is 'Development' using the entry assembly,
|
||||
/// load <see cref="IConfiguration"/> from environment variables,
|
||||
/// configures the <see cref="ILoggerFactory"/> to log to the console and debug output,
|
||||
/// enables IIS integration,
|
||||
/// and enables the ability for frameworks to bind their options to their default configuration sections.
|
||||
/// configure the <see cref="ILoggerFactory"/> to log to the console and debug output,
|
||||
/// and enable IIS integration.
|
||||
/// </remarks>
|
||||
/// <returns>The initialized <see cref="IWebHostBuilder"/>.</returns>
|
||||
public static IWebHostBuilder CreateDefaultBuilder() =>
|
||||
CreateDefaultBuilder(args: null);
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="WebHostBuilder"/> class with pre-configured defaults.
|
||||
/// Initializes a new instance of the <see cref="WebHostBuilder"/> class with pre-configured defaults.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The following defaults are applied to the returned <see cref="WebHostBuilder"/>:
|
||||
|
@ -141,9 +140,8 @@ namespace Microsoft.AspNetCore
|
|||
/// load <see cref="IConfiguration"/> from User Secrets when <see cref="IHostingEnvironment.EnvironmentName"/> is 'Development' using the entry assembly,
|
||||
/// load <see cref="IConfiguration"/> from environment variables,
|
||||
/// load <see cref="IConfiguration"/> from supplied command line args,
|
||||
/// configures the <see cref="ILoggerFactory"/> to log to the console and debug output,
|
||||
/// enables IIS integration,
|
||||
/// and enables the ability for frameworks to bind their options to their default configuration sections.
|
||||
/// configure the <see cref="ILoggerFactory"/> to log to the console and debug output,
|
||||
/// and enable IIS integration.
|
||||
/// </remarks>
|
||||
/// <param name="args">The command line args.</param>
|
||||
/// <returns>The initialized <see cref="IWebHostBuilder"/>.</returns>
|
||||
|
@ -232,9 +230,8 @@ namespace Microsoft.AspNetCore
|
|||
/// load <see cref="IConfiguration"/> from User Secrets when <see cref="IHostingEnvironment.EnvironmentName"/> is 'Development' using the entry assembly,
|
||||
/// load <see cref="IConfiguration"/> from environment variables,
|
||||
/// load <see cref="IConfiguration"/> from supplied command line args,
|
||||
/// configures the <see cref="ILoggerFactory"/> to log to the console and debug output,
|
||||
/// enables IIS integration,
|
||||
/// enables the ability for frameworks to bind their options to their default configuration sections.
|
||||
/// configure the <see cref="ILoggerFactory"/> to log to the console and debug output,
|
||||
/// enable IIS integration.
|
||||
/// </remarks>
|
||||
/// <typeparam name ="TStartup">The type containing the startup methods for the application.</typeparam>
|
||||
/// <param name="args">The command line args.</param>
|
||||
|
|
Загрузка…
Ссылка в новой задаче