Dotnet-IO-logger / core

Dotnet Input output logger
https://marketplace.visualstudio.com/items?itemName=Diol.diol
MIT License
29 stars 1 forks source link

Create a nuget cli package from DiolBackendService #53

Closed OlzhabaevSh closed 3 months ago

OlzhabaevSh commented 3 months ago

Issue

DiolBackendService was created for distributing logs reading and parsing logic across different eco systems.

The problem is how to use DiolBackendService.

As a solution we can try to setup DiolBackendService as a dotnet tool which can be easily downloaded and used from a terminal.

As a first step we will prepare DiolBackendService to be setuped as a dotnet tool from local machine.

in the future we can deploy it to be fetched from global Nuget.