Skip to content

Review comments for DOCSP-39161 .NET baseurl #3267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions examples/dotnet/Examples/BaseURLChange.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading