Summary
            Contains functionality related to importing code analysis issues from MSBuild logs to write them to
            pull requests.
            
		- Assembly
 - Cake
.Prca .Issues .MsBuild .dll  - Namespace
 - Cake
.Prca .Issues .MsBuild  - Base Types
 - 
									
- object
 
 
							graph TD
	Base0["object"]-->Type
	Type["MsBuildIssuesAliases"]
class Type type-node
						
					Syntax
public static class MsBuildIssuesAliases
	Attributes
| Type | Description | 
|---|---|
| Cake | 
						
Methods
| Name | Value | Summary | 
|---|---|---|
| Ms | 
								void | 
									 
            Registers a new URL resolver with default priority of 0.
             
											static 
								 | 
							
| Ms | 
								void | 
									 
            Registers a new URL resolver with a specific priority.
             
											static 
								 | 
							
| MsBuildIssues | 
								I | 
								
									 
             Gets an instance of a provider for code analysis issues reported as MsBuild warnings using specified settings.
              
											static 
								 | 
							
| Ms | 
								I | 
								
									 
            Gets an instance of a provider for code analysis issues reported as MsBuild warnings using log content.
             
											static 
								 | 
							
| Ms | 
								I | 
								
									 
            Gets an instance of a provider for code analysis issues reported as MsBuild warnings using a log file from disk.
             
											static 
								 | 
							
| Ms | 
								ILogFileFormat | 
									 
            Gets an instance for the MsBuild log format as written by the  You can add the logger to the MSBuildSettings like this: 
            
            In order to use the above logger, include the following in your build.cake file to download and install from NuGet.org: 
            
            static 
								 |