mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-04 07:33:45 +00:00 
			
		
		
		
	Update csc.json
This commit is contained in:
		
							parent
							
								
									7dbeba8b7b
								
							
						
					
					
						commit
						00795d00a5
					
				
							
								
								
									
										5
									
								
								.github/csc.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/csc.json
									
									
									
									
										vendored
									
									
								
							@ -4,12 +4,13 @@
 | 
				
			|||||||
            "owner": "csc",
 | 
					            "owner": "csc",
 | 
				
			||||||
            "pattern": [
 | 
					            "pattern": [
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
 | 
					                    "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,
 | 
					                    "file": 1,
 | 
				
			||||||
                    "location": 2,
 | 
					                    "location": 2,
 | 
				
			||||||
                    "severity": 3,
 | 
					                    "severity": 3,
 | 
				
			||||||
                    "code": 4,
 | 
					                    "code": 4,
 | 
				
			||||||
                    "message": 5
 | 
					                    "message": 5,
 | 
				
			||||||
 | 
					                    "fromPath": 7
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user