CR feedback

This commit is contained in:
DamianEdwards 2015-10-19 14:19:03 -07:00
parent 585c445366
commit dade325ac8
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@
namespace Microsoft.AspNet.Hosting namespace Microsoft.AspNet.Hosting
{ {
/// <summary>
/// Commonly used environment names.
/// </summary>
public static class EnvironmentName public static class EnvironmentName
{ {
public static readonly string Development = "Development"; public static readonly string Development = "Development";

View File

@ -6,6 +6,9 @@ using System.IO;
namespace Microsoft.AspNet.Hosting namespace Microsoft.AspNet.Hosting
{ {
/// <summary>
/// Extension methods for <see cref="IHostingEnvironment"/>.
/// </summary>
public static class HostingEnvironmentExtensions public static class HostingEnvironmentExtensions
{ {
/// <summary> /// <summary>