Describe the issue
If I only have .NET 11 globally installed (with MAUI workloads) and I try to create a new project from VS Code, I won't see the MAUI/iOS/Android templates.
It seems C# DevKit is using a .NET 10 installation somewhere, which doesn't have MAUI workloads so it doesn't have anything to show.
Similar root cause as #3440, it might need to recognize the global .NET 11 installation somehow
Note: seems CSI can also reproduce this with a .NET 10 global installation somehow
Collect logs
csdevkit-logs-2026-08-24T16-09-45.zip
Steps to reproduce
- Ensure .NET 11 only is installed globally
- Explorer: Create .NET project -> MAUI templates doesn't show up
Expected behavior
MAUI/Android/iOS template always exist in "Create a new .NET project" list
Environment information
- VSCode: 1.136.0-insider (Universal)
- .NET SDK: 11.0.100-preview.7.26381.103
- MAUI: 11.0.0-preview.7.26403.4
Extensions:
Describe the issue
If I only have .NET 11 globally installed (with MAUI workloads) and I try to create a new project from VS Code, I won't see the MAUI/iOS/Android templates.
It seems C# DevKit is using a .NET 10 installation somewhere, which doesn't have MAUI workloads so it doesn't have anything to show.
Similar root cause as #3440, it might need to recognize the global .NET 11 installation somehow
Note: seems CSI can also reproduce this with a .NET 10 global installation somehow
Collect logs
csdevkit-logs-2026-08-24T16-09-45.zip
Steps to reproduce
Expected behavior
MAUI/Android/iOS template always exist in "Create a new .NET project" list
Environment information
Extensions: