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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-06-15 20:20:14 +0300
committerLluis Sanchez <llsan@microsoft.com>2022-09-13 20:38:42 +0300
commit86c3e6c0ac2cff97bc3f110afa4e5cb1467db862 (patch)
tree0d4662b7caeb2f92d5439cf3cbbe0b67e988b1b1 /Test
parentf215fbb8240d28ff2e445797ad7af0dbeb7664a1 (diff)
Thread safety fixes
Remove the concept of TreeNodeBuilder, it was getting too complex. An easier solution is to add a transaction mode to TreeNode, which when enabled handles children in a list builder, and which is committed when ending the context transaction. Fixed several bugs.
Diffstat (limited to 'Test')
-rw-r--r--Test/FileExtender/FileExtender.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/FileExtender/FileExtender.csproj b/Test/FileExtender/FileExtender.csproj
index b2d6155..c40029f 100644
--- a/Test/FileExtender/FileExtender.csproj
+++ b/Test/FileExtender/FileExtender.csproj
@@ -11,6 +11,8 @@
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace>FileExtender</RootNamespace>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
+ <TargetFrameworks>$(DotNetCoreTarget)</TargetFrameworks>
+ <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>