-
Notifications
You must be signed in to change notification settings - Fork 12
Switch to using System.Runtime.InteropServices.RuntimeInformation where appropriate #34
Comments
@BrennanConroy can you figure out what we need to do here? |
We can't do anything until we get new BCL packages. |
Ok, hopefully today. |
This should be doable now. |
@BrennanConroy unblocked? |
Nope, we need to get the RC3 System.* packages |
This is the cause of dotnet/efcore#5483 |
OSVersion isn't supported yet https://github.com/dotnet/corefx/issues/4741 |
@BrennanConroy where do we use those two properties? |
Testing, EntityFramework, MusicStore, Performance, Hosting |
Should I leave the spots that use OsVersion and RuntimeType and remove the references to the other types on the RuntimeEnvironment type? |
Done, will make an issue in Common for removing the RuntimeEnvironment.Sources package once RuntimeInformation has more features. |
(this can be done in RTM)
/cc @muratg
The text was updated successfully, but these errors were encountered: