Skip to content

Commit af1a0b9

Browse files
committed
C#: Include cshtml files in integration test results
1 parent 71a36fc commit af1a0b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

csharp/ql/integration-tests/all-platforms/cshtml/Files.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
| Program.cs:0:0:0:0 | Program.cs |
2+
| Views/Home/Index.cshtml:0:0:0:0 | Views/Home/Index.cshtml |
23
| obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs:0:0:0:0 | obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs |
34
| obj/Debug/net7.0/cshtml.AssemblyInfo.cs:0:0:0:0 | obj/Debug/net7.0/cshtml.AssemblyInfo.cs |
45
| obj/Debug/net7.0/cshtml.GlobalUsings.g.cs:0:0:0:0 | obj/Debug/net7.0/cshtml.GlobalUsings.g.cs |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import csharp
22

33
from File f
4-
where f.fromSource()
4+
where f.fromSource() or f.getExtension() = "cshtml"
55
select f

0 commit comments

Comments
 (0)