Simple.Wpf.Terminal 1.24.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Simple.Wpf.Terminal --version 1.24.0
                    
NuGet\Install-Package Simple.Wpf.Terminal -Version 1.24.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="Simple.Wpf.Terminal" Version="1.24.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simple.Wpf.Terminal" Version="1.24.0" />
                    
Directory.Packages.props
<PackageReference Include="Simple.Wpf.Terminal" />
                    
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 Simple.Wpf.Terminal --version 1.24.0
                    
#r "nuget: Simple.Wpf.Terminal, 1.24.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 Simple.Wpf.Terminal@1.24.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=Simple.Wpf.Terminal&version=1.24.0
                    
Install as a Cake Addin
#tool nuget:?package=Simple.Wpf.Terminal&version=1.24.0
                    
Install as a Cake Tool

This user control does NOT actually do anything more than display data - the user control is the View (UI) in a MVVM implementation, the ViewModel would be responsible for the actual behaviour & contents of the console\terminal window. The user control is designed to use XAML binding for all UI properties the user can configure.

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 (1)

Showing the top 1 NuGet packages that depend on Simple.Wpf.Terminal:

Package Downloads
Simple.Wpf.FSharp.Repl

Mimics the F# Interactive console application inside a WPF user control, this allows it to be used inside a WPF application. Currently based on the open source F# 3.1 Interactive process.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Simple.Wpf.Terminal:

Repository Stars
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
Mutagen-Modding/Mutagen
A .NET library for analyzing, creating, and manipulating Bethesda mods
Version Downloads Last Updated
2.3.57 9,697 3/7/2023
2.3.53 2,489 11/16/2022
2.3.51 20,809 10/11/2022
2.3.50 580 10/11/2022
2.3.49 848 6/6/2022
2.3.47 623 5/4/2022
2.3.39 767 1/5/2022
2.3.38 399 1/5/2022
2.3.37 409 12/30/2021
2.3.33 502 11/22/2021
2.3.29 466 11/18/2021
2.3.28 496 11/10/2021
2.3.20 1,413 6/2/2021
2.3.15 4,674 3/3/2020
2.3.0 854 1/3/2020
2.2.0 889 11/25/2019
2.1.0 1,156 11/24/2019
2.0.0 739 11/24/2019
1.35.0 6,054 9/3/2016
1.34.0 2,223 10/24/2015
1.33.0 3,535 10/6/2014
1.29.0 1,557 5/30/2014
1.28.0 1,898 4/12/2014
1.27.0 2,002 3/30/2014
1.25.0 1,529 2/17/2014
1.24.0 1,876 2/11/2014
1.21.0 1,558 2/10/2014
1.20.0 2,263 1/30/2014
1.17.0 1,658 1/12/2014
1.15.0 1,549 1/7/2014
1.14.0 1,446 1/5/2014
1.11.0 1,459 1/3/2014
1.10.0 1,460 1/2/2014
1.9.0 1,457 1/1/2014
1.7.0 1,466 12/27/2013
1.0.0 1,509 12/24/2013

Bug fix for reset event on bound observable collections.