DebuggingUsingsInsertor 1.0.5904.40201

dotnet add package DebuggingUsingsInsertor --version 1.0.5904.40201
NuGet\Install-Package DebuggingUsingsInsertor -Version 1.0.5904.40201
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="DebuggingUsingsInsertor" Version="1.0.5904.40201" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DebuggingUsingsInsertor --version 1.0.5904.40201
#r "nuget: DebuggingUsingsInsertor, 1.0.5904.40201"
#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 DebuggingUsingsInsertor as a Cake Addin
#addin nuget:?package=DebuggingUsingsInsertor&version=1.0.5904.40201

// Install DebuggingUsingsInsertor as a Cake Tool
#tool nuget:?package=DebuggingUsingsInsertor&version=1.0.5904.40201

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.

Please if you have any questions or suggestions, send them to the github repository issues here:
https://github.com/jakubsuchybio/DebuggingUsingsInsertor-Analyzer/issues

Thank you.

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
1.0.5904.40201 3,293 3/1/2016

Summary of changes made in this release of the package.