Rainer Sigwald
Rainer Sigwald
- [ ] #7776 - [ ] #7777 - [ ] Figure out the story for `AssemblyName` deprecations in .NET 7
Several build processes (repos, SDKs, and NuGet packages) have a pattern where they want to do a thing "once per build"--maybe set up versioning, or run some code generator, or...
📝 I'm not sure we're going to be very motivated to fix this, but it cost me a lot of time debugging bootstrapped-build failures in #3365, so I'm filing it....
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...
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...
hi @rainersigwald following information will be helpful for you, please ping me anytime if you need further clarification. ### **- What kind of project(s) do you have? :** I will...
I searched docs.microsoft.com for details about node reuse so I could send them to a person who was asking. But there was basically nothing, and a search for [msbuild node...