This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.MsBuild.
Summary
Contains functionality for reading warnings from MSBuild log files.
NOTE: Use Cake.Issues.MsBuild addin to use these aliases with Cake Script Runners and
Cake.Frosting.Issues.MsBuild to use these aliases with Cake Frosting.
- Assembly
- Cake
.Issues .MsBuild .dll - Namespace
- Cake
.Issues .MsBuild - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
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 a specific priority.
static
|
Ms |
void |
Registers a new URL resolver with default priority of 0.
static
|
Ms |
Base |
Gets an instance for the MsBuild binary log format.
static
|
MsBuildIssues |
IIssueProvider |
Gets an instance of a provider for issues reported as MsBuild warnings using specified settings.
static
|
Ms |
IIssueProvider |
Gets an instance of a provider for issues reported as MsBuild warnings using log content.
static
|
Ms |
IIssueProvider |
Gets an instance of a provider for issues reported as MsBuild warnings using a log file from disk.
static
|
Ms |
string |
Gets the name of the MsBuild issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|
Ms |
Base |
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
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|