Resto.Front.Api.Console 2.0.0

dotnet add package Resto.Front.Api.Console --version 2.0.0
                    
NuGet\Install-Package Resto.Front.Api.Console -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Resto.Front.Api.Console" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Resto.Front.Api.Console" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Resto.Front.Api.Console" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Resto.Front.Api.Console --version 2.0.0
                    
#r "nuget: Resto.Front.Api.Console, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Resto.Front.Api.Console@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Resto.Front.Api.Console&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Resto.Front.Api.Console&version=2.0.0
                    
Install as a Cake Tool

Console logger library for Resto Front API integration and monitoring. Automatically starts console application and provides logging capabilities for iiko plugins.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Resto.Front.Api.Console:

Package Downloads
Resto.Front.Api.Console.Client

Клиент для консольного логгера Resto Front API. Включает зависимость на основной пакет и исполняемый файл.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 218 10/8/2025
1.2.8 210 10/8/2025
1.2.7 188 10/8/2025
1.2.6 206 10/8/2025
1.2.5 241 10/8/2025
1.2.4 275 10/8/2025
1.2.3 212 10/8/2025
1.2.2 210 10/8/2025
1.2.1 210 10/8/2025
1.2.0 209 10/8/2025
1.1.2 395 10/8/2025
1.1.1 399 10/8/2025
1.1.0 404 10/8/2025
1.0.0 402 10/8/2025

v2.0.0: MAJOR UPDATE - Restructured as library with automatic console launcher. Added ConsoleLogger class with improved connectivity and auto-reconnection.