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 #9869 ### Context Running .NET Framework MSBuild in a .NET process is unsupported. Apparently, though, until #9446 it was working. ### Changes Made Worked around the regression by calling...

do-not-merge

Contributes to #9922 ### Context MSBuild currently uses a fixed timeout of 15 minutes, after which idle nodes shut themselves down. This works well for cases where the build is...

https://github.com/dotnet/msbuild/pull/9640 introduced the `getResultOutputFile` which makes it possible to redirect the project evaluation output into a separate file. This feature has now become available as part of the 8.0.3xx SDK...

Partner request

Evaluation of big graph solutions has been mentioned as a pain pint by several customers. Although we have already done investigation of evaluation optimization, with no easy opportunities found, evaluation...

size:5
Iteration:2023October

### Issue Description Recently PR #10076 added a new CustomAnalyzerTest [Theory] with two sets of data. The PR build checks passed running on a `macos-12` image. However, when I build...

bug
Area: Our Own Build
triaged
Area: BuildCheck

### Summary Inline tasks compiled with `RoslynCodeTaskFactory` are kept for the lifetime of the worker node process (or lifetime of a build?), but must be recompiled periodically. The Server implementation...

backlog
Feature Request
Priority:2
Area: Server
triaged