Skip to content

dynamically rename xmlns if different urls shares the same xmlns #31

@Xiaoy312

Description

@Xiaoy312

What would you like to be added:

dynamically rename xmlns if different urls shares the same xmlns:

  • file1.xaml: xmlns:local="using:Something.This"
  • file2.xaml: xmlns:local="using:Something.That"

the rename should cover:

  • node name: <local:MyControl />
  • certain attribute values:
    • mc:Ignorable
    • [Style or ControlTemplate].TargetType
    • Binding.Path: <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...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/enhancementNew feature or request.triage/untriagedIndicates an issue requires triaging or verification.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions