parser

package
v0.0.0-...-f0aaf24 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Folder

type Folder struct {
	Folders []string
	Project *Project
}

Folder holds the information about a folder

func ParseFolder

func ParseFolder(ctx context.Context, folder string) (Folder, error)

ParseFolder retrieves the information of the folder and extract them to allow rules interpolation.

type Project

type Project struct {
	ProjectSDK      string
	TargetFramework string
	IsTestProject   bool

	References   []string
	Dependencies []string
}

func ParseProject

func ParseProject(csprojPath string) (Project, error)

ParseProject will parse a csproj file to retrieve project informations

Jump to

Keyboard shortcuts

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