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 <andrewarnott@gmail.com>2021-07-14 02:05:02 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2021-07-14 16:10:37 +0300
commitf5edd630a3139a4b45aeac25386800c37019cb42 (patch)
treeffcae86a4281ec571ed7c88a823e3e0a39672081 /sandbox
parent0f1a56bd7a435f0aa15f7215bc85113d2a2cbe39 (diff)
String interning on by default
Also revert the Options changes. If the app needs to customize string interning, they can do so by changing the resolver to their own formatter.
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj b/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
index 3bca0b87..7c86c1eb 100644
--- a/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
+++ b/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
@@ -72,9 +72,6 @@
<Compile Include="..\..\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializerOptions.cs">
<Link>Code\MessagePackSerializerOptions.cs</Link>
</Compile>
- <Compile Include="..\..\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\InternedStringCollection.cs">
- <Link>Code\InternedStringCollection.cs</Link>
- </Compile>
<Compile Include="..\..\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSecurity.cs">
<Link>Code\MessagePackSecurity.cs</Link>
</Compile>