Uses of Class
org.owasp.dependencycheck.data.nuget.MSBuildProjectParseException
Packages that use MSBuildProjectParseException
Package
Description
Contains classes related to parsing Nuget related files
These are used to abstract away Nuget-related handling from Dependency Check so they can be used elsewhere.
These are used to abstract away Nuget-related handling from Dependency Check so they can be used elsewhere.
-
Uses of MSBuildProjectParseException in org.owasp.dependencycheck.data.nuget
Methods in org.owasp.dependencycheck.data.nuget that throw MSBuildProjectParseExceptionModifier and TypeMethodDescriptionDirectoryBuildPropsParser.parse(InputStream stream) Parse the properties from the `Directory.Build.props` file InputStream.If any import nodes are found while parsing, the values will be available via `getImports()` after parsing is complete.DirectoryPackagesPropsParser.parse(InputStream stream, Properties props) Parses the given stream for Directory.Packages.props elements.XPathMSBuildProjectParser.parse(InputStream stream, Properties props, Map<String, String> centrallyManaged) Parses the given stream for MSBuild PackageReference elements.