News

Uno Platform VS Code Extension Adds Mobile Debugging

Uno Platform, which offers a framework for building cross-platform applications with .NET, announced a new version of its Visual Studio Code extension that adds mobile targeting.

That means VS Code devs can now use the tool to debug both Uno Platform and .NET MAUI applications for iOS and Android.

"The mobile debugging has been a highly requested item from the community," the company's Sasha Krsmanovic told Visual Studio Magazine. "This is a game changer as VS Code, with all the extensions it has in the marketplace, is starting to rival Visual Studio itself."

Uno Platform/.NET applications are based on the same foundation as .NET MAUI, Microsoft's cross-platform UI framework that is part of .NET 8. Uno Platform extends .NET MAUI to WebAssembly and Linux, as well as other platforms such as macOS and Windows. Uno Platform also enables Blazor WebAssembly applications to run on desktop and mobile platforms with native controls and features.

[Click on image for larger view.] Uno Platform Projects XAML Completion, Hot Reload and Debugging Support for VS Code (source: Uno Platform).

A May 2 blog post expanded on Krsmanovic's IDE comparison: "Just like in a fully fledged IDE like Visual Studio, you can now set breakpoints, exceptions, conditional breakpoints, logpoints and variables in your code or 3rd party code using SourceLink and sources embedded inside PDB."

Supporting features such as hot reload and IntelliSense-like code autocompletion, the extension now helps developers use VS Code to create, run and debug web, desktop and mobile applications using C# and XAML, working across Windows, Web/WebAssembly, iOS, macOS, Android and Linux.

The extension's marketplace description now indicates the tool provides:

  • XAML hot reload for mobile targets
  • XAML code completion for mobile targets
  • Debugging on mobile targets
  • XAML code completion on web targets
  • C# hot reload
  • Code-behind navigation from a XAML file

Here's a matrix that summarizes the features available to .NET developers for desktop, web and mobile targets:

[Click on image for larger view.] Feature Summary (source: Uno Platform).

The new version of the Uno Platform VS Code extension is available for download from the VS Code Marketplace. Along with working on Windows, macOS and Linux, it can also connect to remote instances of VS Code for debugging iOS applications on a macOS computer.

The tool has been installed more than 9,000 times, earning a perfect score of 5.0 from three developers who reviewed it.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • 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.

Subscribe on YouTube

Upcoming Training Events