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>2020-09-12 01:43:30 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2020-09-12 01:43:30 +0300
commitcdb5adda1e0c453f38a27e8fb75f1356708f5024 (patch)
tree5614fe757853a831dd98b27ad5046820c4ad62f1 /sandbox
parentb75a2b4c6a38ff8d3bec59815d45d12253b94290 (diff)
Lock for all Ref.Emit code when on mono
This allows us to resume running tests concurrently on mono. I also remove a smaller lock that was there even for .NET Framework, since I don't know why we would need that and it simplified things slightly to remove it.
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj b/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
index 8e31977a..4ef220a0 100644
--- a/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
+++ b/sandbox/DynamicCodeDumper/DynamicCodeDumper.csproj
@@ -75,6 +75,9 @@
<Compile Include="..\..\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSecurity.cs">
<Link>Code\MessagePackSecurity.cs</Link>
</Compile>
+ <Compile Include="..\..\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MonoProtection.cs">
+ <Link>Code\MonoProtection.cs</Link>
+ </Compile>
<Compile Include="..\..\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\HashCode.cs">
<Link>Code\HashCode.cs</Link>
</Compile>