-
Notifications
You must be signed in to change notification settings - Fork 64
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
switcher - support for GeneratePathProperty #128
Comments
Not only that but custom targets that depend on the |
I work around this by using a condition like
If I want to build with project references, I need to reference them with a path to the project. Since that path is also there for package build, I need to remove/comment it when I want to build with package refs. That's not very convenient. It would be cool if the path properties like |
Yeah, I was thinking about this some more after I posted my reply and I realized that it would be nearly impossible to provide the |
Have you tried looking in the |
Problem
A
<PackageReference>
element can have extra attributes such as GeneratePathProperty.This attribute (and maybe others like
Aliases
?) get lost when switching to project references and back.Example:
After switching to projects and back to packages, I get:
The text was updated successfully, but these errors were encountered: