See: Description
| Interface | Description |
|---|---|
| MSBuildProjectParser |
Interface defining methods for parsing a MSBuild project file.
|
| NugetconfParser |
Interface defining methods for parsing a packages.config file.
|
| NuspecParser |
Interface defining methods for parsing a Nuspec file.
|
| Class | Description |
|---|---|
| NugetPackage |
Represents the contents of a Nuspec manifest.
|
| NugetPackageReference |
Represents a reference to a NuGet package and version.
|
| XPathMSBuildProjectParser |
Parses a MSBuild project file for NuGet references using XPath.
|
| XPathNugetconfParser |
Parse a packages.config file using XPath.
|
| XPathNuspecParser |
Parse a Nuspec file using XPath.
|
| Exception | Description |
|---|---|
| MSBuildProjectParseException |
Exception during the parsing of a MSBuild Project file.
|
| NugetconfParseException |
Exception during the parsing of a packages.config file.
|
| NuspecParseException |
Exception during the parsing of a Nuspec file.
|
Copyright © 2012–2020 OWASP. All rights reserved.