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

IVsHierarchy returns BuildAction as "Content" after renaming file #13332

Open
ssrmm opened this issue Jan 16, 2017 · 0 comments
Open

IVsHierarchy returns BuildAction as "Content" after renaming file #13332

ssrmm opened this issue Jan 16, 2017 · 0 comments

Comments

@ssrmm
Copy link

ssrmm commented Jan 16, 2017

When renaming a file inside a Nemerle project, the build action is displayed correctly in the "Properties" view of Visual Studio. However when accessing the property programmatically through IVsHierarchy, it will always return Content until the project is saved, unloaded and reloaded.

The Nitra plugin can't properly handle file renames because of this.

This can be easily reproduced by debugging the Nitra plugin and putting a breakpoint at NitraCommonVsPackage.cs#L331.

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

No branches or pull requests

1 participant