nuget

package
v0.7.0-beta.6 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2018 License: MPL-2.0 Imports: 12 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 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

	Options Options
	// contains filtered or unexported fields
}

func New

func New(opts map[string]interface{}) (*Analyzer, error)

func (*Analyzer) Analyze

func (a *Analyzer) Analyze(m module.Module) (module.Module, error)

func (*Analyzer) Build

func (a *Analyzer) Build(m module.Module) error

func (*Analyzer) Clean

func (a *Analyzer) Clean(m module.Module) error

func (*Analyzer) Discover

func (a *Analyzer) Discover(dir string) ([]module.Module, error)

func (*Analyzer) IsBuilt

func (a *Analyzer) IsBuilt(m module.Module) (bool, error)

type Options

type Options struct {
	Target string
}

Jump to

Keyboard shortcuts

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