Module dotnet_parser::outdated
source · Expand description
This parses the output of dotnet-outdated
Structs§
- Data about each outdated dependency
- Outer structure for parsing donet-outdated output
- These are options to modify the behaviour of the program.
- Per project per target framework data
- Per project data
Enums§
- What the exit code indicated about required updates
- Should dotnet-outdated look for pre-release versions of packages?
- Severity of a required upgrade
- should upgrades be locked to a specific major/minor/patch level only
Functions§
- main entry point for the dotnet-oudated call