Skip to content

Commit a3d9c9a

Browse files
lindseymooredacharyc
authored andcommitted
Review comments for DOCSP-39161 .NET baseurl (#3267)
## Pull Request Info - SDK Docs Consolidation Related to Jira ticket: https://jira.mongodb.org/browse/DOCSP-39161 *Staged Page* - [.NET Connect to App Services Backend](https://preview-mongodblindseymoore.gatsbyjs.io/realm/node-baseurl-additions/sdk/dotnet/app-services/connect-to-app-services-backend/#connect-to-a-specific-server)
1 parent b8d909b commit a3d9c9a

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.

temp/dotnet/app-services/connect-to-app-services-backend.txt

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

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

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

0 commit comments

Comments
 (0)