dynamically rename xmlns if different urls shares the same xmlns #31
Labels
kind/enhancement
New feature or request.
triage/untriaged
Indicates an issue requires triaging or verification.
What would you like to be added:
dynamically rename xmlns if different urls shares the same xmlns:
xmlns:local="using:Something.This"
xmlns:local="using:Something.That"
the rename should cover:
<local:MyControl />
mc:Ignorable
<TextBlock Text="{Binding Path=(ext:MyExtensions.SomeProperty)}" />
with options to omit/override specific xmlns for edge-case scenarios: (like uno-reserved xmlns:
win
,not_win
,ios
, etc...)The text was updated successfully, but these errors were encountered: