mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
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:
@@ -83,7 +83,7 @@ jobs:
|
|||||||
- name: Run ReSharper InspectCode (SARIF)
|
- name: Run ReSharper InspectCode (SARIF)
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
jb inspectcode QuanTAlib.slnx \
|
jb inspectcode lib/quantalib.csproj \
|
||||||
--no-build \
|
--no-build \
|
||||||
--include="**/*.cs" \
|
--include="**/*.cs" \
|
||||||
--format=sarif \
|
--format=sarif \
|
||||||
|
|||||||
Reference in New Issue
Block a user