Visual Studio Toolbox

5 Top, No-Cost .NET Core Extensions for Visual Studio 2019

Visual Studio 2019 just launched, and .NET Core 3 isn't even here yet, but already there are many useful Visual Studio extensions available to help developers get a head start on the future of Microsoft-centric programming.

In the best of worlds, the open source, cross-platform .NET Core 3 would have been available as a general availability release when VS 2019 launched on April 2, as it's central to Microsoft's new development direction. The company has made it clear .NET Core is the future and is prodding developers to get onboard and forget (well, at least deprecate) the ageing, Windows-only .NET Framework.

However, even though .NET Core 3 wasn't ready at VS 2019 launch time, the .NET Core 3 release candidate and v2.x editions can be put through their paces in the flagship IDE. To help with that, there are already numerous Visual Studio 2019 extensions that can help in different ways, ranging from providing templates that typically already include boilerplate code to help coders get started quickly, to conversion tools, to simple one-function code helpers.

Here then, is a look at some of the top, free extensions in the Visual Studio Marketplace -- with an emphasis on those that are tagged with ".NET Core 3" or mention that term -- that target Visual Studio 2019, as measured by subjective "relevance" and the number of downloads:

  • Convert Project To .NET Core 3
    This project from Brian Lagunas is an experimental work in progress with a great promise (if fulfilled): convert a Windows Presentation Foundation (WPF) project for use with .NET Core 3.
    Convert Project To .NET Core 3
    [Click on image for larger view.] Convert Project To .NET Core 3 (source: Brian Lagunas).

    As such, it has only been downloaded 456 times (367 installs), earning an average rating of 4 (scale to 5) from three developers who reviewed it.

    Its specific promise is: "When you convert your application, the extension will update your CSPROJ file to the new .NET Core SDK style format."

    What it keeps:

    • Maintains the project version (uses AssemblyVersion)
    • Maintains property groups
    • Maintains all project references
    • Maintains all items where the "Build Action" is Resource (everything else is removed)
    • Maintains all NuGet packages (it deletes the packages.config file)
    • Comments out all Assembly related attributes in the AssemblyInfo.cs file

    However, currently references are not retained, so developers will have to re-add any references manually. Although a work in progress that needs finishing, this tool (or similar ones) is likely to be in great demand when .NET Core 3.0 rolls out later this year. Read more here.

  • Dotfuscator - .NET Obfuscator & App Hardening
    This comes from PreEmptive Solutions with the aim of improving compliance and hindering attacks against .NET, Xamarin, UWP, .NET Core and Unity Apps. It comes in a community edition as well as a for-pay professional edition.

    Its description reads:

    Dotfuscator is a .NET Obfuscator and App Hardener that helps companies with apps "worth protecting" secure trade secrets (IP), reduce piracy/counterfeiting, and protect against tampering and unauthorized debugging. Dotfuscator works with all flavors of .NET including Xamarin, Unity, ASP-NET, and UWP apps. PreEmptive Protection also supports Java/Android and iOS apps.

    Apps that may need to be protected, the company said, include those with innovative features, that contain sensitive data, that perform a critical function or are shipped internationally.

    Dotfuscator - .NET Obfuscator & App Hardening
    [Click on image for larger view.] Dotfuscator - .NET Obfuscator & App Hardening (source: PreEmptive Solutions).

    By combining binary hardening, detection and defense and alert controls, the company said it provides risk mitigation for threats such as: intellectual property theft; fraud and unauthorized access; trust and brand damage; confidential data theft; and revenue loss.

    The marketplace item lists nearly 26,000 "clicks" (not downloads or installs) and an average 4.2 rating from 18 reviewers. It covers VS editions ranging from 2019 back to 2012. Read more here.

  • .NET Core REST API Template
    Coming from Jon Mikel Inza, this project template is designed to accelerate the creation of .NET Core 2.1.x API projects, though, like others targeting v2.x .NET Core editions, it can probably be easily upgraded to support .NET Core 3.

    Inza says this extension (which works with VS 2019 and 2017) helps coders create a .NET Core solution by taking into account:

    • DI according to .NET Core 2.1.x practices (without external dependencies)
    • Exception handling settings according to .NET Core 2.1.x practices (exception and validation filters are not required anymore)
    • AppSettings (.NET Core 2.1.x way)
    • Mapping settings (based on Automapper)
    • OpenAPI basic configuration (can be enabled/disabled by configuration)
    • API Versioning

    Inza has provided documentation (for VS 2017) to use the extension, which has 22,550 downloads (15,287 installs) and a perfect 5 rating from two reviewers. Read more here.

  • C# Console App Boilerplate
    Created by Wei Ye, this tool has been installed more than 9,500 times, even though it's humbly described as "Yet another C# console app project template with batteries included."

    Listed benefits include:

    • The benefits of using this template are:
    • New SDK csproj file
    • Asynchronous Main method
    • Overall exception handling
    • Stopwatch to measure the total time
    • UTF-8 support
    • .NET Core support
    • Installed log4net with configuration for console and file appenders
    • Latest Vanilla library of lovely extensions

    The extension works with VS 2019 and 2017. It has only one review, rating it a 5. Read more here.

  • OpenAPI (Swagger) Connected Service
    Developed by Dmitry Pavlov, this extension provides a connected service for Visual Studio to generate OpenAPI (Swagger) Web service references. Specifically it generates C# HttpClient code for OpenAPI (formerly Swagger API) Web service with NSwag.
    Unchase OpenAPI (Swagger) Connected Service
    [Click on image for animated larger view.] Unchase OpenAPI (Swagger) Connected Service (source: Dmitry Pavlov).

    Resident Visual Studio Magazine Practical .NET columnist Peter Vogel has used NSwag, stating his purpose in writing about it: "In part I'm doing this to illustrate one of the attractive aspects of the OpenAPI specification: The variety of tools that support it (Visual Studio has no built-in support, though)."

    Along with Vogel's review (and his article on Swagger, or the OpenAPI specification), developers can also read Pavlov's GitHub post on how to add generated HttpClient to ASP.NET Core dependency injection (DI).

    The extension has been downloaded 1,267 times (729 installs) and has a 5 rating from three developers. Read more here.

There are many more extensions available in the Visual Studio Marketplace for using Visual Studio 2019 and .NET Core (even the preview v3), but keep in mind that the site's search mechanism doesn't seem to work correctly when searching for tags, as a search specifically for ".NET Core 3" tagged entries brings up many that not only don't feature the tag but don't even mention the term.

However, the marketplace has tools to winnow your results in other ways, so you can do your own investigations to, for example, search for items tagged with ".NET Core 3" that are free and work with Visual Studio 2019 and so on, even specifying the category of extension (templates, tools).

Stay tuned for more .NET Core 3 tooling coming soon.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube