News

What's New in Visual Studio 2019 for Mac v8.7

Microsoft shipped Visual Studio 2019 for Mac version 8.7, boosting functionality around ASP.NET Core, unit testing integration, Xamarin.Forms, Quick Actions/Refactorings and more.

Here's a look at what's new:

  • gRPC and OpenAPI Client Generation: On the ASP.NET Core side of things, developers can generate an API client from an existing OpenAPI or gRPC service, specifically gaining functionality to:
    • generate the client from a local file or URL
    • manage service references
    • regenerate the client code if the service changes
  • Right-Click to Run Unit Tests: Developers can now kick off tests with a right-click in:
    • a C# class file if it contains unit tests
    • the body of a test class
    • the body of a test method

    Also, a right-click to bring up the context menu for the editor now shows two new options: Run Test(s) and Debug Test(s). The announcement post also details:

    • Rules for determining which tests to run
    • Right-click in the solution pad to run tests
    • Configuring keybindings
    • Smarter integration with Unity
  • Xamarin Forms 4.8: There is more support for this v4.8, which primarily focuses on:
    • Stabilizing current features
    • Graduating experimental features to stable
    • Providing Gradient Brush support
    The new Gradient Brush
    [Click on image for larger view.] The new Gradient Brush (source: Microsoft).
  • Quick Actions and Refactorings: These include:
    • Generate comparison operators for types that implement IComparable
    • Generate IEquatable operators when generating .Equals for structs
    • Create and initialize properties or fields for all unused constructor parameters
    • IntelliSense completion in DateTime and TimeSpan string literals
    • Warning and code fix when a suppression operator is present but has no effect
    • Generate properties when generating a constructor in a type

"This release also includes initial support for macOS Big Sur, with the exception of Xamarin support," said Jon Galloway, senior program manager, Visual Studio for Mac, in the Aug. 6 announcement. "macOS Big Sur support for Xamarin is expected in one of the first servicing releases for Visual Studio for Mac 8.7."

The update is available here.

The latest edition of the Mac IDE's Windows counterpart, Visual Studio 2019 v16.7, was also released this week.

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