public interface MSBuildProjectParser
| Modifier and Type | Method and Description |
|---|---|
List<NugetPackageReference> |
parse(InputStream stream)
Parse an input stream and returns a collection of
NugetPackageReference objects. |
List<NugetPackageReference> parse(InputStream stream) throws MSBuildProjectParseException
NugetPackageReference objects.stream - the input stream to parseMSBuildProjectParseException - when an exception occursCopyright © 2012–2020 OWASP. All rights reserved.