Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrew.arnott@microsoft.com>2022-05-24 16:30:54 +0300
committerAndrew Arnott <andrewarnott@live.com>2022-05-24 19:08:29 +0300
commit14ed43cf395c61b4a6aeefa6fe90b72e5d05c0ce (patch)
tree9c12d0b3d41af9de75d5c5972c85d92e5e13f97e
parentc7ef724b09e12284062fb5534d74c78164685fbc (diff)
Workaround https://github.com/dotnet/roslyn/issues/61478
-rw-r--r--src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/MessagePackWriterTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/MessagePackWriterTests.cs b/src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/MessagePackWriterTests.cs
index 5d06e78d..de2aa674 100644
--- a/src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/MessagePackWriterTests.cs
+++ b/src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/MessagePackWriterTests.cs
@@ -33,7 +33,7 @@ namespace MessagePack.Tests
#endif
/// <summary>
- /// Verifies that <see cref="MessagePackWriter.WriteRaw(ReadOnlySpan{byte})"/>
+ /// Verifies that <c>MessagePackWriter.WriteRaw(ReadOnlySpan{byte})</c>
/// accepts a span that came from stackalloc.
/// </summary>
[Fact]