Expand description
This parses the output of dotnet-outdated
Structs§
- Dependency
- Data about each outdated dependency
- Dotnet
Outdated Data - Outer structure for parsing donet-outdated output
- Dotnet
Outdated Options - These are options to modify the behaviour of the program.
- Framework
- Per project per target framework data
- Project
- Per project data
Enums§
- Indicated
Update Requirement - 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
- Version
Lock - should upgrades be locked to a specific major/minor/patch level only
Functions§
- outdated
- main entry point for the dotnet-oudated call