News

New Visual Studio 2019 for Mac v8.6 Features Integrated Terminal, Blazor WebAssembly Templates

Microsoft's Visual Studio 2019 for Mac version 8.6 was announced at this week's Build developer conference, featuring an integrated terminal, templates for Blazor WebAssembly applications and gRPC service projects, fixes for crashes and hangs, and more.

The new release comes less than two months after v8.5 shipped and more than a year after a quality and reliability push to address problems by borrowing internals from the flagship Windows version.

Issues filed about the IDE were further addressed in this week's announcement post, in which Dominic Nahous, senior lead program manager, said, "We’ve been working hard to address issues our users encounter in Visual Studio for Mac in their average day. As part of our efforts in improving the overall experience, we’ve released a handful of new changes that address some of the top reported issues, with highest priority to unhealthy (crashing and hanging) sessions."

As for new features, Nahous highlighted:

Integrated Terminal
This is said to minimize context switching and boost productivity by offering:

  • Sensible defaults
  • Search
  • Integration with the Mac terminal
  • Multiple instance support
  • Configurable terminal font

The terminal stems from a Jan. 11, 2019, feature request on the Developer Community site.

Searching with the Integrated Terminal
[Click on image for larger view.] Searching with the Integrated Terminal (source: Microsoft).

The terminal was detailed in full in a an April 8, blog post announcing it in preview.

Other highlights detailed in the announcement post include:

Blazor WebAssembly
The new release introduces templates for Blazor WebAssembly -- the client-side component of ASP.NET Core's Blazor -- which allows for browser-based web applications coded with .NET and C# instead of JavaScript. The new update also has support for creating Progressive Web Apps (PWAs). Instructions on how to do that were posted recently. Blazor WebAssembly 3.2 was also announced this week.

gRPC
As mentioned, v8.6 also includes a template for creating gRPC service projects, with support for hosting ASP.NET Core, along with C# tooling support for .proto files.

gRPC -- a language-agnostic, high-performance Remote Procedure Call (RPC) framework -- is .NET Core's answer to the lack of Windows Communication Foundation (WCF) functionality that didn't make the transition from the Windows-only .NET Framework to the new open source, cross-platform "Core" approach.

Nahous said its benefits include:

  • Modern, high-performance, lightweight RPC framework.
  • Contract-first API development, using Protocol Buffers by default, allowing for language agnostic implementations.
  • Tooling available for many languages to generate strongly-typed servers and clients.
  • Supports client, server, and bi-directional streaming calls.
  • Reduced network usage with Protobuf binary serialization.

Nahous also highlighted a more robust sign-in experience, the ability to drag and drop to set the next statement to be executed when the debugger is paused, improved discoverability via improved version control and refactoring command names and more.

Microsoft is seeking feedback on the new release through suggestions and problem reports.

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