Skip to content

File tree

3 files changed

+387
-0
lines changed

3 files changed

+387
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
20+
- uses: actions/cache@v2
21+
with:
22+
path: ~/.nuget/packages
23+
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
2024
- run: dotnet restore --verbosity normal
2125
- run: dotnet build --verbosity normal
2226
- run: dotnet test --no-build --verbosity normal

packages.lock.json

Lines changed: 377 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,377 @@
1+
{
2+
"version": 1,
3+
"dependencies": {
4+
".NETStandard,Version=v2.0": {
5+
"Microsoft.SourceLink.GitHub": {
6+
"type": "Direct",
7+
"requested": "[1.0.0, )",
8+
"resolved": "1.0.0",
9+
"contentHash": "aZyGyGg2nFSxix+xMkPmlmZSsnGQ3w+mIG23LTxJZHN+GPwTQ5FpPgDo7RMOq+Kcf5D4hFWfXkGhoGstawX13Q==",
10+
"dependencies": {
11+
"Microsoft.Build.Tasks.Git": "1.0.0",
12+
"Microsoft.SourceLink.Common": "1.0.0"
13+
}
14+
},
15+
"MinVer": {
16+
"type": "Direct",
17+
"requested": "[2.4.0, )",
18+
"resolved": "2.4.0",
19+
"contentHash": "yc6R4wdmT87wTVtg4o3jcEtatnMSYdvb6XmewJH9ee2mUnee3osutVKziweWlvgFzSa/r5RAz/Qin5XzD0nxwQ=="
20+
},
21+
"NETStandard.Library": {
22+
"type": "Direct",
23+
"requested": "[2.0.3, )",
24+
"resolved": "2.0.3",
25+
"contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
26+
"dependencies": {
27+
"Microsoft.NETCore.Platforms": "1.1.0"
28+
}
29+
},
30+
"Serilog": {
31+
"type": "Direct",
32+
"requested": "[2.0.0, )",
33+
"resolved": "2.0.0",
34+
"contentHash": "PKR/FMxfHOhX1p3Qs54Uv9dJEC09sI91cVz39Jt/2f/BpCYHTt9F1RpogSJTFU9xxW6j9FHd+P7aBcC0qMeuqg==",
35+
"dependencies": {
36+
"Microsoft.CSharp": "4.0.1",
37+
"System.Collections": "4.0.11",
38+
"System.Dynamic.Runtime": "4.0.11",
39+
"System.Globalization": "4.0.11",
40+
"System.Linq": "4.1.0",
41+
"System.Reflection": "4.1.0",
42+
"System.Reflection.Extensions": "4.0.1",
43+
"System.Runtime": "4.1.0",
44+
"System.Runtime.Extensions": "4.1.0",
45+
"System.Text.RegularExpressions": "4.1.0",
46+
"System.Threading": "4.0.11"
47+
}
48+
},
49+
"Microsoft.Build.Tasks.Git": {
50+
"type": "Transitive",
51+
"resolved": "1.0.0",
52+
"contentHash": "z2fpmmt+1Jfl+ZnBki9nSP08S1/tbEOxFdsK1rSR+LBehIJz1Xv9/6qOOoGNqlwnAGGVGis1Oj6S8Kt9COEYlQ=="
53+
},
54+
"Microsoft.CSharp": {
55+
"type": "Transitive",
56+
"resolved": "4.0.1",
57+
"contentHash": "17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
58+
"dependencies": {
59+
"System.Collections": "4.0.11",
60+
"System.Diagnostics.Debug": "4.0.11",
61+
"System.Dynamic.Runtime": "4.0.11",
62+
"System.Globalization": "4.0.11",
63+
"System.Linq": "4.1.0",
64+
"System.Linq.Expressions": "4.1.0",
65+
"System.ObjectModel": "4.0.12",
66+
"System.Reflection": "4.1.0",
67+
"System.Reflection.Extensions": "4.0.1",
68+
"System.Reflection.Primitives": "4.0.1",
69+
"System.Reflection.TypeExtensions": "4.1.0",
70+
"System.Resources.ResourceManager": "4.0.1",
71+
"System.Runtime": "4.1.0",
72+
"System.Runtime.Extensions": "4.1.0",
73+
"System.Runtime.InteropServices": "4.1.0",
74+
"System.Threading": "4.0.11"
75+
}
76+
},
77+
"Microsoft.NETCore.Platforms": {
78+
"type": "Transitive",
79+
"resolved": "1.1.0",
80+
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
81+
},
82+
"Microsoft.NETCore.Targets": {
83+
"type": "Transitive",
84+
"resolved": "1.0.1",
85+
"contentHash": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw=="
86+
},
87+
"Microsoft.SourceLink.Common": {
88+
"type": "Transitive",
89+
"resolved": "1.0.0",
90+
"contentHash": "G8DuQY8/DK5NN+3jm5wcMcd9QYD90UV7MiLmdljSJixi3U/vNaeBKmmXUqI4DJCOeWizIUEh4ALhSt58mR+5eg=="
91+
},
92+
"System.Collections": {
93+
"type": "Transitive",
94+
"resolved": "4.0.11",
95+
"contentHash": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
96+
"dependencies": {
97+
"Microsoft.NETCore.Platforms": "1.0.1",
98+
"Microsoft.NETCore.Targets": "1.0.1",
99+
"System.Runtime": "4.1.0"
100+
}
101+
},
102+
"System.Diagnostics.Debug": {
103+
"type": "Transitive",
104+
"resolved": "4.0.11",
105+
"contentHash": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
106+
"dependencies": {
107+
"Microsoft.NETCore.Platforms": "1.0.1",
108+
"Microsoft.NETCore.Targets": "1.0.1",
109+
"System.Runtime": "4.1.0"
110+
}
111+
},
112+
"System.Dynamic.Runtime": {
113+
"type": "Transitive",
114+
"resolved": "4.0.11",
115+
"contentHash": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
116+
"dependencies": {
117+
"System.Collections": "4.0.11",
118+
"System.Diagnostics.Debug": "4.0.11",
119+
"System.Globalization": "4.0.11",
120+
"System.Linq": "4.1.0",
121+
"System.Linq.Expressions": "4.1.0",
122+
"System.ObjectModel": "4.0.12",
123+
"System.Reflection": "4.1.0",
124+
"System.Reflection.Emit": "4.0.1",
125+
"System.Reflection.Emit.ILGeneration": "4.0.1",
126+
"System.Reflection.Primitives": "4.0.1",
127+
"System.Reflection.TypeExtensions": "4.1.0",
128+
"System.Resources.ResourceManager": "4.0.1",
129+
"System.Runtime": "4.1.0",
130+
"System.Runtime.Extensions": "4.1.0",
131+
"System.Threading": "4.0.11"
132+
}
133+
},
134+
"System.Globalization": {
135+
"type": "Transitive",
136+
"resolved": "4.0.11",
137+
"contentHash": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
138+
"dependencies": {
139+
"Microsoft.NETCore.Platforms": "1.0.1",
140+
"Microsoft.NETCore.Targets": "1.0.1",
141+
"System.Runtime": "4.1.0"
142+
}
143+
},
144+
"System.IO": {
145+
"type": "Transitive",
146+
"resolved": "4.1.0",
147+
"contentHash": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
148+
"dependencies": {
149+
"Microsoft.NETCore.Platforms": "1.0.1",
150+
"Microsoft.NETCore.Targets": "1.0.1",
151+
"System.Runtime": "4.1.0",
152+
"System.Text.Encoding": "4.0.11",
153+
"System.Threading.Tasks": "4.0.11"
154+
}
155+
},
156+
"System.Linq": {
157+
"type": "Transitive",
158+
"resolved": "4.1.0",
159+
"contentHash": "bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
160+
"dependencies": {
161+
"System.Collections": "4.0.11",
162+
"System.Diagnostics.Debug": "4.0.11",
163+
"System.Resources.ResourceManager": "4.0.1",
164+
"System.Runtime": "4.1.0",
165+
"System.Runtime.Extensions": "4.1.0"
166+
}
167+
},
168+
"System.Linq.Expressions": {
169+
"type": "Transitive",
170+
"resolved": "4.1.0",
171+
"contentHash": "I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
172+
"dependencies": {
173+
"System.Collections": "4.0.11",
174+
"System.Diagnostics.Debug": "4.0.11",
175+
"System.Globalization": "4.0.11",
176+
"System.IO": "4.1.0",
177+
"System.Linq": "4.1.0",
178+
"System.ObjectModel": "4.0.12",
179+
"System.Reflection": "4.1.0",
180+
"System.Reflection.Emit": "4.0.1",
181+
"System.Reflection.Emit.ILGeneration": "4.0.1",
182+
"System.Reflection.Emit.Lightweight": "4.0.1",
183+
"System.Reflection.Extensions": "4.0.1",
184+
"System.Reflection.Primitives": "4.0.1",
185+
"System.Reflection.TypeExtensions": "4.1.0",
186+
"System.Resources.ResourceManager": "4.0.1",
187+
"System.Runtime": "4.1.0",
188+
"System.Runtime.Extensions": "4.1.0",
189+
"System.Threading": "4.0.11"
190+
}
191+
},
192+
"System.ObjectModel": {
193+
"type": "Transitive",
194+
"resolved": "4.0.12",
195+
"contentHash": "tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
196+
"dependencies": {
197+
"System.Collections": "4.0.11",
198+
"System.Diagnostics.Debug": "4.0.11",
199+
"System.Resources.ResourceManager": "4.0.1",
200+
"System.Runtime": "4.1.0",
201+
"System.Threading": "4.0.11"
202+
}
203+
},
204+
"System.Reflection": {
205+
"type": "Transitive",
206+
"resolved": "4.1.0",
207+
"contentHash": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
208+
"dependencies": {
209+
"Microsoft.NETCore.Platforms": "1.0.1",
210+
"Microsoft.NETCore.Targets": "1.0.1",
211+
"System.IO": "4.1.0",
212+
"System.Reflection.Primitives": "4.0.1",
213+
"System.Runtime": "4.1.0"
214+
}
215+
},
216+
"System.Reflection.Emit": {
217+
"type": "Transitive",
218+
"resolved": "4.0.1",
219+
"contentHash": "P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
220+
"dependencies": {
221+
"System.IO": "4.1.0",
222+
"System.Reflection": "4.1.0",
223+
"System.Reflection.Emit.ILGeneration": "4.0.1",
224+
"System.Reflection.Primitives": "4.0.1",
225+
"System.Runtime": "4.1.0"
226+
}
227+
},
228+
"System.Reflection.Emit.ILGeneration": {
229+
"type": "Transitive",
230+
"resolved": "4.0.1",
231+
"contentHash": "Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
232+
"dependencies": {
233+
"System.Reflection": "4.1.0",
234+
"System.Reflection.Primitives": "4.0.1",
235+
"System.Runtime": "4.1.0"
236+
}
237+
},
238+
"System.Reflection.Emit.Lightweight": {
239+
"type": "Transitive",
240+
"resolved": "4.0.1",
241+
"contentHash": "sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
242+
"dependencies": {
243+
"System.Reflection": "4.1.0",
244+
"System.Reflection.Emit.ILGeneration": "4.0.1",
245+
"System.Reflection.Primitives": "4.0.1",
246+
"System.Runtime": "4.1.0"
247+
}
248+
},
249+
"System.Reflection.Extensions": {
250+
"type": "Transitive",
251+
"resolved": "4.0.1",
252+
"contentHash": "GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
253+
"dependencies": {
254+
"Microsoft.NETCore.Platforms": "1.0.1",
255+
"Microsoft.NETCore.Targets": "1.0.1",
256+
"System.Reflection": "4.1.0",
257+
"System.Runtime": "4.1.0"
258+
}
259+
},
260+
"System.Reflection.Primitives": {
261+
"type": "Transitive",
262+
"resolved": "4.0.1",
263+
"contentHash": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
264+
"dependencies": {
265+
"Microsoft.NETCore.Platforms": "1.0.1",
266+
"Microsoft.NETCore.Targets": "1.0.1",
267+
"System.Runtime": "4.1.0"
268+
}
269+
},
270+
"System.Reflection.TypeExtensions": {
271+
"type": "Transitive",
272+
"resolved": "4.1.0",
273+
"contentHash": "tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
274+
"dependencies": {
275+
"System.Reflection": "4.1.0",
276+
"System.Runtime": "4.1.0"
277+
}
278+
},
279+
"System.Resources.ResourceManager": {
280+
"type": "Transitive",
281+
"resolved": "4.0.1",
282+
"contentHash": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
283+
"dependencies": {
284+
"Microsoft.NETCore.Platforms": "1.0.1",
285+
"Microsoft.NETCore.Targets": "1.0.1",
286+
"System.Globalization": "4.0.11",
287+
"System.Reflection": "4.1.0",
288+
"System.Runtime": "4.1.0"
289+
}
290+
},
291+
"System.Runtime": {
292+
"type": "Transitive",
293+
"resolved": "4.1.0",
294+
"contentHash": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
295+
"dependencies": {
296+
"Microsoft.NETCore.Platforms": "1.0.1",
297+
"Microsoft.NETCore.Targets": "1.0.1"
298+
}
299+
},
300+
"System.Runtime.Extensions": {
301+
"type": "Transitive",
302+
"resolved": "4.1.0",
303+
"contentHash": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
304+
"dependencies": {
305+
"Microsoft.NETCore.Platforms": "1.0.1",
306+
"Microsoft.NETCore.Targets": "1.0.1",
307+
"System.Runtime": "4.1.0"
308+
}
309+
},
310+
"System.Runtime.Handles": {
311+
"type": "Transitive",
312+
"resolved": "4.0.1",
313+
"contentHash": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
314+
"dependencies": {
315+
"Microsoft.NETCore.Platforms": "1.0.1",
316+
"Microsoft.NETCore.Targets": "1.0.1",
317+
"System.Runtime": "4.1.0"
318+
}
319+
},
320+
"System.Runtime.InteropServices": {
321+
"type": "Transitive",
322+
"resolved": "4.1.0",
323+
"contentHash": "16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
324+
"dependencies": {
325+
"Microsoft.NETCore.Platforms": "1.0.1",
326+
"Microsoft.NETCore.Targets": "1.0.1",
327+
"System.Reflection": "4.1.0",
328+
"System.Reflection.Primitives": "4.0.1",
329+
"System.Runtime": "4.1.0",
330+
"System.Runtime.Handles": "4.0.1"
331+
}
332+
},
333+
"System.Text.Encoding": {
334+
"type": "Transitive",
335+
"resolved": "4.0.11",
336+
"contentHash": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
337+
"dependencies": {
338+
"Microsoft.NETCore.Platforms": "1.0.1",
339+
"Microsoft.NETCore.Targets": "1.0.1",
340+
"System.Runtime": "4.1.0"
341+
}
342+
},
343+
"System.Text.RegularExpressions": {
344+
"type": "Transitive",
345+
"resolved": "4.1.0",
346+
"contentHash": "i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
347+
"dependencies": {
348+
"System.Collections": "4.0.11",
349+
"System.Globalization": "4.0.11",
350+
"System.Resources.ResourceManager": "4.0.1",
351+
"System.Runtime": "4.1.0",
352+
"System.Runtime.Extensions": "4.1.0",
353+
"System.Threading": "4.0.11"
354+
}
355+
},
356+
"System.Threading": {
357+
"type": "Transitive",
358+
"resolved": "4.0.11",
359+
"contentHash": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
360+
"dependencies": {
361+
"System.Runtime": "4.1.0",
362+
"System.Threading.Tasks": "4.0.11"
363+
}
364+
},
365+
"System.Threading.Tasks": {
366+
"type": "Transitive",
367+
"resolved": "4.0.11",
368+
"contentHash": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
369+
"dependencies": {
370+
"Microsoft.NETCore.Platforms": "1.0.1",
371+
"Microsoft.NETCore.Targets": "1.0.1",
372+
"System.Runtime": "4.1.0"
373+
}
374+
}
375+
}
376+
}
377+
}

0 commit comments

Comments
 (0)