News

Uno Platform 4.7 Sports New Project Template

A New Project Template highlights the list of new features in Uno Platform 4.7, for creating single-source, multi-platform applications that let developers reuse 99 percent of the business logic and UI layer across native mobile, web and desktop projects.

The open source Uno Platform is a partner of Microsoft in the dev tooling space, claiming the only offering that enables development of single-codebase applications for Windows, WebAssembly, iOS, macOS, Android and Linux, targeting all OSes and browsers. It has also teamed up with Redmond on various projects and has sometimes implemented new tech before Microsoft itself. For example, it was the first to provide Ahead of Time (AOT) compilation for WebAssembly, the tech behind client-side Blazor.

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

In the new v4.7 release -- the company's first of 2023 -- the New Project Template is the company's response to community feedback.

"Uno Platform 4.7 brings an updated solution template without using a Shared project," the company announced last week. "In our 2023 Community Survey, we've heard the community feedback about this aspect of our templates being commonly confusing. Thank you for bringing this forward so vocally!"

The non-confusing template looks like this:

New Project Template
[Click on image for larger view.] New Project Template (source: Uno Platform).

"In this updated solution template, the 'Shared Project' is replaced by a regular cross-platform library containing all user code files," Uno Platform said. "This also implies that package references can be included in a single location without the previous need to include those in all project heads." The company said developers aren't required to use the new template and don't need to update to using a class library if they're using a Shared project based structure.

The dev team also unified font loading functionality in projects and noted that it built upon previous library assets work to ensure the Uno Fluent Symbols font is now automatically included when building projects, so there's no longer a need to manage individual font files in project heads. "This change has been made possible by the unification of font loading in projects," the company said. "The presence of a font file in a solution project with the 'Content' build action automatically makes the font available for use in an app. Fonts can also be included in NuGet packages and be transitively used in the project using them."

Performance improvements were also made across a selection of platform areas, including updates to XAML Trimming, .NET 7 WebAssembly, .NET Native AOT, Android and more.

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