Damian

Results 6 comments of Damian

This looks like it is similar to #230 I wrote a little solution/workaround on StackOverflow with an explanation on why it works this way: https://stackoverflow.com/questions/69749350/mapster-context-is-null-in-nested-mappings/75249680#75249680

@nathanschrope can you show me how you configure the SSL/TLS part in MQTTNet? I am trying like this: ``` // Read certificate and it's key file and password (optional) var...

Yea sure that would be possible. Can you tell me where I can find the version number so that the docker image can be tagged correctly? I have not found...

It does start up without `-p:PublishSingleFile=true` but not sure if it really works, did not test it in action. What do you mean by "requires certain directories"? If it is...

IronPython is shipped with your application. So all fine after `dotnet restore` and `dotnet build`. The Debian image used in #5 does not ship with Python pre-installed, yet the MQTTnet.Server...