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

Fixes https://github.com/dotnet/msbuild/issues/10123 ### Changes Made Analyzers now have access to infrastructure configuration data, which contains `severity` and `isEnabled` attributes.

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...

I detected changes in the vs17.11 branch which have not been merged yet to main. I'm a robot and am configured to help you automatically keep main up to date,...

### Issue Description I've been working a bit on a bug in the dotnet/sdk#559, and stumbled upon something that _might_ be considered a bug in either Microsoft.Build.Utilities.TaskItem, or Microsoft.Build.Shared.FileUtilities.FixFilePath. One...

bug
xplat
Area: Language
triaged
gathering-feedback

Links to the failure: https://dev.azure.com/dnceng-public/public/_build/results?buildId=713198&view=results https://dev.azure.com/dnceng-public/public/_build/results?buildId=714118&view=results

triaged

Prerequisity for indicating Build Submissions in Build Events (which will be needed by BuildCheck to detect Restore) ### Context Build and Graph Build OM and API is largely duplicated. Building...

## Repro Steps 1. Build and run https://github.com/mikeharder/nodereuse-waitforexit. A. Uses `msbuild.exe` and `dotnet.exe` from `%PATH%`. 2. `WaitForExit()` works fine with `msbuild.exe /m /nr:true`. 3. `WaitForExit()` deadlocks with `dotnet.exe build /m...

triaged

### Summary The recently added task allows to produce localized messages: https://github.com/dotnet/msbuild/blob/79dff86b18613cfe3510b719ac28e8a8c3e7f96c/src/Tasks/MSBuildInternalMessage.cs Please use it instead of targets https://github.com/dotnet/msbuild/blob/79dff86b18613cfe3510b719ac28e8a8c3e7f96c/src/Tasks/Microsoft.Common.CurrentVersion.targets#L883 ### Background and Motivation MsBuild produces unlocalized messages for some specific...

Feature Request
Area: Common Targets
Good First Issue
Priority:2
needs-investigation

### Issue Description Hello folks, When I tried to build the Store (MSIX) version of [Telegram Desktop](https://github.com/telegramdesktop/tdesktop) application in VS 2022, my build failed with the following logs: ``` 1>Child...

bug
needs-investigation

### Issue Description 1. Test escape ',' and "," and %3C in the powershell , cmd, bash and zsh. Found "," and ',' is not supported in the following 4...

bug
needs-investigation
untriaged