msbuild
msbuild copied to clipboard
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
### Background This is a groupping of investment into NET 9 topics that are not categorized under other themes. ### Work in context of this theme * [x] https://github.com/dotnet/msbuild/issues/10266
Hi @rainersigwald This may be a Bug in Visual Studio BUILD. Visual Studio IDE Build Copies DLL from a Referenced Project containing the DLL even when that DLL is Not...
### Issue Description Build info: 9.0.100-rtm.24516.28 The Visual Studio version displays incorrectly on the SDK installer page. ### Steps to Reproduce 1.Install NET9 RTM SDK(9.0.100-rtm.24516.28) on win11-x64. 2.Check the information...
The V1 of perfstar is covered in epic https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2057021
Set up the continuous monitoring of main with and without build check analysis opted in.
Fill `StringSyntax` in for some of our APIs. This is on much shakier ground than my other PR for new language features: 1. Most of the attributes don't actually do...
[`CallerArgumentExpression`](https://learn.microsoft.com/dotnet/csharp/language-reference/proposals/csharp-10.0/caller-argument-expression) is a new (C# 10) language feature that allows us to simplify a bunch of our assert-like code to drop the redundant specifications of, like, "which argument is `null`?"....
At this moment PerfStar pipeline fails quick if the last build of MSBuild CI pipeline was not from main: https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=10398985&view=results Configure the PerfStar pipeline so that it takes the latest...
### Issue Description Take the following project: ```xml net472 enable enable true $(WarningsNotAsErrors);NU1603 true ``` The expectation would be that when restore is run on this project, NU1603 is raised,...
- [ ] Set up the PowerBI report: see [comment](https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2057021#4233688) for details. - [ ] Update the PerfStar IcM playbook.