Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7343e70

Browse files
committed
C#: Fix tests
1 parent 57ff775 commit 7343e70

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
| EntityFramework.cs:36:13:36:36 | ... = ... | System.Data.Common.DbCommand.set_CommandText |
2-
| EntityFramework.cs:39:13:39:52 | object creation of type SqlCommand | System.Data.SqlClient.SqlCommand.SqlCommand |
3-
| EntityFramework.cs:41:13:41:47 | call to method ExecuteSqlCommand | System.Data.Entity.Database.ExecuteSqlCommand |
4-
| EntityFramework.cs:42:19:42:58 | call to method ExecuteSqlCommandAsync | System.Data.Entity.Database.ExecuteSqlCommandAsync |
5-
| EntityFrameworkCore.cs:34:13:34:47 | call to method ExecuteSqlCommand | Microsoft.EntityFrameworkCore.RelationalDatabaseFacaseExtensions.ExecuteSqlCommand |
6-
| EntityFrameworkCore.cs:35:19:35:58 | call to method ExecuteSqlCommandAsync | Microsoft.EntityFrameworkCore.RelationalDatabaseFacaseExtensions.ExecuteSqlCommandAsync |
7-
| EntityFrameworkCore.cs:38:13:38:29 | call to method Build | Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder.Build |
8-
| EntityFrameworkCore.cs:41:13:41:32 | object creation of type RawSqlString | Microsoft.EntityFrameworkCore.RawSqlString.RawSqlString |
9-
| EntityFrameworkCore.cs:42:32:42:33 | call to operator implicit conversion | Microsoft.EntityFrameworkCore.RawSqlString.implicit conversion |
10-
| EntityFrameworkCore.cs:51:18:51:46 | object creation of type RawSqlString | Microsoft.EntityFrameworkCore.RawSqlString.RawSqlString |
11-
| EntityFrameworkCore.cs:52:18:52:42 | call to operator implicit conversion | Microsoft.EntityFrameworkCore.RawSqlString.implicit conversion |
1+
| EntityFramework.cs:36:13:36:36 | ... = ... |
2+
| EntityFramework.cs:39:13:39:52 | object creation of type SqlCommand |
3+
| EntityFramework.cs:41:13:41:47 | call to method ExecuteSqlCommand |
4+
| EntityFramework.cs:42:19:42:58 | call to method ExecuteSqlCommandAsync |
5+
| EntityFrameworkCore.cs:34:13:34:47 | call to method ExecuteSqlCommand |
6+
| EntityFrameworkCore.cs:35:19:35:58 | call to method ExecuteSqlCommandAsync |
7+
| EntityFrameworkCore.cs:38:13:38:29 | call to method Build |
8+
| EntityFrameworkCore.cs:41:13:41:32 | object creation of type RawSqlString |
9+
| EntityFrameworkCore.cs:42:32:42:33 | call to operator implicit conversion |
10+
| EntityFrameworkCore.cs:51:18:51:46 | object creation of type RawSqlString |
11+
| EntityFrameworkCore.cs:52:18:52:42 | call to operator implicit conversion |

csharp/ql/test/library-tests/frameworks/EntityFramework/SqlExprs.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import csharp
22
import semmle.code.csharp.frameworks.Sql
33

44
from SqlExpr expr
5-
select expr, expr.(Call).getTarget().getQualifiedName()
5+
select expr

0 commit comments

Comments
 (0)