Skip to content

Commit b9f0980

Browse files
committed
Review comments for DOCSP-39161 .NET baseurl
1 parent 0c633d6 commit b9f0980

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

examples/dotnet/Examples/BaseURLChange.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
using Realms.Logging;
99
using System.Threading;
1010

11-
//:snippet-start: experimental-import
12-
using System.Diagnostics.CodeAnalysis;
13-
//:snippet-end:
14-
1511
namespace Examples
1612
{
1713
public class BaseURLChange

source/examples/generated/dotnet/BaseURLChange.snippet.experimental-import.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/sdk/dotnet/app-services/connect-to-app-services-backend.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,7 @@ method:
8484

8585
This API is experimental. As seen above, you must use ``#pragma warning disable Rlm001``
8686
and ``#pragma warning restore Rlm001`` to suppress the experimental errors,
87-
where ``Rlm001`` is the experimental attributes's ``diagnosticId``. You must
88-
also import the following namespace at the top of your file, which contains
89-
the ``Experimental`` attribute:
90-
91-
.. literalinclude:: /examples/generated/dotnet/BaseURLChange.snippet.experimental-import.cs
92-
:language: csharp
87+
where ``Rlm001`` is the experimental attributes's ``diagnosticId``.
9388

9489
If you want to change the ``baseURL`` after you have logged in a user and
9590
have opened a synced database, the app must perform a

0 commit comments

Comments
 (0)