Skip to content

Commit 904e83f

Browse files
committed
Add new sync projects tool.
New tool take advantage of xplat MSBuild and new glob engine.
1 parent 5604b9c commit 904e83f

14 files changed

Lines changed: 1192 additions & 4 deletions

Sync.Test.json

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
[
2+
{
3+
"name": "MsgPack.UnitTest.Mono",
4+
"base": "MsgPack.UnitTest",
5+
"globs": [
6+
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
7+
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"}
8+
]
9+
},
10+
{
11+
"name": "MsgPack.UnitTest.BclExtensions.Mono",
12+
"base": "MsgPack.UnitTest.BclExtensions",
13+
"globs": [
14+
{"type": "include", "path": "../MsgPack.UnitTest.BclExtensions/**/*.cs"},
15+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"}
16+
]
17+
},
18+
{
19+
"name": "MsgPack.UnitTest.Silverlight.5",
20+
"base": "MsgPack.UnitTest",
21+
"globs": [
22+
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
23+
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
24+
{"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"},
25+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*"},
26+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"},
27+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"},
28+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/ArrayGenerationBasedAutoMessagePackSerializerTest.cs"},
29+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/ArrayGenerationBasedEnumSerializationTest.cs"},
30+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CompositeTest.cs"},
31+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
32+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/GenerationBasedNilImplicationTest.cs"},
33+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MapGenerationBasedAutoMessagePackSerializerTest.cs"},
34+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MapGenerationBasedEnumSerializationTest.cs"},
35+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
36+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
37+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
38+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
39+
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
40+
{"type": "remove", "path": "../MsgPack.UnitTest/AssertEx.cs"},
41+
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"}
42+
]
43+
},
44+
{
45+
"name": "MsgPack.UnitTest.Silverlight.5.FullTrust",
46+
"base": "MsgPack.UnitTest.Silverlight.5",
47+
"globs": [
48+
]
49+
},
50+
{
51+
"name": "MsgPack.UnitTest.Xamarin.iOS",
52+
"base": "MsgPack.UnitTest",
53+
"globs": [
54+
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
55+
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
56+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"},
57+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
58+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
59+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
60+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*"},
61+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
62+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
63+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
64+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
65+
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
66+
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"}
67+
]
68+
},
69+
{
70+
"name": "MsgPack.UnitTest.Xamarin.Android",
71+
"base": "MsgPack.UnitTest.Xamarin.iOS",
72+
"globs": [
73+
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/AppDelegate.cs"},
74+
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Main.cs"}
75+
]
76+
},
77+
{
78+
"name": "MsgPack.UnitTest.Uwp",
79+
"base": "MsgPack.UnitTest.Xamarin.Android",
80+
"globs": [
81+
]
82+
},
83+
{
84+
"name": "MsgPack.UnitTest.Uwp.Aot",
85+
"base": "MsgPack.UnitTest.Uwp",
86+
"globs": [
87+
]
88+
},
89+
{
90+
"name": "MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop",
91+
"base": "MsgPack.UnitTest.Uwp",
92+
"globs": [
93+
{"type": "include", "path": "../MsgPack.UnitTest/Dummies/**/*.cs"},
94+
{"type": "include", "path": "../MsgPack.UnitTest/Mono/**/*.cs"},
95+
{"type": "remove", "path": "../MsgPack.UnitTest/gen/MsgPack_Serialization_PolymorphicMemberTypeKnownType*.cs"},
96+
{"type": "remove", "path": "../MsgPack.UnitTest/gen/MsgPack_Serialization_PolymorphicMemberTypeRuntimeType*.cs"},
97+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"},
98+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
99+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"},
100+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
101+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
102+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
103+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*.cs"},
104+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
105+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
106+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__SerializationTargetTest.cs"},
107+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
108+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
109+
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
110+
{"type": "remove", "path": "../MsgPack.UnitTest/ExceptionTest.cs"},
111+
{"type": "remove", "path": "../MsgPack.UnitTest/MessagePackObjectTest.RuntimeSerialization.cs"},
112+
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"},
113+
{"type": "remove", "path": "../MsgPack.UnitTest/UnpackingTest.Combinations*.cs"}
114+
]
115+
},
116+
{
117+
"name": "MsgPack.UnitTest.WinRT",
118+
"base": "MsgPack.UnitTest.Uwp",
119+
"globs": [
120+
{"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"},
121+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"},
122+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
123+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"},
124+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
125+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
126+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
127+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*.cs"},
128+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
129+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
130+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__SerializationTargetTest.cs"},
131+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
132+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
133+
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*GenerationBased*.cs"},
134+
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
135+
{"type": "remove", "path": "../MsgPack.UnitTest/ExceptionTest.cs"},
136+
{"type": "remove", "path": "../MsgPack.UnitTest/MessagePackObjectTest.RuntimeSerialization.cs"},
137+
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"},
138+
{"type": "remove", "path": "../MsgPack.UnitTest/UnpackingTest.Combinations*.cs"}
139+
]
140+
},
141+
{
142+
"name": "MsgPack.UnitTest.BclExtensions.WinRT",
143+
"base": "MsgPack.UnitTest.BclExtensions",
144+
"globs": [
145+
{"type": "include", "path": "../MsgPack.UnitTest.BclExtensions/**/*.cs"},
146+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"},
147+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/*CodeDomBased*.cs"},
148+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/*FieldBased*.cs"},
149+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/RoslynCodeGeneration.cs"},
150+
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/TempFileDependentAssemblyManager.cs"}
151+
]
152+
},
153+
{
154+
"name": "MsgPack.UnitTest.Silverlight.WindowsPhone",
155+
"base": "MsgPack.UnitTest.WinRT",
156+
"globs": [
157+
]
158+
},
159+
{
160+
"name": "MsgPack.UnitTest.WinRT.WindowsPhone",
161+
"base": "MsgPack.UnitTest.WinRT",
162+
"globs": [
163+
]
164+
}
165+
]

Sync.json

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
[
2+
{
3+
"name": "MsgPack.Uwp",
4+
"globs": [
5+
{"type": "include", "path": "../CommonAssemblyInfo.cs"},
6+
{"type": "include", "path": "../MsgPack/**/*.cs"},
7+
{"type": "remove", "path": "../MsgPack/Properties/**/*.cs"},
8+
{"type": "remove", "path": "../MsgPack/obj/**/*.cs"},
9+
{"type": "include", "path": "**/*.cs"},
10+
{"type": "remove", "path": "obj/**/*.cs"},
11+
12+
{"type": "remove", "path": "../MsgPack/Serialization/AbstractSerializers/**/*.cs"},
13+
{"type": "remove", "path": "../MsgPack/Serialization/CodeDomSerializers/**/*.cs"},
14+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
15+
{"type": "remove", "path": "../MsgPack/Serialization/EmittingSerializers/**/*.cs"},
16+
{"type": "remove", "path": "../MsgPack/Serialization/ExpressionSerializers/**/*.cs"},
17+
{"type": "remove", "path": "../MsgPack/Serialization/Metadata/**/*.cs"},
18+
{"type": "remove", "path": "../MsgPack/Serialization/Reflection/TracingILGenerator.*"},
19+
{"type": "remove", "path": "../MsgPack/Serialization/CallbackEnumMessagePackSerializer.cs"},
20+
{"type": "remove", "path": "../MsgPack/Serialization/CallbackMessagePackSerializer`1.cs"},
21+
{"type": "remove", "path": "../MsgPack/Serialization/CodeGenerationSink.cs"},
22+
{"type": "remove", "path": "../MsgPack/Serialization/DependentAssemblyManager.cs"},
23+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializerNameResolver.cs"},
24+
{"type": "remove", "path": "../MsgPack/Serialization/FromExpression.*"},
25+
{"type": "remove", "path": "../MsgPack/Serialization/IndividualFileCodeGenerationSink.cs"},
26+
{"type": "remove", "path": "../MsgPack/Serialization/ISerializerGeneratorConfiguration.cs"},
27+
{"type": "remove", "path": "../MsgPack/Serialization/ReflectionExtensions.ConstructorDelegate.cs"},
28+
{"type": "remove", "path": "../MsgPack/Serialization/SerializerAssemblyGenerationConfiguration.cs"},
29+
{"type": "remove", "path": "../MsgPack/Serialization/SerializerCodeInformation.cs"},
30+
{"type": "remove", "path": "../MsgPack/Serialization/SerializerCodeGenerationConfiguration.cs"},
31+
{"type": "remove", "path": "../MsgPack/Serialization/SerializerCodeGenerationContext.cs"},
32+
{"type": "remove", "path": "../MsgPack/Serialization/SerializerCodeGenerationResult.cs"},
33+
{"type": "remove", "path": "../MsgPack/Serialization/SerializerGenerator.cs"},
34+
{"type": "remove", "path": "../MsgPack/Serialization/TeeTextWriter.cs"},
35+
{"type": "remove", "path": "../MsgPack/Serialization/SingleTextWriterCodeGenerationSink.cs"},
36+
{"type": "remove", "path": "../MsgPack/Serialization/Tracer.cs"},
37+
{"type": "remove", "path": "../MsgPack/MPContract.cs"},
38+
{"type": "remove", "path": "../MsgPack/UnsafeNativeMethods.cs"},
39+
{"type": "remove", "path": "../MsgPack/Validation.cs"}
40+
]
41+
},
42+
{
43+
"name": "MsgPack.Unity.Full",
44+
"base": "MsgPack.Uwp",
45+
"globs": [
46+
{"type": "include", "path": "../MsgPack/MPContract.cs"},
47+
{"type": "include", "path": "../MsgPack/Volatile.cs"},
48+
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/CollectionSerializerBase`2.cs"},
49+
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/DictionarySerializerBase`3.cs"},
50+
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/ReadOnlyCollectionMessagePackSerializer`2.cs"},
51+
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/ReadOnlyDictionaryMessagePackSerializer`3.cs"},
52+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyCollectionMessagePackSerializer`2.cs"},
53+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyDictionaryMessagePackSerializer`3.cs"},
54+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FileTimeMessagePackSerializerProvider.cs"},
55+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FSharpCollectionSerializer`2.cs"},
56+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FSharpMapSerializer`3.cs"},
57+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableCollectionSerializer`2.cs"},
58+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableDictionarySerializer`3.cs"},
59+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableStackSerializer`2.cs"},
60+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/NativeFileTimeMessagePackSerializer.cs"},
61+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.cs"},
62+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Numerics_ComplexMessagePackSerializer.cs"},
63+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
64+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/UnixEpocFileTimeMessagePackSerializer.cs"},
65+
{"type": "remove", "path": "../MsgPack/Serialization/ReflectionSerializers/ReflectionTupleMessagePackSerializer`1.cs"},
66+
{"type": "remove", "path": "../MsgPack/Serialization/ReflectionExtensions.ConstructorDelegate.cs"},
67+
{"type": "remove", "path": "../MsgPack/BufferedStream.cs"},
68+
{"type": "remove", "path": "../MsgPack/NetStandardCompatibility.cs"},
69+
{"type": "remove", "path": "../MsgPack/TaskAugument.cs"},
70+
{"type": "remove", "path": "../MsgPack/UnsafeNativeMethods.cs"},
71+
{"type": "remove", "path": "../MsgPack/Validation.cs"}
72+
]
73+
},
74+
{
75+
"name": "MsgPack.Unity",
76+
"base": "MsgPack.Unity.Full",
77+
"globs": [
78+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Queue_1MessagePackSerializer.cs"},
79+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Stack_1MessagePackSerializer`1.cs"},
80+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"},
81+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_UriMessagePackSerializer.cs"}
82+
]
83+
},
84+
{
85+
"name": "MsgPack.Silverlight.5",
86+
"base": "MsgPack.Uwp",
87+
"globs": [
88+
{"type": "include", "path": "../MsgPack/UnsafeNativeMethods.cs"},
89+
{"type": "include", "path": "../MsgPack/Volatile.cs"},
90+
{"type": "include", "path": "../MsgPack/Serialization/Metadata/_MessagePackSerializer.cs"},
91+
{"type": "include", "path": "../MsgPack/Serialization/Metadata/_SerializationContext.cs"},
92+
{"type": "include", "path": "../MsgPack/Serialization/Reflection/TracingILGenerator*.cs"},
93+
{"type": "include", "path": "../MsgPack/Serialization/ReflectionExtensions.ConstructorDelegate.cs"},
94+
{"type": "include", "path": "../MsgPack/Serialization/FromExpression*.cs"},
95+
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/ReadOnlyCollectionMessagePackSerializer`2.cs"},
96+
{"type": "remove", "path": "../MsgPack/Serialization/CollectionSerializers/ReadOnlyDictionaryMessagePackSerializer`3.cs"},
97+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyCollectionMessagePackSerializer`2.cs"},
98+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyDictionaryMessagePackSerializer`3.cs"},
99+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FileTimeMessagePackSerializerProvider.cs"},
100+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FSharpCollectionSerializer`2.cs"},
101+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/FSharpMapSerializer`3.cs"},
102+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableCollectionSerializer`2.cs"},
103+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableDictionarySerializer`3.cs"},
104+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/ImmutableStackSerializer`2.cs"},
105+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/NativeFileTimeMessagePackSerializer.cs"},
106+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.cs"},
107+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_QueueMessagePackSerializer.cs"},
108+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_StackMessagePackSerializer.cs"},
109+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"},
110+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
111+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/UnixEpocFileTimeMessagePackSerializer.cs"},
112+
{"type": "remove", "path": "../MsgPack/BufferedStream.cs"},
113+
{"type": "remove", "path": "../MsgPack/NetStandardCompatibility.cs"},
114+
{"type": "remove", "path": "../MsgPack/TaskAugument.cs"}
115+
]
116+
},
117+
{
118+
"name": "MsgPack.Silverlight.WindowsPhone",
119+
"base": "MsgPack.Uwp",
120+
"globs": [
121+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.cs"},
122+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_QueueMessagePackSerializer.cs"},
123+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_StackMessagePackSerializer.cs"},
124+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"},
125+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Numerics_ComplexMessagePackSerializer.cs"},
126+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs"},
127+
{"type": "remove", "path": "../MsgPack/Serialization/DefaultSerializers/UnixEpocFileTimeMessagePackSerializer.cs"},
128+
{"type": "remove", "path": "../MsgPack/Serialization/Reflection/ReflectionHelpers.cs"},
129+
{"type": "remove", "path": "../MsgPack/BufferedStream.cs"},
130+
{"type": "remove", "path": "../MsgPack/NetStandardCompatibility.cs"},
131+
{"type": "remove", "path": "../MsgPack/TaskAugument.cs"}
132+
]
133+
}
134+
]

0 commit comments

Comments
 (0)