Skip to content

Commit 0e263fb

Browse files
committed
C#: Base API Abuse/DisposeNotCalledOnException test case on stubs. Since the stubs requires C# 11 the language version has been removed from the options (also it doesn't affect the output).
1 parent 4546d8f commit 0e263fb

File tree

1 file changed

+2
-2
lines changed
  • csharp/ql/test/query-tests/API Abuse/DisposeNotCalledOnException

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
semmle-extractor-options: /r:System.ComponentModel.Primitives.dll /r:${testdir}/../../../resources/assemblies/System.Data.dll /r:System.Data.Common.dll
2-
semmle-extractor-options: /langversion:8.0
1+
semmle-extractor-options: /nostdlib /noconfig
2+
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.3/System.Data.SqlClient.csproj

0 commit comments

Comments
 (0)