Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed May 16, 2024
1 parent 6050eca commit 9e5f209
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ 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:
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
Expand Down

0 comments on commit 9e5f209

Please sign in to comment.