fix: target quantalib.csproj instead of .slnx for inspectcode

Analysis of full .slnx (800+ files across 5 projects) still times out
even with --no-build. Target lib/quantalib.csproj directly to scope
analysis to the main library (~400 files). Consistent with proven
local inspectcode approach.
This commit is contained in:
Miha Kralj
2026-03-04 10:03:50 -08:00
parent 0868f20820
commit ef330e527c
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
- name: Run ReSharper InspectCode (SARIF)
run: |
set +e
jb inspectcode QuanTAlib.slnx \
jb inspectcode lib/quantalib.csproj \
--no-build \
--include="**/*.cs" \
--format=sarif \