-
Notifications
You must be signed in to change notification settings - Fork 0
Home
EternaleapFromPit edited this page Nov 27, 2022
·
2 revisions
Compiled and ready to run releases could be find there: https://github.com/EternaleapFromPit/Sequences/releases
Visual Studio 2022 used to build and test the project. It doesn't work inside older versions of Visual Studio as net 6 is used. SqlExpress is used to store the data. Please use create script from Database folder. In order to run the solution app.config have to be altered inside of SequenceLibrary project.
You could run Web Api project after the build manually this way:
Obviously you may use any other way.
SequenceLibrary.dll.config have to be placed inside directory (copy app.config and rename it).
And at the same time you could run and debug the SequenceWebApiClient staying in visual studio environment.