News

XAML Hot Reload for Xamarin.Forms Previewed in Visual Studio 2019 for Mac 8.3

Visual Studio 2019 for Mac 8.3 debuted yesterday (Sept. 23) with quicker Xamarin UI changes testing, an improved Web development experience and more.

"We are making XAML Hot Reload for Xamarin.Forms available in this release as a preview," said Jordan Matthiesen, senior program manager, in an announcement post. "XAML Hot Reload enables you to rapidly iterate on your Xamarin.Forms UI without needing to build and deploy. When debugging your app, you can now edit your XAML and hit save to see the changes immediately reflected on the running app. This works on all valid deployment targets, including simulators, emulators, and physical devices. To get started, check out the XAML Hot Reload documentation."

All of the IDE's Web editors have been updated -- borrowing from Visual Studio for Windows -- as part of the goal of optimizing the ASP.NET Core developer workflow.

Also on the Web side, automatic File Nesting for ASP.NET Core projects is provided with applied rules borrowed from Visual Studio for Windows, along with support for targeting multiple Web browsers in ASP.NET Core app debugging.

Matthiesen also touted Android 10, Xcode 11 and iOS 13 support for Xamarin.

Also, new "Delighters" were introduced in response to developer feedback asking for support of more keyboard shortcuts found in Visual Studio for Windows. Upon launch, the IDE provides a prompt with which developers can choose what keyboard shortcuts they prefer to use, with choices being: VS for Mac, VS for Windows, Visual Studio Code or Xcode.

Another new feature is multi-targeting functionality, to build for multiple .NET frameworks when developers have to use APIs in .NET frameworks that don't support .NET Standard, a formal specification for APIs that are intended to be available on all .NET implementations.

"Recently, we included support for working on projects that support multi-targeting, another highly requested feature," Matthiesen said. "When editing code in one of these projects, you can use a Target Framework drop down at the top of the editor window to focus your editing experience on a specific target framework."

VS for Mac 8.3 also sports: support for .NET Core 3.0, .NET Standard 2.1, and C# 8.0; and NuGet solution-level package management.

All of the above and much more is explained in more detail in the release notes.

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