Simple.Wpf.Terminal
2.3.49
Install-Package Simple.Wpf.Terminal -Version 2.3.49
dotnet add package Simple.Wpf.Terminal --version 2.3.49
<PackageReference Include="Simple.Wpf.Terminal" Version="2.3.49" />
paket add Simple.Wpf.Terminal --version 2.3.49
#r "nuget: Simple.Wpf.Terminal, 2.3.49"
// Install Simple.Wpf.Terminal as a Cake Addin
#addin nuget:?package=Simple.Wpf.Terminal&version=2.3.49
// Install Simple.Wpf.Terminal as a Cake Tool
#tool nuget:?package=Simple.Wpf.Terminal&version=2.3.49
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net5.0-windows10.0.17763 net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net6.0-windows10.0.17763 |
.NET Core | netcoreapp3.1 |
.NET Framework | net48 |
-
.NETCoreApp 3.1
- NETStandard.Library (>= 2.0.3)
-
.NETFramework 4.7
- No dependencies.
-
net5.0-windows10.0.17763
- No dependencies.
-
net6.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
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.49 | 229 | 6/6/2022 |
2.3.47 | 146 | 5/4/2022 |
2.3.39 | 425 | 1/5/2022 |
2.3.38 | 111 | 1/5/2022 |
2.3.37 | 112 | 12/30/2021 |
2.3.33 | 201 | 11/22/2021 |
2.3.29 | 180 | 11/18/2021 |
2.3.28 | 181 | 11/10/2021 |
2.3.20 | 558 | 6/2/2021 |
2.3.15 | 3,899 | 3/3/2020 |
2.3.0 | 491 | 1/3/2020 |
2.2.0 | 505 | 11/25/2019 |
2.1.0 | 577 | 11/24/2019 |
2.0.0 | 400 | 11/24/2019 |
1.35.0 | 4,250 | 9/3/2016 |
1.34.0 | 1,607 | 10/24/2015 |
1.33.0 | 2,604 | 10/6/2014 |
1.29.0 | 1,054 | 5/30/2014 |
1.28.0 | 1,259 | 4/12/2014 |
1.27.0 | 1,252 | 3/30/2014 |
1.25.0 | 1,008 | 2/17/2014 |
1.24.0 | 1,120 | 2/11/2014 |
1.21.0 | 1,044 | 2/10/2014 |
1.20.0 | 1,277 | 1/30/2014 |
1.17.0 | 1,016 | 1/12/2014 |
1.15.0 | 1,008 | 1/7/2014 |
1.14.0 | 921 | 1/5/2014 |
1.11.0 | 937 | 1/3/2014 |
1.10.0 | 930 | 1/2/2014 |
1.9.0 | 921 | 1/1/2014 |
1.7.0 | 954 | 12/27/2013 |
1.0.0 | 949 | 12/24/2013 |
Added support for .Net 6.0