Hi Mark, You are facing https://github.com/pythonnet/pythonnet/issues/514 At this moment the easiest way to do it is to add a method to ServiceInformation to add an item to SerivceHosts collection. E.g. public void AddServiceHost(string serviceHost) => this.ServiceHosts.Add(serviceHost); then call
Hello,
I think this is a really basic question, but I haven't found a solution. I've
been asked to use a .NET assembly from python. I have programed in other
languages, but not C#. In the brief time I've used it, PythonNet has been
fantastic... with one little wrinkle.
Here's a pared down
Hello,
I think this is a really basic question, but despite searching I haven't found
a solution. I've been asked to use a .NET assembly from python. I have
programed in other languages, but not C#. In the brief time I've used it,
PythonNet has been fantastic... with one little wrinkle.
H