See: Description
| Class | Description |
|---|---|
| DirectoryBuildPropsParser |
Parses `Directory.Build.props`.
|
| DirectoryPackagesPropsParser |
Parses a nuget's Directory.Packages.props file using XPath.
|
| 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-21 Jeremy Long. All Rights Reserved.