SharpClaw.Modules.VS2026Editor 0.1.2-alpha

This is a prerelease version of SharpClaw.Modules.VS2026Editor.
dotnet add package SharpClaw.Modules.VS2026Editor --version 0.1.2-alpha
                    
NuGet\Install-Package SharpClaw.Modules.VS2026Editor -Version 0.1.2-alpha
                    
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="SharpClaw.Modules.VS2026Editor" Version="0.1.2-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpClaw.Modules.VS2026Editor" Version="0.1.2-alpha" />
                    
Directory.Packages.props
<PackageReference Include="SharpClaw.Modules.VS2026Editor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SharpClaw.Modules.VS2026Editor --version 0.1.2-alpha
                    
#r "nuget: SharpClaw.Modules.VS2026Editor, 0.1.2-alpha"
                    
#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.
#:package SharpClaw.Modules.VS2026Editor@0.1.2-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SharpClaw.Modules.VS2026Editor&version=0.1.2-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SharpClaw.Modules.VS2026Editor&version=0.1.2-alpha&prerelease
                    
Install as a Cake Tool

SharpClaw.Modules.VS2026Editor

SharpClaw.Modules.VS2026Editor adds SharpClaw tools for a connected Visual Studio 2026 workspace. The module defines file, selection, diagnostics, diff, build, and terminal actions, then forwards each action through the shared editor bridge instead of reaching into the workspace from the SharpClaw host process.

Install this package with SharpClaw.Modules.EditorCommon. At runtime the module requires the common module's editor_bridge and editor_session protocol contracts so it can resolve the selected editor session and deliver the request to the Visual Studio extension that owns the workspace.

The module checks that a connected session is a Visual Studio 2026 session before it sends an action. If the selected session belongs to a different editor, execution stops with a clear error so the caller can use the matching editor module.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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

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
0.1.2-alpha 59 7/5/2026
0.1.1-alpha 2,629 7/5/2026
0.1.0-beta 66 5/20/2026