Goblinfactory.Konsole
6.1.0
See the version list below for details.
dotnet add package Goblinfactory.Konsole --version 6.1.0
NuGet\Install-Package Goblinfactory.Konsole -Version 6.1.0
<PackageReference Include="Goblinfactory.Konsole" Version="6.1.0" />
<PackageVersion Include="Goblinfactory.Konsole" Version="6.1.0" />
<PackageReference Include="Goblinfactory.Konsole" />
paket add Goblinfactory.Konsole --version 6.1.0
#r "nuget: Goblinfactory.Konsole, 6.1.0"
#:package Goblinfactory.Konsole@6.1.0
#addin nuget:?package=Goblinfactory.Konsole&version=6.1.0
#tool nuget:?package=Goblinfactory.Konsole&version=6.1.0
[6.1.0]
Added
Konsole.Platform.Windows.HighSpeedWriter(native windows driver) now included and no longer an external package.
[6.0.0]
Added
- new
IConsoleinterfaces for simpler abstractions, see new contract docs [here]
fixed
- #40 WriteLine conflicts with String.Format, support string containing {0} {json} tokens.
- #41 If a
Writeends exactly on the last column, then the cursor is not advanced to the next line.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. 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. 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. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Goblinfactory.Konsole:
| Package | Downloads |
|---|---|
|
InEngine.Core
Plugin-based queuing and scheduling command server. |
|
|
md.Nuke.Unreal
Commonly used Unreal Engine targets and tasks for the Nuke execution engine |
|
|
Onsharp
Onsharp is C# wrapper for the Onset Game. |
|
|
ConsoleUserInteractionHelper
ConsoleHelper is a versatile .NET library designed to simplify console-based user interactions in your applications. It provides a rich set of methods to handle various input scenarios, from simple string inputs to complex numeric constraints. Prompt a user to GetNaturalInt, GetPathFromUser, GetBinaryDecisionFromUser, ShowSpinnerUntilConditionTrue to show spinner progress controll in console and many others. |
|
|
Goblinfactory.Konsole.Windows
Konsole native Windows driver. (works with .NET Standard or .NET Framework projects only on windows) |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Goblinfactory.Konsole:
| Repository | Stars |
|---|---|
|
Steveiwonder/DataMasker
A free data masking and/or anonymizer library
|
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0.7-alpha | 21,547 | 2/13/2021 |
| 7.0.0.6-alpha | 1,051 | 2/13/2021 |
| 7.0.0.5-alpha | 1,030 | 2/11/2021 |
| 7.0.0.3-alpha | 1,077 | 2/9/2021 |
| 7.0.0.2-alpha | 1,005 | 2/9/2021 |
| 7.0.0.1-alpha | 1,038 | 2/9/2021 |
| 6.3.0-alpha | 1,039 | 2/8/2021 |
| 6.2.2 | 102,764 | 4/18/2021 |
| 6.2.1 | 14,347 | 2/7/2021 |
| 6.2.0 | 144,455 | 1/24/2020 |
| 6.1.0 | 1,347 | 1/23/2020 |
| 6.0.0 | 1,345 | 1/23/2020 |
| 6.0.0-alpha02 | 1,240 | 1/23/2020 |
| 6.0.0-alpha01 | 1,184 | 1/22/2020 |
| 5.4.4 | 1,866 | 1/13/2020 |
| 5.4.3 | 1,464 | 1/12/2020 |
| 5.4.2 | 1,492 | 1/9/2020 |
| 5.4.1 | 1,441 | 1/8/2020 |
| 5.4.0 | 1,361 | 1/8/2020 |
| 5.3.3 | 1,552 | 1/6/2020 |
## [6.1.0]
### Added
- `Konsole.Platform.Windows.HighSpeedWriter` (native windows driver) now included and no longer an external package.
## [6.0.0]
### Added
- new `IConsole` interfaces for simpler abstractions, see new contract docs [here]
### fixed
- #40 WriteLine conflicts with String.Format, support string containing {0} {json} tokens.
- #41 If a `Write` ends exactly on the last column, then the cursor is not advanced to the next line.