Skip to content

soika/ExchangersAnalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install SDK

Check SDK

Open terminal and run the command:

dotnet --version

Run & Build

  1. Clone the repository
https://github.com/soika/ExchangersAnalizer
  1. Go to your clone folder:
cd .../PATH_TO_FOLDER/ExchangersAnalizer
  1. Restore packages:
dotnet restore
  1. For Run with appsettings.Development.json:
dotnet run -c Debug
  1. For Publish appsettings.Production.json:
dotnet punlish -c Release

or

dotnet publish -c Release -o E:\Workspace\Projects\CSharp\Publish\ExchangersAnalizer

Run publish files:

Go to publish folder and run command:

dotnet ExchangersAnalizer.dll

Run as windows service

Coming soon

About

ExchangersAnalizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages