CleanArchitecture icon indicating copy to clipboard operation
CleanArchitecture copied to clipboard

Typo in README for dotnet-ef

Open drumCode27 opened this issue 1 year ago • 2 comments

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

drumCode27 avatar Mar 12 '23 18:03 drumCode27

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]

danielbecroft avatar Mar 12 '23 23:03 danielbecroft

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: @.***>

drumCode27 avatar Mar 13 '23 00:03 drumCode27