🐛 dnx => dotnet for migrations command help

This commit is contained in:
Rowan Miller 2016-03-09 11:49:49 -08:00
parent d851170119
commit ed1e22dd77
2 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
}
/// <summary>
/// &gt; dnx ef migrations add [migration name]
/// &gt; dotnet ef migrations add [migration name]
/// </summary>
internal static string DatabaseErrorPage_AddMigrationCommand
{
@ -83,7 +83,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
}
/// <summary>
/// &gt; dnx ef migrations add [migration name]
/// &gt; dotnet ef migrations add [migration name]
/// </summary>
internal static string FormatDatabaseErrorPage_AddMigrationCommand()
{
@ -283,7 +283,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
}
/// <summary>
/// &gt; dnx ef database update
/// &gt; dotnet ef database update
/// </summary>
internal static string DatabaseErrorPage_ApplyMigrationsCommand
{
@ -291,7 +291,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
}
/// <summary>
/// &gt; dnx ef database update
/// &gt; dotnet 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 migrations add [migration name]</value>
<value>&gt; dotnet ef migrations add [migration name]</value>
</data>
<data name="DatabaseErrorPage_ApplyMigrationsButton" xml:space="preserve">
<value>Apply Migrations</value>
@ -169,7 +169,7 @@
<value>Applying existing migrations for {0} may resolve this issue</value>
</data>
<data name="DatabaseErrorPage_ApplyMigrationsCommand" xml:space="preserve">
<value>&gt; dnx ef database update</value>
<value>&gt; dotnet 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>