msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

Results 447 msbuild issues
Sort by recently updated
recently updated
newest added

specifically warn about any usages of $(DevEnvDir) - builds should never assume presence of VS on the machine

Area: BuildCheck

This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...

Fixes [#10071](https://github.com/dotnet/msbuild/issues/10071) ### Context While building with buildcheck enabled and MSBUILDNOINPROCNODE=1 Severity of the rule set to Error, does not reported to the all build: ![image](https://github.com/dotnet/msbuild/assets/26814373/e415e064-b930-4c75-a6de-2c4a7ed7bd56) This is since buildcheck...

Fixes #9675 ### Bug: ![TerminalLogger_ProjectOutputPath_Bug](https://github.com/dotnet/msbuild/assets/114938397/b4a1b846-e189-4827-9d80-b843cdd2c776) ### Fix: ![TerminalLogger_ProjectOutputPath_Fix](https://github.com/dotnet/msbuild/assets/114938397/82adeae9-dd55-4007-bcd3-8937b63af2b9)

Adding a comment about localization in order to cause a merge conflict, when https://github.com/dotnet/msbuild/pull/10269 flows automatically to this branch releases and main. See https://github.com/dotnet/msbuild/pull/10269#discussion_r1646558936

### Summary After https://github.com/dotnet/msbuild/pull/10296 we can now see the warnings from the Copy Task during the build of a project, not just after all of the retries have failed. However,...

Feature Request
Area: Terminal Logger

Branch [vs17.10](https://github.com/DotNet/msbuild/commits/vs17.10/) in `DotNet/msbuild` repo can't be mirrored from GitHub to Azure DevOps [vs17.10](https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted?version=GBvs17.10&_a=history) via fast forward. There are unexpected commits in the target branch. The branch is configured to...

Area: Our Own Build
triaged

This is a PR for the proposed WASI-Build feature spec, only documentation

Area: Tasks
Disabled-Tests
WIP

Fixes #10300 ### Context The PR introduces a simplified and transparent way for getting sdk bits and patching the changes to them using install-scripts. ### Notes - Redundant equality changes...