mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
C#: Include cshtml files in integration test results
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
| Program.cs:0:0:0:0 | Program.cs |
|
||||
| Views/Home/Index.cshtml:0:0:0:0 | Views/Home/Index.cshtml |
|
||||
| obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs:0:0:0:0 | obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs |
|
||||
| obj/Debug/net7.0/cshtml.AssemblyInfo.cs:0:0:0:0 | obj/Debug/net7.0/cshtml.AssemblyInfo.cs |
|
||||
| obj/Debug/net7.0/cshtml.GlobalUsings.g.cs:0:0:0:0 | obj/Debug/net7.0/cshtml.GlobalUsings.g.cs |
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import csharp
|
||||
|
||||
from File f
|
||||
where f.fromSource()
|
||||
where f.fromSource() or f.getExtension() = "cshtml"
|
||||
select f
|
||||
|
||||
Reference in New Issue
Block a user