Clide 1.2.1301.915

There is a newer version of this package available.
See the version list below for details.
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 Clide --version 1.2.1301.915
NuGet\Install-Package Clide -Version 1.2.1301.915
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="Clide" Version="1.2.1301.915" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Clide --version 1.2.1301.915
#r "nuget: Clide, 1.2.1301.915"
#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 Clide as a Cake Addin
#addin nuget:?package=Clide&version=1.2.1301.915

// Install Clide as a Cake Tool
#tool nuget:?package=Clide&version=1.2.1301.915

High-level, composable and testable APIs for working with Visual Studio.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Clide:

Package Downloads
Clide.Windows

Clide.Windows

Clide.Mac

Clide.Mac

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Clide:

Repository Stars
godotengine/godot-csharp-visualstudio
Godot C# extension for Visual Studio
Version Downloads Last updated
4.1.1 4,810 4/8/2020
4.1.0 318 3/12/2020
4.0.17 1,072 3/18/2020
4.0.12 284 12/13/2019
3.4.2 1,125 7/12/2019
3.2.68 383 3/18/2019
3.2.60 1,490 2/26/2019
3.1.14 438 12/9/2018
2.5.11 2,437 4/26/2017
1.0.1211.1906 2,352 11/19/2012

v1.2
* Refactored for easier reuse by offering two static entry points:
    - DevEnv.Get: gets the IDevEnv entry point API. This can be
      used from anywhere you can import an IServiceProvider. By
      default the instance is reused.
    - Host.Initialize: initializes a hosting package and its components
      (i.e. commands, filters, tool windows, etc.).
* Single assembly now can be used for both VS2010 and VS2012: this means
 you no longer have to fork your extension for either IDE just because
 you use Clide (you may because of other dependencies, like VSMSDK).

v1.1
* ISolutionExplorer API, with full solution traversal, behaviors
 for selecting, expanding and collapsing nodes, etc.
* Integration with Adapter pattern for pluggable conversion of
 solution explorer nodes (i.e. projectNode.As<EnvDTE.Project>())
* Improved diagnostics and debug-time rendering of nodes
* Improved reporting of composition errors in the Clide output window

v1.0
* Full support for MEF-exported commands (ICommandExtension) and command filters
* ToolWindow support
* Tools options pages support