You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: