ably-dotnet
ably-dotnet copied to clipboard
.NET, MAUI, Xamarin, Mono and Unity client library SDK for Ably realtime messaging service
I am receiving following error when tried to use Ably NuGet package 1.2.14 with a .NET Framework 4.7.2 project. Could not load file or assembly 'System.Threading.Channels, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or...
* Related to https://github.com/ably/ably-dotnet/pull/147 * Fix missing RTP2f same as - Fix missing RTP2f same as https://github.com/ably/ably-cocoa/pull/1891/commits/1d2f015ff007537fd66febc6b28f79c7e2e37468 and https://github.com/ably/ably-cocoa/pull/1891/files ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4712) by [Unito](https://www.unito.io)
Pretty much exactly what was raised in #94, but that one seems to have been closed without any resolution to _one_ part of the issue: Currently there is no `Func...
* Fix build issue by replacing [F# build](https://fake.build/) with [cakebuild](https://cakebuild.net/) or [nukebuild](https://github.com/nuke-build/nuke) * [Fix newtonsoft library](https://github.com/ably/ably-dotnet/issues/1170) * Remove deprecated methods. * Add missing [msgpack support](https://github.com/ably/ably-dotnet/issues/590) * [Support .Net 8.0](https://github.com/ably/ably-dotnet/issues/1269) ┆Issue...
Add automatic typedoc extractor similar to https://github.com/ably/ably-js/blob/main/.github/workflows/docs.yml for the SDK ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4752) by [Unito](https://www.unito.io)
* Fix build issue when net6 and net7 latest versions used on GitHub actions CI. * Related dotnet issue https://github.com/dotnet/installer/issues/17325 * Currently, CI is using net6 and net7 versions that...
* According to https://learn.microsoft.com/en-us/dotnet/maui/migration/?view=net-maui-8.0, xamarin support will end on may 1 2024, so there is detailed documentation provided to migrate the project. * We already support MAUI for `ably-dotnet`, so...
I thought of Ably as a chat solution and tried to start developing it, but it seems that Xamarin is needed to receive the Push. .NET MAUI cannot receive SDK...
* Add HTTP2 support as per https://www.siakabaro.com/use-http-2-with-httpclient-in-net-6-0/ * Extension to https://github.com/ably/ably-dotnet/issues/1174 * This is required as per supported features matrix -> https://sdk.ably.com/builds/ably/ably-dotnet/main/features/ ( check at the bottom ) ┆Issue is...