-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS minimum version numbers are unreliable #1341
Comments
Yeah most of the values are wrong. You should completely ignore this attribute until a major overhaul is completed. |
Will close this for #738. If you believe that's in error, just holler! |
I think we should either document that it's unreliable, or (preferably) remove the field from the database until it has some modicum of accuracy. (FWIW, I wasted an afternoon implementing this in my Dart projection instead of my artisanally handcrafted values before I realized that it was a retrograde step.) |
Agreed, and sorry! |
I'd love to be able to trust the value of
SupportedOSPlatform
, but currently the data appears dangerously (!) inaccurate. This is super-hard, I know, but it would be better to not have it in the metadata than have unreliable data.Some examples:
ClosePseudoConsole
and othermodern console functions
GetDisplayAutoRotationPreferences
GetMachineTypeAttributes
GetTempPath2
IsWow64Process2
The text was updated successfully, but these errors were encountered: