Realtime API update
I updated the project to .NET Standard 2.0 and removed some wrappers. I also added NLog as a library and refactored the references to ILogger to NLog.ILogger.
With some tweaks and changes to the subscription code and room retrieval, subscribing to room message streams works now.
I used an older bait-and-switch technique to support the PCL (have the compiler link against a dummy assembly during builds, but load the correct assembly in the target project) - which might be why the build is currently failing. In theory, this technique wouldn't be needed in .NET Standard land.
Perhaps moving everything to the new SDK might fix the build errors?
Do you mean moving the CI pipeline to the new SDK too?