maui icon indicating copy to clipboard operation
maui copied to clipboard

MS build pair to mac optimization

Open Serge-N opened this issue 1 year ago • 3 comments

Description

It would be faster to check if dotnet is already installed on that machine before downloading the SDK. In this case the sdk was already installed directly on the target machine.

image

Public API Changes

Check that the installed SDK matches the lastest.

Intended Use-Case

Improve developer experience.

Serge-N avatar May 12 '24 13:05 Serge-N

Thanks for the issue report @Serge-N! This issue appears to be a problem with Visual Studio, so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS.

If you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.

  1. Go to the Visual Studio for Windows feedback tool or Visual Studio for Mac feedback tool to report the issue
  2. Close this bug, and consider adding a link to the VS Feedback issue so that others can follow its activity there.

Thanks for the issue report @Serge-N! This issue appears to be a problem with Visual Studio (Code), so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS (Code).

If you encounter a problem with Visual Studio or the .NET MAUI VS Code Extension, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.

  1. Go to the Visual Studio for Windows feedback tool or .NET MAUI VS Code Extension repository to report the issue
  2. Close this bug, and consider adding a link to the VS Feedback issue so that others can follow its activity there.

The MAUI UI Team does not maintain the Pair To Mac tooling, so it would be better to direct this to VS Feedback than here.

That said, I believe they specifically provision builds of dotnet that are siloed from the ones installed on your Mac, specifically so they won't conflict with ones installed on your system. Say you have a newer dotnet installed on Windows than on your Mac. If it installed globally on your Mac, that could introduce new issues on your Mac that you wouldn't know of until you went back and saw the version change. Matching the version of dotnet you are running on Windows and provisioning that specifically for Pair To Mac cuts down on those issues, albeit with the side effect of needing to download another dotnet build even if you have that installed.

So IMO, I think the current system is fine.

drasticactions avatar May 13 '24 05:05 drasticactions

Assuming this has been reported in the right place by now. Thanks!

jfversluis avatar Aug 05 '24 08:08 jfversluis