From 361452e2106261d6c2301860ca7da69577079c4b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 12:45:36 +0000 Subject: [PATCH] Update .NET SDK docs for 0.1.2: expanded platform support Generated-By: mintlify-agent --- client-sdks/reference/dotnet.mdx | 6 ++++-- resources/supported-platforms.mdx | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/client-sdks/reference/dotnet.mdx b/client-sdks/reference/dotnet.mdx index 35462793..b1c5f023 100644 --- a/client-sdks/reference/dotnet.mdx +++ b/client-sdks/reference/dotnet.mdx @@ -41,9 +41,11 @@ import LocalOnly from '/snippets/local-only-escape.mdx'; The PowerSync .NET SDK supports: * **.NET Versions**: 6, 8, and 9 -* **.NET Framework**: Version 4.8 (requires additional configuration) -* **MAUI**: Cross-platform support for Android, iOS, and Windows +* **.NET Standard**: 2.0 (for compatibility with older libraries and frameworks) +* **.NET Framework**: Version 4.8 (requires additional configuration — see the package [README](https://github.com/powersync-ja/powersync-dotnet/tree/main?tab=readme-ov-file)) +* **MAUI**: Cross-platform support for Android, iOS, and Windows (targeting `net8.0` and `net9.0` mobile frameworks) * **WPF**: Windows desktop applications +* **Console/CLI**: Windows (x64, ARM), macOS (x64, ARM), and Linux (x64, ARM) **Current Limitations**: * Blazor (web) platforms are not yet supported. diff --git a/resources/supported-platforms.mdx b/resources/supported-platforms.mdx index b53a2f45..891b87eb 100644 --- a/resources/supported-platforms.mdx +++ b/resources/supported-platforms.mdx @@ -114,10 +114,11 @@ description: "Supported platforms and feature availability for each PowerSync Cl | Platform / Feature | Supported? | Notes | | --- | --- | --- | | WPF | Yes | | -| MAUI | Yes | | +| MAUI | Yes | Android, iOS, and Windows | | Winforms | YMMV - not tested | | -| CLI Windows | Yes | | -| CLI Mac | Yes | | +| CLI Windows | Yes (x64, ARM) | | +| CLI Mac | Yes (x64, ARM) | | +| CLI Linux | Yes (x64, ARM) | | | Avalonia UI | YMMV - not tested | | | HTTP connection method | Yes | | | WebSocket connection method | No | |