Select Git revision
AppCheckerResult.sarif
AppCheckerResult.sarif 22.39 KiB
{
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json",
"runs": [
{
"columnKind": "utf16CodeUnits",
"invocations": [
{
"executionSuccessful": true
}
],
"results": [
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.tab1.OnSelect"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.tab1.OnSelect",
"relativeAddress": 0
},
"region": {
"charOffset": 37,
"snippet": {
"text": ""
}
}
},
"properties": {
"member": "OnSelect",
"module": "Main",
"type": "Main.tab1"
}
}
],
"message": {
"arguments": [
"Eof",
"ParenClose"
],
"id": "issue"
},
"properties": {
"level": "High"
},
"ruleId": "app-ErrExpectedFound-Ex-Fnd",
"ruleIndex": 0
},
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "Main.Dropdown1.AccessibleLabel"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Main.Dropdown1.AccessibleLabel",
"relativeAddress": 0
}
},
"properties": {
"member": "AccessibleLabel",
"module": "Main",
"type": "Main.Dropdown1"
}