setup-dotnet/.github/csc.json

19 lines
521 B
JSON
Raw Normal View History

{
"problemMatcher": [
{
"owner": "csc",
"pattern": [
{
2019-10-11 04:25:06 +07:00
"regexp": "^(?:\s+\d+\>)?([^\s].*)\((\d+|\d+,\d+|\d+,\d+,\d+,\d+)\)\s*:\s+(error|warning|info)\s+(\w{1,2}\d+)\s*:\s*(.*)(\[(.+)\/([^\/]+)\])$",
"file": 1,
"location": 2,
"severity": 3,
"code": 4,
2019-10-11 04:25:06 +07:00
"message": 5,
"fromPath": 7
}
]
}
]
2019-10-11 02:01:09 +07:00
}