C#: Include cshtml files in integration test results

This commit is contained in:
Tamas Vajk
2023-08-14 15:59:27 +02:00
parent 71a36fcf0f
commit af1a0b9a6c
2 changed files with 2 additions and 1 deletions

View File

@@ -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 |

View File

@@ -1,5 +1,5 @@
import csharp
from File f
where f.fromSource()
where f.fromSource() or f.getExtension() = "cshtml"
select f