MonoDevelop.MSBuildEditor icon indicating copy to clipboard operation
MonoDevelop.MSBuildEditor copied to clipboard

Automatically determine import context for Directory.Build.props

Open mhutch opened this issue 2 years ago • 1 comments

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).

mhutch avatar Jul 11 '23 23:07 mhutch

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.

zdavidsen avatar Mar 28 '24 12:03 zdavidsen