Goblinfactory.Konsole
5.4.3
See the version list below for details.
Install-Package Goblinfactory.Konsole -Version 5.4.3
dotnet add package Goblinfactory.Konsole --version 5.4.3
<PackageReference Include="Goblinfactory.Konsole" Version="5.4.3" />
paket add Goblinfactory.Konsole --version 5.4.3
#r "nuget: Goblinfactory.Konsole, 5.4.3"
// Install Goblinfactory.Konsole as a Cake Addin
#addin nuget:?package=Goblinfactory.Konsole&version=5.4.3
// Install Goblinfactory.Konsole as a Cake Tool
#tool nuget:?package=Goblinfactory.Konsole&version=5.4.3
[5.4.3]
Fixed
- #43 Form.Write(null) throws exception, new Form().Write(null); should not throw exception. Instead it should write "Null"
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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. |
|
Onsharp
Onsharp is C# wrapper for the Onset Game. |
|
ConsoleUserInteractionHelper
Prompt a user to GetNaturalInt, GetPathFromUser, GetBinaryDecisionFromUser. Also, ShowSpinnerUntilConditionTrue to show spinner progress controll in console. |
|
Goblinfactory.Konsole.Windows
Konsole native Windows driver. (works with .NET Standard or .NET Framework projects only on windows) |
|
md.Nuke.Unreal
Commonly used Unreal Engine targets and tasks for the Nuke execution engine |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Goblinfactory.Konsole:
Repository | Stars |
---|---|
WolvenKit/WolvenKit
Mod editor/creator for RED Engine games. The point is to have an all in one tool for creating mods for the games made with the engine.
|
Version | Downloads | Last updated |
---|---|---|
7.0.0.7-alpha | 1,404 | 2/13/2021 |
7.0.0.6-alpha | 158 | 2/13/2021 |
7.0.0.5-alpha | 168 | 2/11/2021 |
7.0.0.3-alpha | 182 | 2/9/2021 |
7.0.0.2-alpha | 172 | 2/9/2021 |
7.0.0.1-alpha | 176 | 2/9/2021 |
6.3.0-alpha | 160 | 2/8/2021 |
6.2.2 | 13,915 | 4/18/2021 |
6.2.1 | 4,779 | 2/7/2021 |
6.2.0 | 23,471 | 1/24/2020 |
6.1.0 | 345 | 1/23/2020 |
6.0.0 | 346 | 1/23/2020 |
6.0.0-alpha02 | 353 | 1/23/2020 |
6.0.0-alpha01 | 294 | 1/22/2020 |
5.4.4 | 589 | 1/13/2020 |
5.4.3 | 455 | 1/12/2020 |
5.4.2 | 463 | 1/9/2020 |
5.4.1 | 418 | 1/8/2020 |
5.4.0 | 342 | 1/8/2020 |
5.3.3 | 566 | 1/6/2020 |
5.3.2 | 439 | 1/6/2020 |
5.3.1 | 415 | 1/6/2020 |
5.3.0 | 495 | 1/5/2020 |
5.2.0 | 376 | 1/5/2020 |
5.1.0 | 546 | 1/4/2020 |
5.0.1 | 462 | 12/28/2019 |
5.0.0 | 492 | 12/18/2019 |
5.0.0-alpha09 | 426 | 12/18/2019 |
5.0.0-alpha08 | 322 | 12/17/2019 |
4.1.0 | 779 | 12/4/2019 |
4.0.1 | 366 | 12/4/2019 |
3.4.1 | 382 | 12/3/2019 |
3.4.0 | 27,034 | 10/8/2019 |
3.3.0 | 23,682 | 1/30/2018 |
3.2.1 | 876 | 1/28/2018 |
3.1.0 | 1,930 | 10/21/2017 |
3.0.1 | 1,214 | 6/4/2017 |
3.0.0 | 758 | 6/4/2017 |
2.0.2 | 1,038 | 3/20/2017 |
2.0.1 | 1,036 | 3/20/2017 |
2.0.0 | 983 | 3/18/2017 |
1.0.0 | 1,144 | 3/4/2016 |
0.0.0.3 | 1,172 | 2/29/2016 |
0.0.0.2 | 1,487 | 2/29/2016 |
0.0.0.1 | 1,205 | 2/28/2016 |
## [5.4.3]
### Fixed
- #43 Form.Write(null) throws exception, new Form().Write(null); should not throw exception. Instead it should write "Null"