From 75157979fc64bac0266b1b14e5768b27afca2ec1 Mon Sep 17 00:00:00 2001 From: Lisandro Crespo Date: Wed, 12 Aug 2026 11:05:34 -0500 Subject: [PATCH] Document .NET 10 workaround for Mac users --- docs/docs/00100-intro/00200-quickstarts/00600-c-sharp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/00100-intro/00200-quickstarts/00600-c-sharp.md b/docs/docs/00100-intro/00200-quickstarts/00600-c-sharp.md index 5403013d6fc..52b4e03b81a 100644 --- a/docs/docs/00100-intro/00200-quickstarts/00600-c-sharp.md +++ b/docs/docs/00100-intro/00200-quickstarts/00600-c-sharp.md @@ -18,6 +18,10 @@ Get a SpacetimeDB C# app running in under 5 minutes. - [.NET 10 SDK](https://dotnet.microsoft.com/download/dotnet/10.0) installed ([.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0) is supported but will be deprecated soon). Please note that target .NET 10 is currently unsupported on Mac. - [SpacetimeDB CLI](https://spacetimedb.com/install) installed. +::::note +If you are building C# modules on macOS and need to target .NET 10, run SpacetimeDB inside a Linux environment, such as a Linux VM or container, and build and publish your module from there. +:::: + ---