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

  • AdaBoost Binary Classification Using C#

    Dr. James McCaffrey from Microsoft Research presents a C# program that illustrates using the AdaBoost algorithm to perform binary classification for spam detection. Compared to other classification algorithms, AdaBoost is powerful and works well with small datasets, but is sometimes susceptible to model overfitting.

  • From Core to Containers to Orchestration: Modernizing Your Azure Compute

    The cloud changed IT forever. And then containers changed the cloud. And then Kubernetes changed containers. And then microservices usurped monoliths, and so it goes in the cloudscape. Here's help to sort it all out.

  • The Well-Architected Architect on Azure

    In the dynamic field of cloud computing, the architect's role is increasingly pivotal as they must navigate a complex landscape, considering everything from the overarching architecture and individual service configurations to the various trade-offs involved. Here's help.

  • Windows Community Toolkit Update Improves Controls

    The Windows Community Toolkit advanced to version 8.1, adding new features, improving existing controls and making dependency changes.

Subscribe on YouTube