WindowsTerminalControl.Core 0.1.0

dotnet add package WindowsTerminalControl.Core --version 0.1.0
                    
NuGet\Install-Package WindowsTerminalControl.Core -Version 0.1.0
                    
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="WindowsTerminalControl.Core" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WindowsTerminalControl.Core" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="WindowsTerminalControl.Core" />
                    
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 WindowsTerminalControl.Core --version 0.1.0
                    
#r "nuget: WindowsTerminalControl.Core, 0.1.0"
                    
#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 WindowsTerminalControl.Core@0.1.0
                    
#: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=WindowsTerminalControl.Core&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=WindowsTerminalControl.Core&version=0.1.0
                    
Install as a Cake Tool

<h1 align="center">Windows Terminal Control</h1> <p align="center">Windows Terminal controls for WinForms, WPF, and WinUI 3 applications.</p>

Installing the packages

Install the package for your UI framework with NuGet Package Manager or the .NET CLI.

WinForms

<a href="https://www.nuget.org/packages/WindowsTerminalControl.WinForms"><img src="https://img.shields.io/nuget/v/WindowsTerminalControl.WinForms" alt="NuGet badge" /></a>

dotnet add package WindowsTerminalControl.WinForms

WPF

<a href="https://www.nuget.org/packages/WindowsTerminalControl.Wpf"><img src="https://img.shields.io/nuget/v/WindowsTerminalControl.Wpf" alt="NuGet badge" /></a>

dotnet add package WindowsTerminalControl.Wpf

WinUI (Windows App SDK/WinUI 3)

<a href="https://www.nuget.org/packages/WindowsTerminalControl.WinUI"><img src="https://img.shields.io/nuget/v/WindowsTerminalControl.WinUI" alt="NuGet badge" /></a>

dotnet add package WindowsTerminalControl.WinUI

Usage

The sample applications show how to connect each control to a local PowerShell session through ConPTY:

The WinUI control supports both ContentExternalOutputLink composition hosting and child-window hosting.

Building from source

  1. Install Visual Studio 2026 with the .NET desktop and WinUI development tools.
  2. Install the .NET 10 SDK.
  3. Open WindowsTerminalControl.slnx.
  4. Select x64, then build the solution.

Use Pack on a library project in Visual Studio to create its NuGet package under artifacts/packages.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on WindowsTerminalControl.Core:

Package Downloads
WindowsTerminalControl.Wpf

A reusable terminal-session connection adapter for the Windows Terminal WPF control.

WindowsTerminalControl.WinUI

A WinUI 3 host for the native Windows Terminal renderer with composition and child-HWND modes.

WindowsTerminalControl.WinForms

A WinForms host for the native Windows Terminal renderer.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0 108 9/9/2026