microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
208 stars 7 forks source link

[SUGGESTION] Support iOS and Android development without MAUI #470

Open NickDarvey opened 10 months ago

NickDarvey commented 10 months ago

Describe the feature you'd like

(This might be already planned or supported, but it's not documented.)

Given the early retirement of Visual Studio for Mac and that MAUI is built upon whatever we call Xamarin.iOS and Xamarin.Android these days, will using the bindings directly be supported in the .NET tooling in VS Code?

Specifically, I'm looking for these features as touted on the .NET MAUI VS Code extension:

with the addition of:

Alternatives considered

JetBrains Rider

Environment Information

No response

kvenkatrajan commented 8 months ago

FYI - @webreidi

jkapsouras commented 8 months ago

I have a similar recommendation. I try to use vs code for a .net ios/ .net android solution (migrated from xamarin, three projects - shared + ios/android) but vs code recognises only the android project.

Screenshot 2023-11-03 at 11 00 55 AM Screenshot 2023-11-03 at 11 01 14 AM Screenshot 2023-11-03 at 11 01 37 AM
jkapsouras commented 8 months ago

An update on this. I managed to work it out in a different project. So VS code is supporting multi platform .net (but not maui) projects out of the box @NickDarvey . I used vs studio and rider to migrate xamarin to .net and now I am able to build and debug the projects from vs code. I just have to find out why vs code not finding the ios project on my other solution.