msbuild
msbuild copied to clipboard
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
If I create 2 objects of `Microsoft.Build.Construction.ProjectRootElement` using `Open(string path)` method, where the file path is same but the content is altered in between the calls, the 2nd `Open` call...
See request here: https://github.com/KirillOsenkov/MSBuildStructuredLog/issues/133 We log when properties are reassigned when they already had a value, but it would be useful to specify how a property was initially assigned -...
Just happened to catch this in a scrollback: ``` Failed to load dependency Microsoft.NET.StringTools.net35 of assembly MSBuildTaskHost, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a because of the following error : The system cannot find...
The [labeler bot](https://github.com/dotnet/issue-labeler) currently in the benevolent care of the dotnet/runtime team is used in many repos to apply "area-" style labels to issues and PR's based on an ML...
``` I'm assuming we have plenty of unit tests for this on framework/core. Related question: should we have an ARM leg for CI? Seems like it would be helpful here....
Most of our packages have a build-time-only `netstandard2.0` reference assembly so projects can update their MSBuild reference without retargeting to a new .NET runtime, but `Microsoft.Build` does not. This is...
I was debugging using the magic `MSBUILDDEBUGENGINE` for https://github.com/dotnet/roslyn/issues/62314 when I noticed that task inputs weren't in the resultant binlog. The binary logger sets some internal environment variables to make...