Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find workload 'ios' extended by workload 'maui-ios' in manifest 'microsoft.net.sdk.maui' #20686

Closed
kimbirkelund opened this issue Feb 19, 2024 · 73 comments
Assignees
Labels
s/move-to-vs-feedback Tells automation to ask the person to use VS Feedback to report the issue t/bug Something isn't working

Comments

@kimbirkelund
Copy link

kimbirkelund commented Feb 19, 2024

Description

When attempting to pair-to-mac I get the following error:

Could not install workload 'ios'. Details: Unhandled exception: Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadManifestCompositionException: Could not find workload 'ios' extended by workload 'maui-ios' in manifest 'microsoft.net.sdk.maui' [/Users/kbi/Library/Caches/Xamarin/XMA/SDKs/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.json]
   at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<<EnumerateWorkloadWithExtends>g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
   at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<<EnumerateWorkloadWithExtends>g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
   at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<<EnumerateWorkloadWithExtends>g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
   at System.Linq.Enumerable.AppendPrependIterator`1.LoadFromEnumerator()
   at System.Linq.Enumerable.AppendPrepend1Iterator`1.MoveNext()
   at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
   at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.GetAvailableWorkloadDefinitions()+MoveNext()
   at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
   at System.Linq.Enumerable.Contains[TSource](IEnumerable`1 source, TSource value, IEqualityComparer`1 comparer)
   at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallCommand.ValidateWorkloadIdsInput()
   at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallCommand..ctor(ParseResult parseResult, IReporter reporter, IWorkloadResolverFactory workloadResolverFactory, IInstaller workloadInstaller, INuGetPackageDownloader nugetPackageDownloader, IWorkloadManifestUpdater workloadManifestUpdater, String tempDirPath, IReadOnlyCollection`1 workloadIds)
   at Microsoft.DotNet.Cli.WorkloadInstallCommandParser.<>c.<ConstructCommand>b__6_0(ParseResult parseResult)
   at System.CommandLine.Invocation.InvocationPipeline.Invoke(ParseResult parseResult)
   at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, TimeSpan startupTime, ITelemetry telemetryClient)

I have the following global.json:

{
  "sdk": {
    "version": "8.0.201"
  }
}

I've tried using 8.0.101 and 8.0.102 as well with no luck. I'm using Visual Studio 17.9.0.

I've tried deleting ~/Library/Caches/Xamarin/XMA/SDKs/ on the Mac several times with no luck.

@kimbirkelund kimbirkelund added the t/bug Something isn't working label Feb 19, 2024
@drasticactions drasticactions added the s/move-to-vs-feedback Tells automation to ask the person to use VS Feedback to report the issue label Feb 19, 2024
@ghost
Copy link

ghost commented Feb 19, 2024

Thanks for the issue report @kimbirkelund! 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.

@drasticactions
Copy link
Contributor

Pair To Mac is a Visual Studio feature and not maintained in this repo by this team, could you please file this to VSFeedback?

@kimbirkelund
Copy link
Author

I get the same error trying to restore the workload from command line, so it doesn't really appear to be Visual Studio related. It seems more to be fallout from the recent 8.0.200/201 kafuffle.

@Yves-Be
Copy link

Yves-Be commented Feb 19, 2024

This might be related to #20600

@kimbirkelund
Copy link
Author

It appears I spoke to soon. Downgrading Visual Studio to 17.8.6 allowed me to connect and build. I'll move the issue to VS feedback.

@nor0x
Copy link
Contributor

nor0x commented Feb 20, 2024

same on VS Version 17.10.0 Preview 1.0 🙄

@sportmoltas
Copy link

I have a new computer with a fresh install of 17.9.0. I haven't found a way to downgrade to 17.8.6. It's a mystery how this could pass the test by Microsoft? Any solution?

@nor0x
Copy link
Contributor

nor0x commented Feb 21, 2024

I have a new computer with a fresh install of 17.9.0. I haven't found a way to downgrade to 17.8.6. It's a mystery how this could pass the test by Microsoft? Any solution?

in that regard MAUI as a whole is a complete mystery

@maonaoda
Copy link
Contributor

Painful

@kimbirkelund
Copy link
Author

@sportmoltas
Copy link

This is still a problem in 17.9.1.

@avii-7
Copy link

avii-7 commented Feb 22, 2024

Uninstalling and reinstalling .net maui workloads and .net 8.0 runtime via vs installer helps me deal with this problem.

@kimbirkelund
Copy link
Author

This issue is specifically related to pair-to-mac which handles installing all these components for you (on the mac that is).

@maonaoda
Copy link
Contributor

The experience of developing maui using mac's VS was particularly poor, so I chosed pair to mac.

Uninstalling and reinstalling .net maui workloads and .net 8.0 runtime via vs installer helps me deal with this problem.

I will try it after get off work,thanks.

@malsabi
Copy link

malsabi commented Feb 26, 2024

I also have the same problem with the latest VS 17.9.1. Please any workaround or solution without downgrading?

@kimbirkelund
Copy link
Author

I've switched to using Live Share and VNC for now :-(

@sklyarovaleksey
Copy link

The same issue

@TrevorBond2020
Copy link

This is embarrassing.
I tell everyone to use Maui and then I cannot continue in Windows. You are expiring VS for Mac very soon.
You must inspire some confidence in Maui.

@malsabi
Copy link

malsabi commented Feb 28, 2024

@kimbirkelund Could you please reply to the VS Feedback and provide the details, I think no one is aware of the actual issue that is going on.

@nor0x
Copy link
Contributor

nor0x commented Feb 29, 2024

just for reference - a workaround was posted in the VS Ticket discussion

1 - Go to this folder on Windows: C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.ios
2 - Copy the 17.2.8022 sub-folder to the following location on the Mac: ~/Library/Caches/Xamarin/XMA/SDKs/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.ios
3 - Try connecting to the Mac again from VS with Pair To Mac

more info:
https://developercommunity.visualstudio.com/t/Unable-to-install-MAUI-workload-on-Mac-u/10595252#T-N10604031

@Denny966
Copy link

Denny966 commented Mar 4, 2024

Got the same problem on 17.9.0

@Baraiboapex
Copy link

I have the same issue on 17.9.3

@Dastenis
Copy link

17.9.3

Could not install workload 'ios'. Details: Unhandled exception: Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadManifestCompositionException: Could not find workload 'ios' extended by workload 'maui-ios' in manifest 'microsoft.net.sdk.maui' [/Users/rnd/Library/Caches/Xamarin/XMA/SDKs/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.json]
at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
at System.Linq.Enumerable.AppendPrependIterator1.LoadFromEnumerator() at System.Linq.Enumerable.AppendPrepend1Iterator1.MoveNext()
at System.Linq.Enumerable.All[TSource](IEnumerable1 source, Func2 predicate)
at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.GetAvailableWorkloadDefinitions()+MoveNext()
at System.Linq.Enumerable.SelectEnumerableIterator2.MoveNext() at System.Linq.Enumerable.Contains[TSource](IEnumerable1 source, TSource value, IEqualityComparer1 comparer) at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallCommand.ValidateWorkloadIdsInput() at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallCommand..ctor(ParseResult parseResult, IReporter reporter, IWorkloadResolverFactory workloadResolverFactory, IInstaller workloadInstaller, INuGetPackageDownloader nugetPackageDownloader, IWorkloadManifestUpdater workloadManifestUpdater, String tempDirPath, IReadOnlyCollection1 workloadIds)
at Microsoft.DotNet.Cli.WorkloadInstallCommandParser.<>c.b__6_0(ParseResult parseResult)
at System.CommandLine.Invocation.InvocationPipeline.Invoke(ParseResult parseResult)
at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, TimeSpan startupTime, ITelemetry telemetryClient)

@MohammedBen
Copy link

Updated to VS 2022 version 17.9.3 and I am still unable to connect to mac:

Could not install workload 'ios'. Details: Unhandled exception: Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadManifestCompositionException: Could not find workload 'ios' extended by workload 'maui-ios' in manifest 'microsoft.net.sdk.maui' [/Users/developer/Library/Caches/Xamarin/XMA/SDKs/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.json]
at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.<>c__DisplayClass26_0.<g__EnumerateWorkloadWithExtendsRec|0>d.MoveNext()
at System.Linq.Enumerable.AppendPrependIterator1.LoadFromEnumerator() at System.Linq.Enumerable.AppendPrepend1Iterator1.MoveNext()
at System.Linq.Enumerable.All[TSource](IEnumerable1 source, Func2 predicate)
at Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadResolver.GetAvailableWorkloadDefinitions()+MoveNext()
at System.Linq.Enumerable.SelectEnumerableIterator2.MoveNext() at System.Linq.Enumerable.Contains[TSource](IEnumerable1 source, TSource value, IEqualityComparer1 comparer) at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallCommand.ValidateWorkloadIdsInput() at Microsoft.DotNet.Workloads.Workload.Install.WorkloadInstallCommand..ctor(ParseResult parseResult, IReporter reporter, IWorkloadResolverFactory workloadResolverFactory, IInstaller workloadInstaller, INuGetPackageDownloader nugetPackageDownloader, IWorkloadManifestUpdater workloadManifestUpdater, String tempDirPath, IReadOnlyCollection1 workloadIds)
at Microsoft.DotNet.Cli.WorkloadInstallCommandParser.<>c.b__6_0(ParseResult parseResult)
at System.CommandLine.Invocation.InvocationPipeline.Invoke(ParseResult parseResult)
at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, TimeSpan startupTime, ITelemetry telemetryClient)

@ashharms
Copy link

Same issue as MohammedBen reported above.

@Quaybe
Copy link

Quaybe commented Mar 15, 2024

I did see Gerald V. mention somewhere that he doesn't recommend upgrading Xcode to 15.3 yet as they're still working on compatibility.

With the latest preview version of VS (17.10.0 Preview 2.0), Pair to Mac is working again. As you've all seen, it is not working in the current VS 17.9.3 for me. I have not tried the workaround as I will just use the VS Preview.

@andrewtechhelp
Copy link

Microsoft have said they're going to ship a Service Release to VS 2022 17.9.x to fix the pairing issue: https://developercommunity.visualstudio.com/t/Unable-to-install-MAUI-workload-on-Mac-u/10595252#T-N10612988-N10617181 - I asked that question because fixing it in a preview release was fine, but since this was a fairly impactful production incident with a workaround, but a non intuitive one (especially for new starters) it seemed to me it needed a more urgent fix and it appears that is what is happening.

To be fair to Microsoft on the Xcode 15.3 compatibility - they have clearly posted (as pinned issues) on both the .NET MAUI and .NET for iOS Repos that Xcode 15.3 is out but that they need to release compatible versions and so to keep using Xcode 15.2 until they state otherwise: #21057 and xamarin/xamarin-macios#20257

@Richard-Dufour
Copy link

Is it just me or this seems like a regular thing for Microsoft these days, just release even if full of bugs/compatibility issues. Whatever happen to build, TEST, then release.

@chaitanyakale
Copy link

chaitanyakale commented Mar 16, 2024

It is a mess. Secure storage still fails in release mode. I have switched to flutter. Regards, Ashley On Mar 14, 2024, at 12:07 AM, Chaitanya Kale @.> wrote:  How is this stable? I would have never migrated from Xamarin Forms. Pair to Mac is a mess. — Reply to this email directly, view it on GitHub<#20686 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQHWNX5J3PEEXWBGROJGGGTYYEWCBAVCNFSM6AAAAABDO5GXEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJWGUYTANZYGY. You are receiving this because you commented.Message ID: @.>

I have issues with Azure AD B2C login only on physical device in Release mode. I upgraded Visual Studio only to see if there was some build related issue. Everything works fine in Simulator with Release mode. Pairing issue was resolved by by downgrading to Xcode 15.2 and upgrading to Preview 2 for Visual Studio. I'm still getting messaging and client disconnected exceptions.

image

@erossini
Copy link

I copied from my Windows laptop to the iMac folder but I get this issue now.

PAIR-MAC

@kevinjohnobrien
Copy link

kevinjohnobrien commented Mar 16, 2024

@erossini Things I have tried when I get this that usually work for me, in this order:

  1. Ensure you have Xcode 15.2 installed not 15.3
  2. If not using the Preview version (which did work for me), ensure you have 17.9.2, and not the latest
  3. Ensure you have "Remote Login" set to on in Mac System Settings
  4. Right mouse click on the Mac in "Part to Mac" and select "Forget this Mac", then reenter your username and password when reconnecting
  5. Restart Visual Studio
  6. Restart Windows
  7. Enter open "$HOME/Library/Caches/Xamarin" into Mac Terminal and delete the "mtbs" and "XMA" folders
  8. Give it 10 minutes!

@plppp2001
Copy link

This work around worked great for me:
From this link: https://developercommunity.visualstudio.com/t/After-upgrading-to-Visual-Studio-2002-v1/10615131

image

@georgeinva2004
Copy link

This problem does not appear to have been corrected in 17.9.5. Will we have to wait for 17.10 or will it be corrected in the 17.9 train?

@scriptBoris
Copy link

This is still a problem in 17.9.5

@carmanj
Copy link

carmanj commented Apr 2, 2024

We're now effectively two years after MAUI was released, and these are STILL the bugs we deal with on a daily basis to even get development up and running. Pure insanity. How any of us are so engrained in the .NET ecosystem to continue putting up with this is puzzling - Stockholm syndrome at its finest!

This is a problem for me as well in 17.9.5.

@plppp2001
Copy link

We're now effectively two years after MAUI was released, and these are STILL the bugs we deal with on a daily basis to even get development up and running. Pure insanity. How any of us are so engrained in the .NET ecosystem to continue putting up with this is puzzling - Stockholm syndrome at its finest!

This is a problem for me as well in 17.9.5.

There is a FIX for this bug but it hasn't been released yet though. Use the work around.

@EvgenyMuryshkin
Copy link

It was fixed in 17.9.4, I made prod MAUI build.
Broken again in 17.9.5?

@plppp2001
Copy link

It was fixed in 17.9.4, I made prod MAUI build. Broken again in 17.9.5?

If you installed and have XCode 15.3 then that breaks it.

@npostma
Copy link

npostma commented Apr 3, 2024

It was fixed in 17.9.4, I made prod MAUI build. Broken again in 17.9.5?

I think so?! I have updated to 17.9.5 and its broken ...

@divil5000
Copy link

It's shameful that Microsoft considers an issue fixed if the fix is only in preview software. Most of us actually using these tools to make our living are doing so in production environments, and of course we are not using preview software in production environments.

@npostma
Copy link

npostma commented Apr 4, 2024

I can confirm that the preview (17.10) does not have this issue (at least for me). But its still magic .... VS connects to the MAC and it can build my application. No issues with the AOTCompiler but when i try to build commandline on the mac that i connect to (i want to do a dotnet publish so i have an .ipa file) i get the next issue to deal with. (https://stackoverflow.com/questions/78155352/build-of-maui-project-fails-after-update-of-dotnet-workload/)

@DanwithArduino
Copy link

Here's the fun thing for me - I can connect and run all day from one computer, but not the other. Same VS version, same target Mac. One is over VPN - but I proxied past the web filter to ensure that wasn't the issue. However, I can confirm the @plppp2001 's workaround worked for me. Running 17.9.5

@nref
Copy link

nref commented Apr 11, 2024

Had this problem in 17.9.4 and it went away after updating to 17.9.6. The mac has XCode 15.2

@gtvracer
Copy link

Updated to 17.9.6 and it worked (already had XCode 15.3 previously before it stopped working).

@ThePastorTech
Copy link

Following setup is working fine here:

Windows11
iMacPro 2017 with Sonoma 14.3.1
Xcode 15.3
VS 17.9.6

@plppp2001
Copy link

Following setup is working fine here:

Windows11 iMacPro 2017 with Sonoma 14.3.1 Xcode 15.3 VS 17.9.6

I currently have (working fine and I'm connected doing Release Builds without issue);

Version 17.9.6
Windows 11 latest updates.
XCodeV15.3 (Mac Mini M2) w/ Sonoma 14.4.1

@TestTEMV4
Copy link

XCode V15.3 - Sonoma 14.4.1 on MacBook Pro (total reset this morning)
Windows 11 latest updates

Visual Studio 2022 Version 17.10.0 Preview 7.0 alongside Visual Studio 2022 Version 17.9.6
Visual Studio 2022 Version 17.10.0 Preview 7.0 on a brand new PC just to be sure.

Two ongoing solutions: one Xamarin (with VS 17.9.6), one Maui (with VS 17.10.0)
One MAUI brand new solution (with VS 17.9.6)

Xamarin solution pairs to mac.
Maui solution does not pair to mac wether it is with the brand new PC or my usual PC.
Maui brand new solution does not pair to mac.

see the error:
WhatsApp Image 2024-05-13 à 15 14 35_3491781a

Can somebody help me? This is driving me crazy!

@plppp2001
Copy link

XCode V15.3 - Sonoma 14.4.1 on MacBook Pro (total reset this morning) Windows 11 latest updates

Visual Studio 2022 Version 17.10.0 Preview 7.0 alongside Visual Studio 2022 Version 17.9.6 Visual Studio 2022 Version 17.10.0 Preview 7.0 on a brand new PC just to be sure.

Two ongoing solutions: one Xamarin (with VS 17.9.6), one Maui (with VS 17.10.0) One MAUI brand new solution (with VS 17.9.6)

Xamarin solution pairs to mac. Maui solution does not pair to mac wether it is with the brand new PC or my usual PC. Maui brand new solution does not pair to mac.

see the error: WhatsApp Image 2024-05-13 à 15 14 35_3491781a

Can somebody help me? This is driving me crazy!

Try restarting your modem/router?

@TestTEMV4
Copy link

network is totally fine. thanks for answering though

@maonaoda
Copy link
Contributor

maonaoda commented May 17, 2024

Now it's unavailable again。
Microsoft Visual Studio Professional 2022 - 17.9.6

@plppp2001
Copy link

Now it's unavailable again。
Microsoft Visual Studio Professional 2022 - 17.9.6

You need to install the latest windows update also from 2 days ago....

@maonaoda
Copy link
Contributor

maonaoda commented May 20, 2024

You need to install the latest windows update also from 2 days ago....

It has nothing to do with this.
The problem with this ticket has been fixed in 17.9.6.

The real problem is .NET SDK 8.0.300

The specific situation is:
I changed to a new m2 mac and downloaded the latest .NET SDK 8.0.300 (macOS Arm64)
At the same time, I also downloaded and installed the latest .NET SDK in windows and update the vs to 17.9.7.

When I use the pair to mac function, it keeps appearing
Could not install workload 'ios'.

At first I thought this was a problem here on mac
/Users/XXX/Library/Caches/Xamarin/XMA/SDKs/dotnet/sdk-manifests/8.0.100
But after comparison, I found that this is consistent with the file on my windows.


Finally, I compared the mac and windows environments and found the problem

Mac:

% which dotnet
/usr/local/share/dotnet/dotnet

% dotnet workload list
maui-windows      8.0.21/8.0.100         SDK 8.0.300
maui-ios          8.0.21/8.0.100         SDK 8.0.300
maui-android      8.0.21/8.0.100         SDK 8.0.300
ios               17.2.8053/8.0.100      SDK 8.0.300
maui              8.0.21/8.0.100         SDK 8.0.300
android           34.0.95/8.0.100        SDK 8.0.300

Windows:

> dotnet workload list

android           34.0.95/8.0.100        SDK 8.0.300, VS 17.10.34902.84, VS 17.9.34728.123
ios               17.2.8062/8.0.100      SDK 8.0.300, VS 17.10.34902.84, VS 17.9.34728.123
maccatalyst       17.2.8062/8.0.100      SDK 8.0.300, VS 17.10.34902.84, VS 17.9.34728.123
maui              8.0.21/8.0.100         SDK 8.0.300
maui-android      8.0.21/8.0.100         SDK 8.0.300
maui-ios          8.0.21/8.0.100         SDK 8.0.300
maui-windows      8.0.21/8.0.100         SDK 8.0.300, VS 17.10.34902.84, VS 17.9.34728.123
wasm-tools        8.0.5/8.0.100          SDK 8.0.300, VS 17.9.34728.123

the ios workload`s version was 17.2.8053 instead of newest 17.2.8062!


But in /Users/XXX/Library/Caches/Xamarin/XMA/SDKs/dotnet/sdk-manifests/8.0.100, the ios version is indeed 17.2.8062 !!!

Then I found the folder name below /usr/local/share/dotnet/sdk-manifests/8.0.100 is still the previous version 17.2.8053 instead of 17.2.8062.

After Copying the 17.2.8062 From C:\Program Files\dotnet\sdk-manifests\8.0.100\microsoft.net.sdk.ios\17.2.8062
to Mac /usr/local/share/dotnet/sdk-manifests/8.0.100
I finally paired to mac successfully.


The question is why [pair to mac] used the incorrect local dotnet instead of the dotnet installed via dotnet-install.sh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s/move-to-vs-feedback Tells automation to ask the person to use VS Feedback to report the issue t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests