Results 518 comments of AraHaan

Another thing that makes me upset about this tool is that if you say are using the rc.2 .NET SDK and do the steps above to properly install the RC.2...

Uh the workload is for targeting .NET 6 so try something like ``net6.0-maccatalyst`` as a target framework and see if the issue goes away.

In your csproj file.

Open it in Notepad.

Ah that is because the tool depends on the runtime from .NET 5. It even gave you the link on where to download and install it.

hmm I wonder if it's because the M1 is arm based and if so this tool might actually need to be retargeted to .NET 6 to fix it.

Step 1: Fork this repository. Step 2: Clone that fork. Step 3: Open the projects in Visual Studio or Rider and change their target frameworks from .NET 5 to .NET...

Why not have it check to begin with and check how big each component is and allow the user to be able to filter what they actually want installed to...

``dotnet build-server shutdown`` should solve the issue.

> This is the error message you'll get if you are missing some python modules that the program requires. To fix this issue, please run these commands one after the...