ConsoleAppFramework 3.3.0
Micro-framework for console applications.
Install-Package ConsoleAppFramework -Version 3.3.0
dotnet add package ConsoleAppFramework --version 3.3.0
<PackageReference Include="ConsoleAppFramework" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConsoleAppFramework --version 3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ConsoleAppFramework, 3.3.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ConsoleAppFramework as a Cake Addin
#addin nuget:?package=ConsoleAppFramework&version=3.3.0
// Install ConsoleAppFramework as a Cake Tool
#tool nuget:?package=ConsoleAppFramework&version=3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Hosting (>= 3.1.5)
- System.Text.Json (>= 4.7.2)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net5.0
- Microsoft.Extensions.Hosting (>= 3.1.5)
- System.Text.Json (>= 4.7.2)
- System.Threading.Tasks.Extensions (>= 4.5.4)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ConsoleAppFramework:
Package | Downloads |
---|---|
ConsoleAppFramework.WebHosting
Provides Swagger-based web front-end gateway for ConsoleAppFramework.
|
|
DFrame
Kubernetes based Micro Distributed Batch Framework and Load Testing Library for C#.
|
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on ConsoleAppFramework:
Repository | Stars |
---|---|
neuecc/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
Cysharp/MagicOnion
Unified Realtime/API framework for .NET platform and Unity.
|
|
Cysharp/MasterMemory
Embedded Typed Readonly In-Memory Document Database for .NET Core and Unity.
|
|
Cysharp/ZLogger
Zero Allocation Text/Strcutured Logger for .NET Core and Unity, built on top of a Microsoft.Extensions.Logging.
|
|
mayuki/Cocona
Micro-framework for .NET Core console application. Cocona makes it easy and fast to build console applications on .NET Core.
|