Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realtime API update #5

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

antoniozh
Copy link

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.

@Silvenga
Copy link
Owner

Silvenga commented Dec 2, 2022

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?

@antoniozh
Copy link
Author

Do you mean moving the CI pipeline to the new SDK too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants