You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI and AspNet Core have a bunch of APIs that p/invoke to read runtime information that's not readily available via RuntimeInformation. This includes operating system version and Unix distro name. Scanning through the code, there're internal APIs to read both these pieces of information, but they aren't surfaced in a way that can be consumed.
Could the API surface for RuntimeInformation be enhanced to include this information?
The text was updated successfully, but these errors were encountered:
The CLI and AspNet Core have a bunch of APIs that p/invoke to read runtime information that's not readily available via
RuntimeInformation
. This includes operating system version and Unix distro name. Scanning through the code, there're internal APIs to read both these pieces of information, but they aren't surfaced in a way that can be consumed.Could the API surface for
RuntimeInformation
be enhanced to include this information?The text was updated successfully, but these errors were encountered: