To run application for development you have to go to Library solution and run dotnet command cd Library & dotnet run watch
.
To run tests you have to go to LibraryTest solution and run dotnet command cd LibraryTest & dotnet test
.
For build production enviorement run command:
cd LibraryTest && dotnet test && cd ../Library && dotnet restore && dotnet build --no-restore