Skip to content

Commit f05d4b8

Browse files
Octokitmichaelnebel
authored andcommitted
failing tests
1 parent fc10212 commit f05d4b8

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using Microsoft.AspNetCore.Mvc;
2+
3+
public class HomeController : Controller
4+
{
5+
public string Index()
6+
{
7+
return "This is Home Controller";
8+
}
9+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import csharp
2+
import semmle.code.csharp.frameworks.microsoft.AspNetCore
3+
4+
from MicrosoftAspNetCoreMvcController c
5+
select c
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj
2+
semmle-extractor-options: /nostdlib
3+
semmle-extractor-options: /noconfig

0 commit comments

Comments
 (0)