Rainer Sigwald

Results 92 issues of Rainer Sigwald

When the entry-point project doesn't specify an `xmlns` (as new "clean" templates don't), but it imports a file that uses the `xmlns` (like, say, `Microsoft.Common.targets`), the resultant preprocessed output puts...

Area: Debuggability

_From @hakito on Monday, June 24, 2019 10:15:59 AM_ ### Steps to reproduce In VS2019 - Add existing item - Choose a resource file - Add as link - Set...

Triage-Investigate
Feature-Resource-Designer

## Description In the .NET SDK 2.1.300, MSBuild on .NET Core will introduce support for [node reuse](https://github.com/Microsoft/msbuild/issues/2703). This feature enable faster cycle times by keeping MSBuild worker processes alive after...

enhancement

It would be nice if CodeFormatter automatically trimmed trailing spaces in line-comment trivia as well as in code. I naively assumed it already did until I looked at https://github.com/Microsoft/msbuild/pull/289. I...

Right now, it uses IsAssignableFrom, but according to http://xunit.github.io/docs/comparisons.html the direct conversion is IsType().

This is a followup to #65 that extends it a bit: 1. MSBuild has been available in 64-bit for all Visual Studio releases supported by this action, so don't document...

Reported as dotnet/upgrade-assistant#1151 and related to dotnet/msbuild#7629. ``` System.IO.FileLoadException: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly) at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String...

There's a very common problem using Locator, which is that the natural code change to use it: ```diff void DoStuff() { + MSBuildLocator.RegisterDefaults(); var project = new Microsoft.Build.Evaluation.Project(projectPath); ``` Doesn't...

I just told @BenVillalobos to add a reference to "MSBuildLocator" and quite reasonably he typed `msbuildlocator` into NuGet search, which found [Nuke.MSBuildLocator](https://www.nuget.org/packages/Nuke.MSBuildLocator/) but not `Microsoft.Build.Locator`. Can we put metadata into...

> @rainersigwald Rainer Sigwald FTE if you run the command below > > ``` > dotnet tool install -g dotnet-format --version 4.0.121404 --add-source https://dotnet.myget.org/F/format/api/v3/index.json > ``` > > and then...