Skip to content

Commit b55ad54

Browse files
authored
flags to scoring model (#38)
* flags to scoring model
1 parent 09a636a commit b55ad54

File tree

14 files changed

+10095
-4377
lines changed

14 files changed

+10095
-4377
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ obj/
44
.vs/
55
appsettings.Development.json
66
.vscode/
7+
Cite.Api.Client/node_modules
8+
Cite.Api.Client/.config

Cite.Api.Client/Cite.Api.Client.cs

Lines changed: 1600 additions & 1391 deletions
Large diffs are not rendered by default.

Cite.Api.Client/Cite.Api.Contracts.cs

Lines changed: 2335 additions & 412 deletions
Large diffs are not rendered by default.

Cite.Api.Client/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# How to create the nuget package for Cite.Api.Client
22
1. cd ../Cite.Api
3-
2. swagger tofile --output ../Cite.Api.Client/swagger.json bin/Debug/net6.0/Cite.Api.dll v1
3+
2. dotnet swagger tofile --output ../Cite.Api.Client/swagger.json bin/Debug/net6.0/Cite.Api.dll v1
44
3. cd ../Cite.Api.Client
55
4. ./node_modules/.bin/nswag run /runtime:Net60
66
5. dotnet pack -c Release /p:version=0.1.2
77

8+
*** NOTE: If dotnet sawgger is not recognized, in the Cite.Api folder run the following:
9+
dotnet new tool-manifest
10+
dotnet tool install --version 6.4.0 Swashbuckle.AspNetCore.Cli
11+
12+
The version installed must match the version in Cite.Api.csproj file.
13+
14+
Also, if nswag is not found, run npm install from Cite.Api.Client folder

0 commit comments

Comments
 (0)