-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
I have a problem here.
The problem occurs on my older project and the same behavior occurs when a new clean project is created in Windows Visual Studio 2026 (Mac-Parallels desktop), there you can only build for android.
When I open this project at old or completely new for .net 10 in Visual studio code with the correct .NET MAUI extensions (it worked without problems before) it gives me an error
Microsoft.NET.ILLink.Tasks
I tried everything, completely uninstalling VSC and Android Studio and Xcode and all available options and I tried to put implicitly in .csproj
and it doesn't work. I can't build and it still requires Microsoft.NET.ILLink.Tasks.
Finally, with Visual Studio 2026 (18.0.0 -18.0.2 ) -> Windows 11 (Mac - Parallels Desktop)
Hot reload does not work on a physical Android device.
(I tried it on a Samsung Galaxy S21 Ultra - One UI -7.0 - Android -15)
Steps to Reproduce
- Create a new MAUI .Net 10 project in VS 2026 in Windows 11 Pro (I used Parallels desktop)
- Try to build for Android (it will succeed)
- Open the same project in MacBook VS Code with the correct extensions for MAUI
- Try to build for iOS or Android and it will give an error
Link to public reproduction project repository
No response
Version with bug
10.0.10
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.100 SR10
Affected platforms
iOS, Android
Affected platform versions
Visual Studio 2026 (Mac - Windows 11 Pro - Parralels Desketop) - MAC - Visual Studio Code)
Did you find any workaround?
I have tried all the methods and without result.