Skip to content

Commands: Use MSBuild to get project metadata #6139

@natemcmaster

Description

@natemcmaster

dotnet-ef uses this to understand the project model. We will need to implement an alternative way of understanding the project system without using API from Microsoft.DotNet.ProjectModel.

Things we need to be able to find from the project model API:

  • target framework(s)
  • class library or console application
  • folder containing compiled output folder
  • filename of compiled assembly/executable
  • default namespace
  • nuget dependencies
  • any other project references

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions