nuget

package
v0.7.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2019 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package nuget implements NuGet analysis.

A `BuildTarget` for NuGet is the path to the project file (e.g. the *.csproj file).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dir

func Dir(m module.Module) string

func Discover

func Discover(dir string, options map[string]interface{}) ([]module.Module, error)

func Packages

func Packages(projects map[string]dotnet.Manifest, lockfile dotnet.Lockfile, deps map[pkg.ID]pkg.Package, dep string) pkg.ID

func Projects

func Projects(projects map[string]dotnet.Manifest, projectFile string) error

Types

type Analyzer

type Analyzer struct {
	Cmd     string
	Version string

	Module  module.Module
	Options Options
	// contains filtered or unexported fields
}

func New

func New(m module.Module) (*Analyzer, error)

func (*Analyzer) Analyze

func (a *Analyzer) Analyze() (graph.Deps, error)

func (*Analyzer) Build

func (a *Analyzer) Build() error

func (*Analyzer) Clean

func (a *Analyzer) Clean() error

func (*Analyzer) IsBuilt

func (a *Analyzer) IsBuilt() (bool, error)

type Options

type Options struct {
	Target   string
	Strategy string `mapstructure:"strategy"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL