forked from msgpack/msgpack-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSync.Test.json
More file actions
211 lines (211 loc) · 12.2 KB
/
Sync.Test.json
File metadata and controls
211 lines (211 loc) · 12.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
[
{
"name": "MsgPack.UnitTest.Mono",
"base": "MsgPack.UnitTest",
"globs": [
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/gen35/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Dummies/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Mono/**/*.cs"},
{"type": "include", "path": "**/*.cs"},
{"type": "remove", "path": "obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Augments.cs"}
]
},
{
"name": "MsgPack.UnitTest.BclExtensions.Mono",
"base": "MsgPack.UnitTest.BclExtensions",
"globs": [
{"type": "include", "path": "../MsgPack.UnitTest.BclExtensions/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Dummies/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Mono/**/*.cs"},
{"type": "include", "path": "**/*.cs"},
{"type": "remove", "path": "obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Augments.cs"}
]
},
{
"name": "MsgPack.UnitTest.Silverlight.5",
"base": "MsgPack.UnitTest",
"globs": [
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
{"type": "include", "path": "**/*.cs"},
{"type": "remove", "path": "obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/gen35/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Dummies/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Mono/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/ArrayGenerationBasedAutoMessagePackSerializerTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/ArrayGenerationBasedEnumSerializationTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CompositeTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/GenerationBasedNilImplicationTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MapGenerationBasedAutoMessagePackSerializerTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MapGenerationBasedEnumSerializationTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/AssertEx.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"}
]
},
{
"name": "MsgPack.UnitTest.Silverlight.5.FullTrust",
"base": "MsgPack.UnitTest.Silverlight.5",
"globs": [
{"type": "include", "path": "../MsgPack.UnitTest.Silverlight.5/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/App.xaml.cs"}
]
},
{
"name": "MsgPack.UnitTest.Xamarin.iOS",
"base": "MsgPack.UnitTest",
"globs": [
{"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/gen35/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Dummies/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Mono/**/*.cs"},
{"type": "include", "path": "**/*.cs"},
{"type": "remove", "path": "obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CompositeTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGeneratedSerializerGenerator.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Augments.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"}
]
},
{
"name": "MsgPack.UnitTest.Xamarin.Android",
"base": "MsgPack.UnitTest.Xamarin.iOS",
"globs": [
{"type": "include", "path": "../MsgPack.UnitTest.Xamarin.iOS/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/AppDelegate.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Main.cs"}
]
},
{
"name": "MsgPack.UnitTest.Uwp",
"base": "MsgPack.UnitTest.Xamarin.Android",
"globs": [
{"type": "include", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"}
]
},
{
"name": "MsgPack.UnitTest.Uwp.Aot",
"base": "MsgPack.UnitTest.Uwp",
"globs": [
]
},
{
"name": "MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop",
"base": "MsgPack.UnitTest.Uwp",
"globs": [
{"type": "include", "path": "../../src/MsgPack/Tuple`n.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/AssertEx.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/gen35/**/*.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/Dummies/**/*.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/Mono/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/gen35/MsgPack_Serialization_PolymorphicMemberTypeKnownType*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/gen35/MsgPack_Serialization_PolymorphicMemberTypeRuntimeType*.cs"},
{"type": "remove", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CompositeTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/Augments.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/ExceptionTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/MessagePackObjectTest.RuntimeSerialization.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/UnpackingTest.Combinations*.cs"}
]
},
{
"name": "MsgPack.UnitTest.WinRT",
"base": "MsgPack.UnitTest.Uwp",
"globs": [
{"type": "remove", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Serialization/AotTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*GenerationBased*.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"},
{"type": "include", "path": "../MsgPack.UnitTest/TestSuite.cs"}
]
},
{
"name": "MsgPack.UnitTest.BclExtensions.WinRT",
"base": "MsgPack.UnitTest.BclExtensions",
"globs": [
{"type": "include", "path": "../MsgPack.UnitTest.BclExtensions/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Properties/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"},
{"type": "include", "path": "**/*.cs"},
{"type": "remove", "path": "obj/**/*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/*CodeDomBased*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/*FieldBased*.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/RoslynCodeGeneration.cs"},
{"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/TempFileDependentAssemblyManager.cs"}
]
},
{
"name": "MsgPack.UnitTest.Silverlight.WindowsPhone",
"base": "MsgPack.UnitTest.WinRT",
"globs": [
]
},
{
"name": "MsgPack.UnitTest.WinRT.WindowsPhone",
"base": "MsgPack.UnitTest.WinRT",
"globs": [
]
}
]