Simple.Wpf.Terminal 2.3.57

dotnet add package Simple.Wpf.Terminal --version 2.3.57
                    
NuGet\Install-Package Simple.Wpf.Terminal -Version 2.3.57
                    
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="2.3.57" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simple.Wpf.Terminal" Version="2.3.57" />
                    
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 2.3.57
                    
#r "nuget: Simple.Wpf.Terminal, 2.3.57"
                    
#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@2.3.57
                    
#: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=2.3.57
                    
Install as a Cake Addin
#tool nuget:?package=Simple.Wpf.Terminal&version=2.3.57
                    
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 net5.0 was computed.  net5.0-windows was computed.  net5.0-windows10.0.17763 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows10.0.17763 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net7.0-windows10.0.17763 is compatible.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

  • .NETFramework 4.7

    • No dependencies.
  • net5.0-windows10.0.17763

    • No dependencies.
  • net6.0-windows10.0.17763

    • No dependencies.
  • net7.0-windows10.0.17763

    • 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,738 3/7/2023
2.3.53 2,503 11/16/2022
2.3.51 20,817 10/11/2022
2.3.50 604 10/11/2022
2.3.49 857 6/6/2022
2.3.47 633 5/4/2022
2.3.39 778 1/5/2022
2.3.38 410 1/5/2022
2.3.37 418 12/30/2021
2.3.33 514 11/22/2021
2.3.29 475 11/18/2021
2.3.28 506 11/10/2021
2.3.20 1,424 6/2/2021
2.3.15 4,684 3/3/2020
2.3.0 863 1/3/2020
2.2.0 897 11/25/2019
2.1.0 1,166 11/24/2019
2.0.0 750 11/24/2019
1.35.0 6,077 9/3/2016
1.34.0 2,245 10/24/2015
1.33.0 3,557 10/6/2014
1.29.0 1,580 5/30/2014
1.28.0 1,919 4/12/2014
1.27.0 2,025 3/30/2014
1.25.0 1,551 2/17/2014
1.24.0 1,898 2/11/2014
1.21.0 1,580 2/10/2014
1.20.0 2,284 1/30/2014
1.17.0 1,679 1/12/2014
1.15.0 1,571 1/7/2014
1.14.0 1,471 1/5/2014
1.11.0 1,481 1/3/2014
1.10.0 1,481 1/2/2014
1.9.0 1,480 1/1/2014
1.7.0 1,488 12/27/2013
1.0.0 1,533 12/24/2013

Added support for .Net 7.0