OSDescription.Linux: return a user-friendly name based on /etc/os-release.#83976
Conversation
c21fce1 to
8451453
Compare
|
Should a fallback based on |
It can be added in a follow-up PR. |
I was thinking about Alpine here. |
Though it doesn't use systemd, Alpine does include an |
ok, I've removed it. |
|
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsFixes #83287. @am11 @tannergooding @danmoseley @stephentoub ptal. cc @richlander
|
|
Thanks for taking this on. |
|
CI looks good for this. This is up for review. |
Co-authored-by: Stephen Toub <stoub@microsoft.com>
|
Is this good to merge? |
| } | ||
| } | ||
|
|
||
| return null; |
There was a problem hiding this comment.
Nit: I'd find this easier to read if this were moved up to above the static local function.
Fixes #83287.
@am11 @tannergooding @danmoseley @stephentoub ptal.
cc @richlander