This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit d1e38e7
committed
[WIP] BinaryFormatter - Reenable sanity check (#21507)
* Reenable sanity check
* Avoid different blobs for CookieContainer dependent on machine configuration
* Fixing diffent blobs for CompareInfo as it used machine config depdent values
* Fixing different in DataTable and DataSet
* Fixing CookieCollection missing field in serialization1 parent 2f2fff8 commit d1e38e7
File tree
4 files changed
+58
-47
lines changed- src
- System.Net.Primitives/src/System/Net
- System.Runtime.Serialization.Formatters/tests
4 files changed
+58
-47
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
Lines changed: 31 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
130 | 150 | | |
131 | 151 | | |
132 | 152 | | |
| |||
171 | 191 | | |
172 | 192 | | |
173 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
174 | 197 | | |
175 | | - | |
176 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
177 | 206 | | |
178 | 207 | | |
179 | 208 | | |
| |||
0 commit comments