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

Fix rootnamespce property name we received from project-system #32920

Merged
merged 2 commits into from
Jan 31, 2019

Conversation

genlu
Copy link
Member

@genlu genlu commented Jan 29, 2019

This would light up sync namespace refactoring fro CPS projects.

@dotnet/roslyn-ide @jasonmalinowski

@genlu genlu added the Area-IDE label Jan 29, 2019
@genlu genlu added this to the 16.0.P4 milestone Jan 29, 2019
@genlu genlu requested a review from a team as a code owner January 29, 2019 22:49
@genlu
Copy link
Member Author

genlu commented Jan 29, 2019

FYI @kendrahavens this fix is targeting p4

@genlu
Copy link
Member Author

genlu commented Jan 30, 2019

@jinujoseph @vatsalyaagrawal for approval

@genlu genlu merged commit cb2475f into dotnet:master Jan 31, 2019
@genlu genlu deleted the fixPropertyName branch January 31, 2019 00:30
// All supported properties can be found in dotnet/project-system repo
// https://github.com/dotnet/project-system/blob/master/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/LanguageService.xaml

public const string RootNamespace = nameof(RootNamespace);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@genlu Usually we don't use nameof for things like this, because renaming this constant should not be a functional break...

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

Successfully merging this pull request may close these issues.

5 participants