DeviceId icon indicating copy to clipboard operation
DeviceId copied to clipboard

It doesn't work on the ARM platform.

Open ShineLuLu opened this issue 8 months ago • 1 comments

new DeviceIdBuilder() .AddMachineName() .AddOsVersion() .OnLinux(linux => linux .AddMotherboardSerialNumber() .AddSystemDriveSerialNumber()).ToString()

The return value is an empty string.

ShineLuLu avatar May 23 '25 06:05 ShineLuLu

Thanks for the report.

I don't have the resources to support those specific components on ARM. Community help or pull requests are welcome.

I've given this issue the "help wanted" tag.

Cheers!

MatthewKing avatar Sep 04 '25 11:09 MatthewKing