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 is a minor bug fix which ensures the Scheduler always uses the latest value for `BuildParameters.DisableInProcNode` rather than the value provided in the first build. Note that the Scheduler...

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 https://github.com/dotnet/msbuild/issues/3897 ### Context ### Changes Made ### Testing ### Notes Haven't tested this locally.

merge-when-branch-open

I'd expect this to embed `C:\temp\1.txt` into the binlog, but it doesn't: ``` ``` As a workaround to fix this, also need to add an explicit ItemGroup: ``` ``` I...

up-for-grabs
Area: Debuggability
Good First Issue
Area: Logging

With multiple SDK resolvers installed, when an SDK cannot be found, errors from _all_ the resolvers are displayed, whether they are useful or not. For example: ``` /Users/mikayla/code/ProjectFae/Source/ProjectFaeMono/ProjectFaeMono.csproj : error...

A minor change to cleanup and remove some dead code from NodeEndpointOutOfProc

This pull request updates the following dependencies [marker]: (Begin:3fe128a9-5a85-4aba-f7ba-08da008becb5) ## From https://github.com/nuget/nuget.client - **Subscription**: 3fe128a9-5a85-4aba-f7ba-08da008becb5 - **Build**: 6.4.0.35 - **Date Produced**: August 4, 2022 11:25:10 PM UTC - **Commit**: 3ec6f02943fa8e70ea224eb31dd94288dbf179d0...

See this comment for more context: https://github.com/dotnet/msbuild/issues/460#issuecomment-1198318841

performance
Priority:2

`CommunicationsUtilities.Trace` defines format and arguments for `String.Format` implementation. Although `String.Format` implements overloads for 1, 2 and 3 arguments without `object[]` allocation, we are missing these options in `CommunicationsUtilities`.

performance
Priority:3

Windows x64 .NET SDK 6.0.301. Languages: en-us, de-de, ru-ru. `DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1` doesn't work any more. `sample.cmd`: ``` set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true dotnet new console ``` Console output: ``` > dotnet new console The...

bug
needs-more-info
stale