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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube