diff --git a/examples/dotnet/Examples/BaseURLChange.cs b/examples/dotnet/Examples/BaseURLChange.cs index d2350ec6b0..d6f4ff80de 100644 --- a/examples/dotnet/Examples/BaseURLChange.cs +++ b/examples/dotnet/Examples/BaseURLChange.cs @@ -8,10 +8,6 @@ using Realms.Logging; using System.Threading; -//:snippet-start: experimental-import -using System.Diagnostics.CodeAnalysis; -//:snippet-end: - namespace Examples { public class BaseURLChange diff --git a/source/examples/generated/dotnet/BaseURLChange.snippet.experimental-import.cs b/source/examples/generated/dotnet/BaseURLChange.snippet.experimental-import.cs deleted file mode 100644 index 0a69c43b19..0000000000 --- a/source/examples/generated/dotnet/BaseURLChange.snippet.experimental-import.cs +++ /dev/null @@ -1 +0,0 @@ -using System.Diagnostics.CodeAnalysis; diff --git a/source/sdk/dotnet/app-services/connect-to-app-services-backend.txt b/source/sdk/dotnet/app-services/connect-to-app-services-backend.txt index 12d0cfc9ea..49609596b3 100644 --- a/source/sdk/dotnet/app-services/connect-to-app-services-backend.txt +++ b/source/sdk/dotnet/app-services/connect-to-app-services-backend.txt @@ -84,12 +84,7 @@ method: This API is experimental. As seen above, you must use ``#pragma warning disable Rlm001`` and ``#pragma warning restore Rlm001`` to suppress the experimental errors, -where ``Rlm001`` is the experimental attributes's ``diagnosticId``. You must -also import the following namespace at the top of your file, which contains -the ``Experimental`` attribute: - -.. literalinclude:: /examples/generated/dotnet/BaseURLChange.snippet.experimental-import.cs - :language: csharp +where ``Rlm001`` is the experimental attributes's ``diagnosticId``. If you want to change the ``baseURL`` after you have logged in a user and have opened a synced database, the app must perform a