Skip to content
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

Consider exposing more APIs via RuntimeInformation #17470

Closed
pranavkm opened this issue Jun 1, 2016 · 2 comments
Closed

Consider exposing more APIs via RuntimeInformation #17470

pranavkm opened this issue Jun 1, 2016 · 2 comments
Assignees
Milestone

Comments

@pranavkm
Copy link
Contributor

pranavkm commented Jun 1, 2016

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?

@joshfree
Copy link
Member

joshfree commented Jun 1, 2016

@weshaggard giving this to you since you have strong feelings about this space

@weshaggard
Copy link
Member

A more general issue is at https://github.com/dotnet/corefx/issues/12737 so closing this one in favor of that issue.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 2.0.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants