News

Visual Studio 2017 v15.9 Preview 3 Improves Xamarin, TypeScript, More

Microsoft announced the third preview of Visual Studio 2017 v15.9, improving Xamarin and TypeScript functionality along with a bevy of other improvements.

For mobile developers, Visual Studio Tools for Xamarin gets new support for Xcode 10, Apple's IDE for creating iOS 12 apps to run on a variety of devices. Just released a few weeks ago, Xcode 10 provides new functionality such as Siri shortcuts (quicker ways to do common tasks).

"iOS 12 adds Siri Shortcuts, allowing all types of apps to expose their functionality to Siri," Microsoft's, Angel Zhou program manager, Visual Studio, said in a post last week. "Siri then learns when certain app-based tasks are most relevant to the user and uses this knowledge to suggest potential actions via shortcuts."

On the Android front, Visual Studio now supports Xamarin.Android 9.1 and its associated initial build performance improvements. More details on those improvements is available in the post Build Performance Results.

Beyond the mobile arena, Visual Studio beefed up its TypeScript/JavaScript functionality. "We now support project references, which provide functionality for splitting a large TypeScript project into separate builds that reference each other," Zhou said. "We have additionally rolled out the ability to easily update your project to the latest TypeScript 3.0 with our file renaming feature that also integrates project references. Now, if you rename your JavaScript or TypeScript file, the language service offers to fix references across your project."

Another notable update now allows for ARM64 support for Universal Windows Platform (UWP) applications. More details on that and other new functionality -- including a C++ Standard Library update -- can be found in the full 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