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

VS Project Loader ignores Directory.Build.props #67

Open
CharliePoole opened this issue Sep 5, 2024 · 0 comments
Open

VS Project Loader ignores Directory.Build.props #67

CharliePoole opened this issue Sep 5, 2024 · 0 comments

Comments

@CharliePoole
Copy link
Contributor

Since the project loader only reads the project files, it has no knowledge of any defaults in a Directory.Build.props file. That's especially a problem if the <OutputPath> element is included in a .props file because the output assemblies can't be located.

This appears to be a long-standing part of the implementation, probably an error in the initial design, so I'm calling this a new feature.

Note that if we implement a fix for #25 first, this will probably not be needed.

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