msbuild
msbuild copied to clipboard
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
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...
Fixes # ### Context ### Changes Made ### Testing ### Notes
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...
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...
### 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...
### 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...
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...
### Summary Stop splitting long text into lines. ### Background and Motivation This feature has more problems than benefits. - It never works properly on non-English logs, because non-ascii characters...
### Context Rotation duty for infra/cross-team incidents handling Script: [internal OneNote link](https://microsoft.sharepoint.com/teams/ManagedLanguagesIDE/_layouts/15/Doc.aspx?sourcedoc={7d9f33d9-b24b-4f26-951f-d2e84da540da}&action=edit&wd=target%28MSBuild.one%7C18a01e3f-c519-466b-b148-26f61517df55%2FKitten%20Duty%7C79e82c49-7bdf-444d-8587-545658f838ee%2F%29&wdorigin=703) Previous: https://github.com/dotnet/msbuild/issues/10332 ### Work - no overflow from previous month Current asks: - [x] deploy install scripts for...