Update EF commands

This commit is contained in:
Brice Lambson 2015-09-16 14:03:45 -07:00
parent 8e7fca953c
commit b271cdf91d
2 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
}
/// <summary>
/// &gt; dnx . ef migration add [migration name]
/// &gt; dnx ef migrations add [migration name]
/// </summary>
internal static string DatabaseErrorPage_AddMigrationCommand
{
@ -83,7 +83,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
}
/// <summary>
/// &gt; dnx . ef migration add [migration name]
/// &gt; dnx ef migrations add [migration name]
/// </summary>
internal static string FormatDatabaseErrorPage_AddMigrationCommand()
{
@ -203,7 +203,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
}
/// <summary>
/// &gt; dnx . ef migration apply
/// &gt; dnx ef database update
/// </summary>
internal static string DatabaseErrorPage_ApplyMigrationsCommand
{
@ -211,7 +211,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
}
/// <summary>
/// &gt; dnx . ef migration apply
/// &gt; dnx ef database update
/// </summary>
internal static string FormatDatabaseErrorPage_ApplyMigrationsCommand()
{

View File

@ -130,7 +130,7 @@
<value>An exception occurred while calculating the database error page content. Skipping display of the database error page.</value>
</data>
<data name="DatabaseErrorPage_AddMigrationCommand" xml:space="preserve">
<value>&gt; dnx . ef migration add [migration name]</value>
<value>&gt; dnx ef migrations add [migration name]</value>
</data>
<data name="DatabaseErrorPage_HowToApplyFromCmd" xml:space="preserve">
<value>You can also apply migrations from the command line:</value>
@ -154,7 +154,7 @@
<value>Applying existing migrations for {0} may resolve this issue</value>
</data>
<data name="DatabaseErrorPage_ApplyMigrationsCommand" xml:space="preserve">
<value>&gt; dnx . ef migration apply</value>
<value>&gt; dnx ef database update</value>
</data>
<data name="InvalidEnumValue" xml:space="preserve">
<value>The value provided for argument '{argumentName}' must be a valid value of enum type '{enumType}'.</value>