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 When library A references library B, and both support arm64 as a platform, building library A for arm64 should also build library B for arm64. But instead,...

bug
Area: SetPlatform

### Issue Description It's not successful when I build my C# project with vs2022,bucause of the license.licx which used by a third-party component in my project. But it's ok in...

bug
author-responded

Fixes #5817 ### Context XMLReaderSettings has default value of _Prohibit_ while XMLPeek, XMLPoke and XSLTransformation files have _Ignore_ set. This has been changed to _Prohibit_ ### Changes Made Changed the...

📝 I'm not sure we're going to be very motivated to fix this, but it cost me a lot of time debugging bootstrapped-build failures in #3365, so I'm filing it....

bug
Area: Solution (.sln)
Area: Engine
size:1

This is a feature request: Add a command line switch which would make MSBuild evaluate a project and output the value of a property or a list of items. No...

up-for-grabs
Area: Debuggability
needs-design

### Issue Description Project Evaluation in parallel builds have contention causing evaluations of 20-30ms to take over 1000ms. ### Steps to Reproduce Create a solution with lots of small projects,...

backlog
performance
Partner request
size:14
triaged

Some of the APIs such as "TestEnvironment", the custom loggers and assertion wrappers could be really helpful for people who distribute Custom MSBuild Tasks / Sdks.

Bug reports that get moved to MSBuild via mover software don't automatically receive MSBuild labels like untriaged, which means they can easily fall through the cracks. Example: https://github.com/dotnet/sdk/issues/26711

bug

… True Fixes #6633 ### Context No messages are logged at all if the build fails and AllowFailureWithoutError is set to True. ### Changes Made Moved the logic check for...

_From @chrisaut on February 21, 2017 4:32_ Now that the csproj files are ```somewhat``` clean, are there plans to similarly clean up .sln files? A sample solution with just two...

Area: Solution (.sln)