Uh oh!
There was an error while loading. Please reload this page.
Remove new platform members from OSPlatform - #40373
Conversation
Dotnet-GitSync-Bot
commented
Aug 5, 2020
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
adamsitnik
commented
Aug 5, 2020
I've added the no merge label as I simply need to revert more changes (new methods added to RuntimeInformation && OrdinalIgnoreCaseChange) |
jeffhandley
commented
Aug 5, 2020
@terrajobst / @adamsitnik -- I propose that we leave Here are a couple of PRs that had added references to
I was considering a suggestion that we change the reference to |
steveisok
commented
Aug 5, 2020
I would definitely feel more comfortable if we left |
akoeplinger
commented
Aug 5, 2020
I don't think it's that bad, there are only two usages of |
campersau
commented
Aug 6, 2020
Note that aspnetcore is also already using |
akoeplinger
commented
Aug 6, 2020
Yeah we can change them back to using |
adamsitnik
commented
Aug 6, 2020
@buyaa-n@jeffhandley PTAL. I've removed the methods and properties that I've recently added. Once #40457 gets merged I am going to send another PR that will make |
Uh oh!
There was an error while loading. Please reload this page.
We'll need to fix dotnet/aspnetcore as well https://github.com/dotnet/aspnetcore/search?q=OSPlatform.Browser&unscoped_q=OSPlatform.Browser |
Uh oh!
There was an error while loading. Please reload this page.
…Platform. it won't compile now as the new guards have not been merged yet (dotnet#40457)
Uh oh!
There was an error while loading. Please reload this page.
…n/tests/CheckPlatformTests.cs
adamsitnik
commented
Aug 7, 2020
The CI failure is unrelated ( |
adamsitnik
commented
Aug 7, 2020
I've sent a PR to ASP.NET: dotnet/aspnetcore#24652 |
* Remove new platform members from OSPlatform * remove IsOSPlatformEarlierThan and IsOSPlatformOrLater methods * remove unused resource and dependency * delegate RuntimeInformation.IsOSPlatform to call OperatingSystem.IsOSPlatform. it won't compile now as the new guards have not been merged yet (dotnet#40457) * remove OSPlatform.Browser and it's usage
The spec mentions removing also the "Browser": #40111 (comment)
I am not sure about this since it was added 4 months ago together with
Architecture.Wasmin #34781cc @terrajobst