add IsOSPlatformOrLater and IsOSPlatformEarlierThan methods (#39005)
authorAdam Sitnik <adam.sitnik@gmail.com>
Fri, 10 Jul 2020 19:04:47 +0000 (21:04 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 19:04:47 +0000 (21:04 +0200)
commit3480a74e0b32ec9d1211482940838c1b5a7d17ab
treed3b4d038f665dad6b64fc611d545b4951ea9ccf7
parent385efa85cb4359bf5d6bad6111529aff9029b10a
add IsOSPlatformOrLater and IsOSPlatformEarlierThan methods (#39005)

* add tests for IsOSPlatformOrLater and IsOSPlatformEarlierThan methods

* add IsOSPlatformOrLater and IsOSPlatformEarlierThan methods

* add xml docs that explain what the API does and what input is supported

* address code review feedback

* numbers in the middle of the platform name are not supported
src/libraries/System.Runtime.InteropServices.RuntimeInformation/ref/System.Runtime.InteropServices.RuntimeInformation.cs
src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/Resources/Strings.resx
src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System.Runtime.InteropServices.RuntimeInformation.csproj
src/libraries/System.Runtime.InteropServices.RuntimeInformation/src/System/Runtime/InteropServices/RuntimeInformation/RuntimeInformation.PlatformVersion.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/PlatformVersionTests.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices.RuntimeInformation/tests/System.Runtime.InteropServices.RuntimeInformation.Tests.csproj