VarReplacer by Peter Spada

<PackageReference Include="VarReplacer" Version="1.0.0" />

Package Files

2,818 bytes

 VarReplacer 1.0.0

This is a Visual Studio plugin that will help you replace use of "var" in your C# code with the actual type name.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>VarReplacer</id>
    <version>1.0.0.0</version>
    <title>Var Replacer C#</title>
    <authors>Peter Spada</authors>
    <owners>Peter Spada</owners>
    <licenseUrl>https://github.com/spadapet/var-remover-vsix</licenseUrl>
    <projectUrl>https://github.com/spadapet/var-remover-vsix</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This is a Visual Studio plugin that will help you replace use of "var" in your C# code with the actual type name.</description>
    <copyright>Copyright 2016</copyright>
    <tags>var remove replace types c#</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>