UsingsInsertor 1.0.5904.39229

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package UsingsInsertor --version 1.0.5904.39229
NuGet\Install-Package UsingsInsertor -Version 1.0.5904.39229
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UsingsInsertor" Version="1.0.5904.39229" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UsingsInsertor --version 1.0.5904.39229
#r "nuget: UsingsInsertor, 1.0.5904.39229"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UsingsInsertor as a Cake Addin
#addin nuget:?package=UsingsInsertor&version=1.0.5904.39229

// Install UsingsInsertor as a Cake Tool
#tool nuget:?package=UsingsInsertor&version=1.0.5904.39229

This is an example of roslyn analyzer, that can create diagnostics when there are missing some usings, that are required for using debugging data transformation via lambdas and Linqs in Watch or Immediate windows.

Because Microsoft still haven't added support for post-loading libraries like System.Linq when debugging and therefor it is impossible to use Linq data transformations inside Watch or Immediate windows when debugging.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Summary of changes made in this release of the package.