Fix Version's comparer operators to allow null (#23898)
authorStephen Toub <stoub@microsoft.com>
Fri, 12 Apr 2019 00:47:35 +0000 (20:47 -0400)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2019 00:47:35 +0000 (20:47 -0400)
commit35d7e1560fd4efdd5829b6e3fccc0932d923d617
tree1396a4b9450fbc6fd56d5c519811d140e4d70bc6
parentcfffad26af69d0393fe5615cf40114f50e31f4d5
Fix Version's comparer operators to allow null (#23898)

Previously for `<`/`<=` it would throw if `v1` argument was null, but for `>`/`>=` would throw if the `v1` argument was null, albeit using `v1` in the exception parameter name.  It's also not expected for comparisons like this to throw, in general.
src/System.Private.CoreLib/shared/System/Version.cs
tests/CoreFX/CoreFX.issues.json