setup-dotnet/.github/csc.json

19 lines
509 B
JSON
Raw Normal View History

{
"problemMatcher": [
{
"owner": "csc",
"pattern": [
{
2019-12-16 16:39:02 +00:00
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
"file": 1,
"location": 2,
"severity": 3,
"code": 4,
2019-12-16 16:39:02 +00:00
"message": 5,
"fromPath": 6
}
]
}
]
}