package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: Sep 26, 2019
License: MPL-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package nuget implements NuGet analysis.
A `BuildTarget` for NuGet is the path to the project file (e.g. the *.csproj
file).
Analyze determines the best way to analyze a .NET project by first looking for
a pre set strategy and then falling back through a number of methods.
type Options struct {
Strategy string `mapstructure:"strategy"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.