Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

Microsoft.Build

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Microsoft.Build

This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.

nugetNuGet
Version
17.7.2
Version published
Maintainers
2
Created
Source

Microsoft.Build

This package contains Microsoft.Build.dll, which defines MSBuild's API, including

  • Microsoft.Build.Evaluation for evaluating MSBuild projects,
  • Microsoft.Build.Construction for creating new MSBuild projects, and
  • Microsoft.Build.Execution for building MSBuild projects.

Developers should reference this package to write applications that create, edit, evaluate, or build MSBuild projects.

To create or edit an MSBuild project, use the Microsoft.Build.Construction.ProjectRootElement class and call the Create or Open method.

To evaluate or build an MSBuild project, use the Microsoft.Build.Evaluation.Project class by creating an instance of it with the appropriate parameters for your project. To retrieve evaluated items, call methods such as properties such as GetItems or GetPropertyValue.

Keywords

MSBuild

FAQs

Package last updated on 24 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts