Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 committed Apr 16, 2021
1 parent c788f3b commit 8a24d52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/DefaultBuilder/src/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Microsoft.AspNetCore.Builder.WebApplication.DisposeAsync() -> System.Threading.T
Microsoft.AspNetCore.Builder.WebApplication.Environment.get -> Microsoft.AspNetCore.Hosting.IWebHostEnvironment!
Microsoft.AspNetCore.Builder.WebApplication.Lifetime.get -> Microsoft.Extensions.Hosting.IHostApplicationLifetime!
Microsoft.AspNetCore.Builder.WebApplication.Logger.get -> Microsoft.Extensions.Logging.ILogger!
Microsoft.AspNetCore.Builder.WebApplication.LoggerFactory.get -> Microsoft.Extensions.Logging.ILoggerFactory!
Microsoft.AspNetCore.Builder.WebApplication.Run() -> void
Microsoft.AspNetCore.Builder.WebApplication.RunAsync() -> System.Threading.Tasks.Task!
Microsoft.AspNetCore.Builder.WebApplication.RunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Expand Down
5 changes: 0 additions & 5 deletions src/DefaultBuilder/src/WebApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ internal WebApplication(IHost host)
/// </summary>
public IHostApplicationLifetime Lifetime => _host.Services.GetRequiredService<IHostApplicationLifetime>();

/// <summary>
/// The logger factory for the application.
/// </summary>
public ILoggerFactory LoggerFactory => _host.Services.GetRequiredService<ILoggerFactory>();

/// <summary>
/// The default logger for the application.
/// </summary>
Expand Down

0 comments on commit 8a24d52

Please sign in to comment.