CR feedback
This commit is contained in:
parent
585c445366
commit
dade325ac8
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
namespace Microsoft.AspNet.Hosting
|
||||
{
|
||||
/// <summary>
|
||||
/// Commonly used environment names.
|
||||
/// </summary>
|
||||
public static class EnvironmentName
|
||||
{
|
||||
public static readonly string Development = "Development";
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ using System.IO;
|
|||
|
||||
namespace Microsoft.AspNet.Hosting
|
||||
{
|
||||
/// <summary>
|
||||
/// Extension methods for <see cref="IHostingEnvironment"/>.
|
||||
/// </summary>
|
||||
public static class HostingEnvironmentExtensions
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue