Santos Ray Victorero, II
Santos Ray Victorero, II
Yes I agree, I upgraded VS 2022 to v17.3.0, removed the global.json with SDK(6.300) and the problem is still there: C:\Program Files\dotnet\sdk\6.0.400\Sdks\Microsoft.NET.Sdk.BlazorWebAssembly\targets\Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets(614,5): error MSB6006: "C:\Program Files\dotnet" exited with code 1.
BTW, this app works fine with Android and Windows.
I have not been able to pair to my Mac either since I updated to Ventura: See https://github.com/dotnet/maui/issues/10979 Also as you can see from my post this is a Grpc...
Finally I was able to pair to my Mac and I created a repro of this bug at: https://github.com/SantosVictorero/Maui-Practice/tree/master
> hi @SantosVictorero, did you find any workaround for this issue? Sorry @AramMar, I just saw your post. I never found a workaround, I had to postpone that project.
> Grpc is deprecated: https://grpc.io/blog/grpc-csharp-future/ > > Use [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) instead: https://github.com/grpc/grpc-dotnet > > See also https://learn.microsoft.com/en-us/aspnet/core/grpc/?view=aspnetcore-7.0 @rolfbjarne, thanks for the late reply! :-)