News

Uno Platform 5.3 Enhances Hot Reload UI

Uno Platform 5.3 shipped with enhanced Hot Reload UI functionality, full support for the Rider IDE from JetBrains and more.

The Uno Platform helps developers use a single codebase to create native apps across mobile, web, desktop and embedded systems with its open source project that the company says is the only offering that enables single-codebase development for Windows, WebAssembly, iOS, macOS, Android and Linux, targeting all OSes and browsers. The Uno Platform dev team has also collaborated with Microsoft on various projects and has sometimes implemented new tech before Microsoft itself.

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

Hot Reload, the ability to instantly see the effect of code changes in a running project, is an essential tool for developers, and its functionality is being enhanced to provide better insights into its operations in the update, Uno Platform said. A new visual indicator will display information each time Hot Reload is triggered, which helps monitor changes during development. This indicator is enabled by default in debug mode for applications created using the template.

The feature is available on all IDEs and targets supported by Uno Platform, excluding WinAppSDK, which already has its own indicators. The indicator's position is adjustable using a handle, and it can be disabled via the EnableHotReload(false) parameter in App.xaml.cs.

Each time a hot-reload occurs, a toast notification appears, showing whether the changes were applied successfully and specifying which C# classes or files were modified.

Other highlights of the release include full, official support for the JetBrains Rider IDE, akin to what is available for Microsoft's flagship IDE, Visual Studio, and the open-source-based, cross-platform Visual Studio Code editor.

"We are excited to announce the official support for Rider, with a new extension on the JetBrains marketplace," the company said in a July 23 announcement. "So far developing Uno Platform applications with Rider was possible, but admittedly the setup required manual steps which made this process rather tedious. Starting this release, the development experience Rider developers have is on par with that of Visual Studio and VS Code developers."

Among more than 350 enhancements, the company also listed:

  • .NET support update for .NET 7 and .NET 9 preview
  • Simplified versioning
  • New default font on all platforms
  • Variable fonts support
  • SkiaSharp 3 preview support
  • WinUI ItemsView control support
  • WinUI SelectorBar control support

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