matrix-dotnet-sdk
matrix-dotnet-sdk copied to clipboard
A matrix client library in .NET (C#)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Hello! First, congrats for the .NET API for Matrix! It worked really well with the Console example and is nice to have a SDK developed in .NET. I was making...
could this library use a `Task`-based system for making async calls (for example: `LoginWithPasswordAsync` that would return `Task`, etc.
Move to netcoreapp3.1 and add the missing implementation within the Test project.
Hey Half-Shot! I really like the SDK you created. While using it, I encountered what I believe is a bug. The `GenericRequest` method of `HttpBackend.cs` returns a null JToken response...
- "Builder" way of doing logger almost definitely better, but not ready for most of us yet. This decouples us from .NET 3.0 preview requirement (addressing #7 ) - Also...
It doesn't seem to be, and is stopping me from compiling a netcore2.2 app EDIT: I see that the LoggerFactory.Create method is indeed being used, so technically that makes a...