You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the --maximum-version (-mv) flag, the tool throws a CommandValidationException if the provided version string is valid but lacks build or revision parts (e.g., 8.0).
This happens because Version.TryParse normalizes missing fields to -1, which causes unexpected comparison behavior later in the analysis phase.
When using the --maximum-version (-mv) flag, the tool throws a CommandValidationException if the provided version string is valid but lacks build or revision parts (e.g., 8.0).
This happens because Version.TryParse normalizes missing fields to -1, which causes unexpected comparison behavior later in the analysis phase.