Scaffolding: Can't use global namespace #24403
Labels
area-scaffolding
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
There is currently no way to scaffold a model into the global (aka empty, top-level, root, or default) namespace.
<RootNamespace />
in projectdotnet ef ... --namespace ""
dotnet ef ... --context-namespace ""
Scaffold-DbContext ... -Namespace ''
Scaffold-DbContext ... -ContextNamespace ''
The text was updated successfully, but these errors were encountered: