Scoped usings inside namespaces #9325
Unanswered
KlausEvenEnevoldsen
asked this question in
Language Ideas
Replies: 1 comment
-
There is something similar in ASP.NET, where the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I love
global using
but sometimes the scope of the entire project is too much. Often I have a folder namedData
where I store all my stuff that uses EntityFramework. It would be so nice to be able to create scoped usings inside a namespace like this:All namespaces below Data now has access to the classes inside
Microsoft.EntityFrameworkCore
.Beta Was this translation helpful? Give feedback.
All reactions