Module outdated

Source
Expand description

This parses the output of dotnet-outdated

Structs§

Dependency
Data about each outdated dependency
DotnetOutdatedData
Outer structure for parsing donet-outdated output
DotnetOutdatedOptions
These are options to modify the behaviour of the program.
Framework
Per project per target framework data
Project
Per project data

Enums§

IndicatedUpdateRequirement
What the exit code indicated about required updates
PreRelease
Should dotnet-outdated look for pre-release versions of packages?
Severity
Severity of a required upgrade
VersionLock
should upgrades be locked to a specific major/minor/patch level only

Functions§

outdated
main entry point for the dotnet-oudated call