Commit f29acba
authored
Replace binary formatter (#8532)
* Replace BF for string input
* Replacing BF
* Updated BinaryFormattedObjectExtension
* Replacing BF in DataStreams
* Fixing Build for test
* Updating comments
* Adding fall back to BinaryFormatter
* Adding UnitTest setup
* Adding more BinaryFormatWriter test
* Adding more unit tests
* Adding BinaryFormattedObjectTests
* Replacing Binaries before Unit Tests
* Updating copy-wpf.ps1
* Resolving Replace binaries issue
* Adding UnitTest setup
* Adding more BinaryFormatWriter test
* Adding more unit tests
* Adding BinaryFormattedObjectTests
* Replacing Binaries before Unit Tests
* Updating copy-wpf.ps1
* Resolving Replace binaries issue
* excluding DirectWriteForwarder for copy command
* disable replace naive binaries
* updating args data type
* Replace BF for string input
* Replacing BF
* Updated BinaryFormattedObjectExtension
* Replacing BF in DataStreams
* Fixing Build for test
* Updating comments
* Adding fall back to BinaryFormatter
* Adding UnitTest setup
* Adding more BinaryFormatWriter test
* Adding more unit tests
* Adding BinaryFormattedObjectTests
* Replacing Binaries before Unit Tests
* Updating copy-wpf.ps1
* Resolving Replace binaries issue
* excluding DirectWriteForwarder for copy command
* Adding UnitTest setup
* Adding more BinaryFormatWriter test
* Adding more unit tests
* disable replace naive binaries
* updating args data type
* updating pipeline-pr.yml
* Replace BF for string input
* Replacing BF
* Updated BinaryFormattedObjectExtension
* Replacing BF in DataStreams
* Fixing Build for test
* Updating comments
* Adding fall back to BinaryFormatter
* Adding UnitTest setup
* Adding more BinaryFormatWriter test
* Adding more unit tests
* Adding BinaryFormattedObjectTests
* Replacing Binaries before Unit Tests
* Updating copy-wpf.ps1
* Resolving Replace binaries issue
* excluding DirectWriteForwarder for copy command
* Adding UnitTest setup
* Adding more BinaryFormatWriter test
* Adding more unit tests
* disable replace naive binaries
* updating args data type
* updating pipeline-pr.yml
* Replace BF for string input
* Replacing BF
* Replacing BF in DataStreams
* Updating comments
* Adding fall back to BinaryFormatter
* Adding more BinaryFormatWriter test
* Adding more unit tests
* Adding more BinaryFormatWriter test
* Adding more unit tests
* Remove commented code and add correct indentation
* Add "System.Runtime.Serialization.Formatters" reference in unit test
* Disabling PresentationCore.Tests [Temp]
* Revert Replace binaries before test
* Fix indentation
* Update Release | x86 type for SystemXamlTest
* Update Write-host to wirte-debug for debug statement1 parent 321e201 commit f29acba
File tree
87 files changed
+6424
-28
lines changed- eng
- WpfArcadeSdk/Sdk
- src/Microsoft.DotNet.Wpf
- src
- PresentationCore
- System/Windows
- BinaryFormat
- PresentationFramework/MS/Internal
- tests/UnitTests/PresentationCore.Tests
- BinaryFormat
- FluentAssertions
- TestUtilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+6424
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| |||
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
90 | 97 | | |
91 | 98 | | |
92 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
93 | 105 | | |
94 | 106 | | |
95 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | | - | |
42 | | - | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
57 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
58 | 78 | | |
59 | 79 | | |
60 | 80 | | |
| |||
63 | 83 | | |
64 | 84 | | |
65 | 85 | | |
66 | | - | |
| 86 | + | |
| 87 | + | |
67 | 88 | | |
68 | 89 | | |
69 | 90 | | |
70 | 91 | | |
71 | 92 | | |
72 | 93 | | |
73 | 94 | | |
| 95 | + | |
| 96 | + | |
74 | 97 | | |
75 | 98 | | |
76 | | - | |
| 99 | + | |
77 | 100 | | |
78 | 101 | | |
79 | 102 | | |
| |||
153 | 176 | | |
154 | 177 | | |
155 | 178 | | |
156 | | - | |
| 179 | + | |
157 | 180 | | |
158 | 181 | | |
159 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
155 | 163 | | |
156 | 164 | | |
157 | 165 | | |
| |||
193 | 201 | | |
194 | 202 | | |
195 | 203 | | |
| 204 | + | |
196 | 205 | | |
197 | 206 | | |
198 | 207 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
336 | 388 | | |
337 | 389 | | |
338 | 390 | | |
| |||
1397 | 1449 | | |
1398 | 1450 | | |
1399 | 1451 | | |
| 1452 | + | |
1400 | 1453 | | |
1401 | 1454 | | |
1402 | 1455 | | |
| |||
1411 | 1464 | | |
1412 | 1465 | | |
1413 | 1466 | | |
| 1467 | + | |
| 1468 | + | |
1414 | 1469 | | |
1415 | 1470 | | |
1416 | 1471 | | |
| |||
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
Lines changed: 63 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
0 commit comments