Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change XmlnsPrefix casing to lowercase. #28

Closed
wants to merge 1 commit into from
Closed

Change XmlnsPrefix casing to lowercase. #28

wants to merge 1 commit into from

Conversation

michaelmairegger
Copy link
Contributor

Description of Change

Suggest to Change the XmlnsPrefix from Interactions to interactions since other libraries uses lower case to and ReSharper suggests me to change the casing to lowercase.

Name 'Interactions' does not match rule 'Namespace alias'. Suggested name is 'interactions'.

  • Has tests (if omitted, state reason in description) no breaking change
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

[Fix] Name 'Interactions' does not match rule 'Namespace alias'. Suggested name is 'interactions'
@brianlagunas
Copy link
Collaborator

This is a breaking change that has not been discussed as an issue. Please submit an issue to discuss this request first.

@mgoertz-msft
Copy link
Member

@brianlagunas I don't think this would have been a breaking change. The XmlnsPrefixAttribute is simply a hint to the IDE for what xmlns prefix to generate when a type from this assembly gets added to the XAML file and no appropriate xmlns exists yet. But if @xxMUROxx creates an issue we can have that discussion there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants