Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for 9723. Allow namespaces to be specified. #20355

Merged
merged 4 commits into from
Mar 26, 2020
Merged

Conversation

lajones
Copy link
Contributor

@lajones lajones commented Mar 20, 2020

Fixes #9723

Add the ability to override the namespaces of

  • the migration in Add-Migration
  • the entity classes generated by Scaffold-DbContext
  • and separately the DbContext class generated by Scaffold-DbContext

Updates to dotnet-ef, ef and Powershell all included.

@lajones lajones requested a review from bricelam March 20, 2020 01:33
@lajones lajones self-assigned this Mar 20, 2020
@lajones lajones merged commit 922a770 into master Mar 26, 2020
@lajones lajones deleted the 20200319_Issue9723_01 branch March 26, 2020 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow namespace in code generated by tools to be specified on the command line
3 participants