mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-04 10:03:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			504 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			504 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "problemMatcher": [
 | 
						|
        {
 | 
						|
            "owner": "csc",
 | 
						|
            "pattern": [
 | 
						|
                {
 | 
						|
                    "regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
 | 
						|
                    "file": 1,
 | 
						|
                    "line": 2,
 | 
						|
                    "severity": 3,
 | 
						|
                    "code": 4,
 | 
						|
                    "message": 5,
 | 
						|
                    "fromPath": 6
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |