News

Azure Functions Support Highlights Visual Studio for Mac 7.6 Release

The latest update for Visual Studio for Mac focuses on improving code editor reliability, IDE performance and working with Azure Functions.

The improved support for Azure Functions in v7.6 is a nod toward cloud developers targeting event-driven, "serverless" computing apps, with server provisioning and management being taken care of automatically.

That's even easier with new templates that cloud developers can now use in the IDE to get a jump-start on creating Azure Functions projects. They handle functionality such as configuring access rights, connection strings and other configuration binding properties.

Also, the new release allows Mac-based developers to easily publish functions to the Azure Portal. "To publish a function, simply right-click on the project name and select Publish > Publish to Azure. You’ll then be able to publish to an existing Azure App Service or use the publishing wizard to create a new one," Microsoft's Dominic Nahous said in an Aug. 20 blog post.

In improving the reliability of the code editor, Nahous said several issues were fixed, including IntelliSense for F# developers, JavaScript syntax highlighting and cases where tooltips and IntelliSense red "squiggles" persisted when they should have disappeared.

On the IDE improvement front, Nahous said, "One of the top reported bugs in previous releases has been performance issues in the editor. Having a fast and reliable code editor is a fundamental part of any IDE and an important part of any developer’s workflow, so we’ve made some improvements in this area."

He listed those as:

  • Improved tag-based classification for C# with PR #4740 by reusing existing Visual Studio for Windows code, which should improve typing performance in the editor.
  • Support for no-op restore of NuGet packages when opening a solution. This change speeds up NuGet restores on solution load.

More information on these and other fixes/improvements can be found in the Visual Studio for Mac 7.6 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