News

Microsoft Previews .NET MAUI Extension for VS Code

Brand new in the Visual Studio Code Marketplace is a .NET MAUI tool that provides cross-platform developers with easy access to the evolution of Xamarin.Forms that adds the ability to create desktop apps.

.NET MAUI (Preview) has been installed 31 times as of this writing. However, it's not a standalone offering, designed to be used in conjunction with the C# Dev Kit, which debuted last month and is designed to improve the C# development experience on Linux, macOS, Windows and more (see "What's in Microsoft's New C# Dev Kit for Visual Studio Code").

[Click on image for larger view.] .NET MAUI (Preview) (source: Microsoft).

The tool's description indicates it's actually built on top of that C# Dev Kit, along with Microsoft's main C# extension (22 million installs), which helps provide IntelliSense code completion along with an intuitive Solution Explorer, package management and so on. Installing the new .NET MAUI extension will automatically installs the C# extensions also.

The new tool adds more features for .NET developers building multi-platform apps, including:

  • Hit F5 to debug your app on emulators, simulators and devices
  • Switch between different startup projects and target frameworks
  • Write your cross-platform C# and XAML anywhere VS Code runs
[Click on image for larger view.] All the Tooling (source: Microsoft).

"The .NET MAUI extension lets you develop and debug your app on devices, emulators, and simulators from VS Code," Microsoft said in an announcement today (July 11). ".NET MAUI and C# Dev Kit borrow some familiar features from Visual Studio to enhance your productivity, making your mobile and desktop development delightful with C# in VS Code."

However, the new tool also borrows something else from the C# Dev Kit: pricing (as opposed to "free").

"Given C# Dev Kit and the .NET MAUI extensions build on the same foundations as Visual Studio for some of its functionality, it uses the same license model as Visual Studio," Microsoft said. "This means it's free for individuals, as well as academia and open-source development, the same terms that apply to Visual Studio Community. For organizations, the C# Dev Kit and its family of extensions are included with Visual Studio Professional and Enterprise subscriptions, as well as GitHub Codespaces. For additional details see the license terms."

Those license terms came under fire from some developers, including former Microsoft employee and Xamarin co-creator Miguel de Icaza.

Microsoft is soliciting feedback on this Preview 1, which can be provided from within VS Code or via the project's GitHub repo.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events