Add a way to disable implicit global usings from Uno.Extensions via a prop #1970
Unanswered
MartinZikmund
asked this question in
Ideas
Replies: 2 comments
-
Is this something that other libraries do? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved this to a discussion for the timebeing. It's easy enough for devs to exclude individual usings if there's a clash. eg <ItemGroup>
<Using Remove="Uno.Extensions.Navigation" />
</ItemGroup> |
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
-
What would you like to be added:
Currently implicit global usings are always included in case the project using extensions has them enabled. However, this may not be desirable when the project wants to keep implicit usings, but not Uno.Extensions global usings.
Why is this needed:
Easier customizability.
For which Platform:
All
Beta Was this translation helpful? Give feedback.
All reactions