News

What's New in Visual Studio for Mac 7.4

Microsoft this week announced the availability of Visual Studio for Mac 7.4, which now supports recent versions of Android, macOS and C# among many other new features.

While new functionality has been introduced -- such as support for Android Oreo 8.1 and macOS High Sierra -- Microsoft said a primary focus of the dev team for VS for Mac 7.4 was fixing reported issues like memory leaks, performance problems and stability concerns.

Myriad issues fixed in this release range from the IDE hanging when a Xamarin.Forms project is loaded to not having to restart the IDE to get unit tests to run as expected.

The new support for Android Oreo 8.1, meanwhile, means Xamarin.Android developers can leverage newer technology such as:

On the Xamarin.iOS side of things, the team boosted wireless deployment and debugging functionality across both iOS and AppleTV devices. "When a device is connected via a network and ready to be used for deployment, it now shows up in the device target list, as if the device were connected through USB," Microsoft said in the release notes.

Associated with that, developers are now asked to unlock a deployment device before an app is launched, which can now be done without interrupting a debugging session.

Visual design tooling was also updated for both the iOS and Android designers.

Support for the new C# 7.1 means developers can avail themselves of new functionality such as an async Main method, default literal expressions and inferred tuple element names. You can read more about that new functionality in this article. Microsoft also detailed Roslyn-powered core architectural changes for C# editing that provide improved IntelliSense performance and typing responsiveness.

At the same time VS for Mac 7.4 was announced, Microsoft shipped Visual Studio 2017 15.6, with improved solution load performance topping a list of new functionality.

More details about what's new in VS for Mac 7.4 can be found in our earlier coverage of a preview release.

Visual Studio for Mac was introduced after Microsoft's acquisition of Xamarin, building upon that company's Xamarin Studio IDE, which was in turn based on the open source MonoDevelop project. It serves as an adjunct offering along with the Windows-based Visual Studio family of IDEs (which include Xamarin for cross-platform mobile apps) for development on a Mac machine. It comes in Community (free), Professional and Enterprise versions.

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