Summary
            Contains functionality related to importing code analysis issues from ESLint
            to write them to pull requests.
            
		- Assembly
 - Cake
.Prca .Issues .EsLint .dll  - Namespace
 - Cake
.Prca .Issues .EsLint  - Base Types
 - 
									
- object
 
 
							graph TD
	Base0["object"]-->Type
	Type["EsLintIssuesAliases"]
class Type type-node
						
					Syntax
public static class EsLintIssuesAliases
	Attributes
| Type | Description | 
|---|---|
| Cake | 
						
Methods
| Name | Value | Summary | 
|---|---|---|
| Es | 
								void | 
									 
            Registers a new URL resolver with default priority of 0.
             
											static 
								 | 
							
| Es | 
								void | 
									 
            Registers a new URL resolver with a specific priority.
             
											static 
								 | 
							
| EsLintIssues | 
								I | 
								
									 
             Gets an instance of a provider for code analysis issues reported by ESLint using specified settings.
              
											static 
								 | 
							
| Es | 
								I | 
								
									 
            Gets an instance of a provider for code analysis issues reported by ESLint using log file content.
             
											static 
								 | 
							
| Es | 
								I | 
								
									 
            Gets an instance of a provider for code analysis issues reported by ESLint using a log file from disk.
             
											static 
								 | 
							
| EsLintJsonFormat | 
								ILogFileFormat | 
									 
            Gets an instance for the ESLint JSON log format as written by the JSON formatter.
             
											static 
								 |