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 | 100 | 6/6/2022 |
2.3.47 | 125 | 5/4/2022 |
2.3.39 | 403 | 1/5/2022 |
2.3.38 | 99 | 1/5/2022 |
2.3.37 | 98 | 12/30/2021 |
2.3.33 | 191 | 11/22/2021 |
2.3.29 | 172 | 11/18/2021 |
2.3.28 | 167 | 11/10/2021 |
2.3.20 | 523 | 6/2/2021 |
2.3.15 | 3,793 | 3/3/2020 |
2.3.0 | 482 | 1/3/2020 |
2.2.0 | 486 | 11/25/2019 |
2.1.0 | 545 | 11/24/2019 |
2.0.0 | 386 | 11/24/2019 |
1.35.0 | 4,106 | 9/3/2016 |
1.34.0 | 1,583 | 10/24/2015 |
1.33.0 | 2,565 | 10/6/2014 |
1.29.0 | 1,041 | 5/30/2014 |
1.28.0 | 1,236 | 4/12/2014 |
1.27.0 | 1,220 | 3/30/2014 |
1.25.0 | 995 | 2/17/2014 |
1.24.0 | 1,101 | 2/11/2014 |
1.21.0 | 1,031 | 2/10/2014 |
1.20.0 | 1,231 | 1/30/2014 |
1.17.0 | 989 | 1/12/2014 |
1.15.0 | 991 | 1/7/2014 |
1.14.0 | 910 | 1/5/2014 |
1.11.0 | 926 | 1/3/2014 |
1.10.0 | 919 | 1/2/2014 |
1.9.0 | 906 | 1/1/2014 |
1.7.0 | 944 | 12/27/2013 |
1.0.0 | 938 | 12/24/2013 |
Added support for .Net 6.0