mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
228 stars 26 forks source link

Automatically determine import context for Directory.Build.props #94

Open mhutch opened 1 year ago

mhutch commented 1 year ago

When editing a Directory.Build.props, it should be edited in the context of being imported by one of the project files in the directory cone (or ideally, with context from all of them).

zdavidsen commented 7 months ago

I'd love to see broader general support for this. I've built a very custom template project that imports a supplementary msbuild file (~200 lines), and the editor doesn't have any idea of the context because the supplementary file doesn't actually import its own dependencies.