Skip to content

Commit 3779522

Browse files
committed
C#: Exclude stub implementation in test results.
1 parent 29639a0 commit 3779522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csharp/ql/test/library-tests/frameworks/microsoft/AspNetCore.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ import csharp
22
import semmle.code.csharp.frameworks.microsoft.AspNetCore
33

44
from MicrosoftAspNetCoreMvcController c
5+
where c.fromSource()
56
select c

0 commit comments

Comments
 (0)