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

### Issue Description -targets command-line option doesn't work when building a solution ### Steps to Reproduce MSBuild.exe -targets SomeSolution.sln ### Expected Behavior List the available targets in each project ###...

bug
help wanted
Area: Solution (.sln)

Copy task doesn't make it easy to copy the entire directory, it forces you to mess with wildcards etc. and it's gnarly We should consider adding a new SourceFolder parameter...

up-for-grabs
needs-design
Feature Request
Area: Tasks

### Issue Description An behavior when building a "Fast" and "Slow" target, when a project reference for "Fast" target, the build waits for both "Fast" and "Slow" to finish. This...

bug
performance
Partner request
Area: Engine

### Issue Description This was an experiment to use the inline task and in-project C# files (net6.0) to process and provide property information during the build process. With an inline...

bug
Area: Debuggability

I have a custom msbuild target which can generate some cs files from `.cadl` files and the generated files will be added to the compiler so that it can be...

needs-more-info
needs-triage
author-responded
needs-attention

### Issue Description If your cmake has `set_target_properties(${PROJECT_NAME} PROPERTIES FOLDER "{NAME}")` line, it creates a project folder in the solution list. However, the folder name must not be the same...

bug
Area: Solution (.sln)

## Visual Studio Version 17.1.3 ## Summary I check the *.csproj.AssemblyReference.cache files after console msbuild and after the first design time build in VS IDE. They are different even though...

needs-triage

Not sure if it's a bug, or whether it should go here or in the SDK. There may be a situation where MSBuild.exe is started from `C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\MSBuild.exe`,...

needs-design
Area-Compilers
Area-NetSDK

when i build runtime libraries, after quickly building 50 or so libraries, msbuild slows down and doesn't recover the speed it initially possessed for rest of the build. reproduction steps:...

performance
needs-more-info
needs-triage
author-responded

I'm trying to build a Xamarin iOS project on a new computer with a fresh install of Visual Studio for Mac and MSBuild is treating warnings as errors, even though...

needs-triage
author-responded