-
Notifications
You must be signed in to change notification settings - Fork 407
Closed
Labels
Feature-NuGetNuGet integration including pushing it properties, project and package references, and Pack support.NuGet integration including pushing it properties, project and package references, and Pack support.LegacyIssues against the legacy project system.Issues against the legacy project system.Resolution-FixedThe bug has been fixed, refer to the milestone to see in which release it was fixed.The bug has been fixed, refer to the milestone to see in which release it was fixed.
Milestone
Description
Currently the APIs for accessing PackageReference information (that is, the VSProject4
and PackageReferences
interfaces) operate more-or-less right on top of the project file's XML. This is limiting in that the PackageReference elements will not have been evaluated; for example, if the Version
metadata refers to a property such as $(MyCommonVersion)
then what a consumer of these interfaces will see is the literal string "$(MyCommonVersion)" rather than the evaluated value.
We should update these interfaces to work on the evaluated data instead.
emgarten, jaredpar, AArnott, jinujoseph, clairernovotny and 14 more
Metadata
Metadata
Assignees
Labels
Feature-NuGetNuGet integration including pushing it properties, project and package references, and Pack support.NuGet integration including pushing it properties, project and package references, and Pack support.LegacyIssues against the legacy project system.Issues against the legacy project system.Resolution-FixedThe bug has been fixed, refer to the milestone to see in which release it was fixed.The bug has been fixed, refer to the milestone to see in which release it was fixed.