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

This adds to event sources to let loggers access them independently.

Create a solution with a name like Test...Dots(in my case it was netcoreapp3.1) and try to build, it fails with the following error: ``` Microsoft.Common.props(62, 3): [MSB4019] The imported project...

Area: Solution (.sln)
Area: Engine

When the entry-point project doesn't specify an `xmlns` (as new "clean" templates don't), but it imports a file that uses the `xmlns` (like, say, `Microsoft.Common.targets`), the resultant preprocessed output puts...

Area: Debuggability

- [x] Enable out of proc TaskHost on .NET Core · Issue #5158 · dotnet/msbuild (github.com) - [ ] #7257 - [ ] #4834 for running .NET tasks on the...

Epic

When using MSBuild 15.0, cleaning or building a solution which contains rptproj or dwproj projects gives the following error: > Reports.rptproj(3,3): error MSB4067: The element <State> beneath element <Project> is...

bug
regression
Area: Solution (.sln)

in https://github.com/dotnet/cli we use task batching on to enable parallel test execution. When tests fail, the summary data printed is fairly undiagnosable, telling us only that the test runner project...

Area: Debuggability

Look into what they have in common. Merge the caching to some extent. Possibly merge the code paths? Possibly only run it once and share the results? Specifically ProcessFrameworkReferences and...

performance
Task: Resolve Assembly References (RAR)

Fixes ToolLocationHelper returning null when on net481. ### Context In ARM64 scenarios, customers will be on net481. Calling `Microsoft.Build.Utilities.ToolLocationHelper.GetPathToDotNetFramework(TargetDotNetFrameworkVersion.VersionLatest);` returns null. ### Changes Made ### Testing ### Notes

### Issue Description WithMetadataValue item function does not return anything when parameter is from batch ### Steps to Reproduce ```xml ``` ### Expected Behavior Two warnings with matching ItemA in...

bug
Area: Language

### Issue Description When you try to reference either `Microsoft.VCLibs` or `Microsoft.UniversalCRT.Debug` when the `TargetPlatformIdentifier` == `Windows`, you get errors `MSB3842` and `MSB3843`. This is a new scenario that is...

bug
Partner request