Skip to content

Commit 26f7670

Browse files
authored
Merge pull request github#14363 from michaelnebel/csharp/sunsetqlstubgen
C#: Sunset QL based stub generator.
2 parents 4e823b4 + 743be92 commit 26f7670

20 files changed

+6
-1537
lines changed

.github/workflows/csharp-qltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
# Generate (Asp)NetCore stubs
9393
STUBS_PATH=stubs_output
94-
python3 ql/src/Stubs/make_stubs_nuget.py webapp Swashbuckle.AspNetCore.Swagger 6.5.0 "$STUBS_PATH"
94+
python3 scripts/stubs/make_stubs_nuget.py webapp Swashbuckle.AspNetCore.Swagger 6.5.0 "$STUBS_PATH"
9595
rm -rf ql/test/resources/stubs/_frameworks
9696
# Update existing stubs in the repo with the freshly generated ones
9797
mv "$STUBS_PATH/output/stubs/_frameworks" ql/test/resources/stubs/

csharp/ql/src/Stubs/AllStubsFromReference.ql

Lines changed: 0 additions & 15 deletions
This file was deleted.

csharp/ql/src/Stubs/AllStubsFromSource.ql

Lines changed: 0 additions & 22 deletions
This file was deleted.

csharp/ql/src/Stubs/MinimalStubsFromSource.ql

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)