Open
Description
Description
Version.Parse(".")
throws FormatException
with the message The input string '' was not in a correct format
.
Reproduction Steps
var v = Version.Parse(".");
var v = Version.Parse("1.");
var v = Version.Parse("1.0.");
Expected behavior
The input string '1.0.' was not in a correct format
Actual behavior
The input string '' was not in a correct format
Regression?
No response
Known Workarounds
No response
Configuration
10.0.0-preview.4.25258.110
Other information
No response