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 for Converge360.

comments powered by Disqus

Featured

  • Logistic Regression with Batch SGD Training and Weight Decay Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end program that explains how to perform binary classification (predicting a variable with two possible discrete values) using logistic regression, where the prediction model is trained using batch stochastic gradient descent with weight decay.

  • Dev Asks, and 7 Years Later Python in VS Code Delivers Django Unit Test Support

    "We are excited to announce support for one of our most requested features: you can now discover and run Django unit tests through the Test Explorer!"

  • OData Finally Ditches Old .NET Framework

    "The most disruptive change we are making in this release is dropping support for .NET Framework."

  • .NET MAUI, ASP.NET Core Polished in First Release Candidate for .NET 9

    Microsoft shipped the first release candidate for .NET 9, which is nearing feature completeness and production readiness in advance of its November debut.

Subscribe on YouTube