Closed uriel-kluk closed 7 months ago
Do I need to run the codegen from a Linux machine with networkmanager
Yes. Alternatively, you can get the xml files (like from https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/tree/main/introspection) and pass the file names to the codegen
command.
Hello,
I am running the command you provided in the documentation:
dotnet dbus codegen --bus system --service org.freedesktop.NetworkManager --interface org.freedesktop.NetworkManager.Connection.Active:ActiveConnection
But I it is returning the following error:
Do I need to run the codegen from a Linux machine with
networkmanager
, or can I invoke it from my Windows development box?Thanks, Uri Kluk