C# diagnostic and code fix that detects uses of the 'var' keyword in which the type is not explicit in the initializer expression, and offers to replace 'var' with the type name.
Info
Version: | 1.1.2.41 |
Author(s): | Interact Software |
Last Update: | Friday, July 29, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/interactsw/flyntax |
NuGet Url: | https://www.nuget.org/packages/Flyntax.AvoidVar |
Install
Install-Package Flyntax.AvoidVar
dotnet add package Flyntax.AvoidVar
paket add Flyntax.AvoidVar
Flyntax.AvoidVar Download (Unzip the "nupkg" after downloading)
Dependencies
Tags