CleanArchitecture
CleanArchitecture copied to clipboard
Typo in README for dotnet-ef
Current command on README shows:
dotnet ef migrations add "SampleMigration" --project src\Infrastructure --startup-project src\WebUI --output-dir Persistence\Migrations
Should be:
dotnet-ef migrations add "SampleMigration" --project src\Infrastructure --startup-project src\WebUI --output-dir Persistence\Migrations
The tool name is dotnet-ef
(used in the dotnet tool install
, but both dotnet ef migrations
and dotnet-ef migrations
work.
The tool itself also suggests the current version (dotnet ef
) as the correct one:
Usage: dotnet ef [options] [command]
Thanks for the clarification!
Dan
From: Daniel Becroft @.> Sent: Sunday, March 12, 2023 7:51 PM To: jasontaylordev/CleanArchitecture @.> Cc: Dan Martin @.>; Author @.> Subject: Re: [jasontaylordev/CleanArchitecture] Typo in README for dotnet-ef (Issue #823)
The tool name is dotnet-ef (used in the dotnet tool install, but both dotnet ef migrations and dotnet-ef migrations work.
The tool itself also suggests the current version (dotnet ef) as the correct one:
Usage: dotnet ef [options] [command]
— Reply to this email directly, view it on GitHubhttps://github.com/jasontaylordev/CleanArchitecture/issues/823#issuecomment-1465334064, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFQWEZNILK5IHOMAKNKA5PDW3ZOP3ANCNFSM6AAAAAAVYIUWNA. You are receiving this because you authored the thread.Message ID: @.***>