failing tests

This commit is contained in:
Octokit
2022-06-08 17:12:56 +03:00
committed by Michael Nebel
parent fc10212e68
commit f05d4b8410
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
using Microsoft.AspNetCore.Mvc;
public class HomeController : Controller
{
public string Index()
{
return "This is Home Controller";
}
}

View File

@@ -0,0 +1,5 @@
import csharp
import semmle.code.csharp.frameworks.microsoft.AspNetCore
from MicrosoftAspNetCoreMvcController c
select c

View File

@@ -0,0 +1,3 @@
semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj
semmle-extractor-options: /nostdlib
semmle-extractor-options: /noconfig