You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ Fully RESTful HTTP Server for [SQL Stream Store](https://github.com/SQLStreamSto
4
4
5
5
The solution includes example of use LittleHalHost.Example project. The url structure and parameters are described in LittleHalHost.Example/readme.md
6
6
7
+
# Development
8
+
9
+
-`./build.sh` or `./build.cmd` to run the complete dockerized build.
10
+
-`dotnet run --project build/build.csproj` to build without using docker.
11
+
To see a list of build targets, `dotnet run --project build/build.csproj -- --list-targets`.
12
+
For general help with the build, `dotnet run --project build/build.csproj -- --help`.
13
+
- If you are running test from your IDE, you _must_ build with the `GenerateDocumentation` target at least once, otherwise the tests around documentation will fail.
0 commit comments