nicoriff / ORMi

A Light-ORM for accesing WMI
MIT License
210 stars 28 forks source link

Can't run code on linux #23

Closed infernalred closed 4 years ago

infernalred commented 4 years ago

If i publish app on linux server i get System.Management currently is only supported for Windows desktop applications.

nicoriff commented 4 years ago

There seems to be no plans to support that functionality yet. Take a look at this links:

What do you need to do?.

infernalred commented 4 years ago

WMI query (

chucker commented 4 years ago

If i publish app on linux server

There is no WMI on Linux. Are you trying to query a Windows machine from Linux?