Commit c85f968
File tree
4 files changed
+70
-23
lines changedFilter options
- MongoDB.Net-Tests/Bson
- MongoDBDriver
- Bson
4 files changed
+70
-23
lines changedMongoDB.Net-Tests/Bson/TestRoundTrips.cs
Copy file name to clipboardExpand all lines: MongoDB.Net-Tests/Bson/TestRoundTrips.cs+28-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 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 | + |
83 | 110 |
|
84 | 111 |
|
+3-5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
| 11 | + |
| 12 | + |
| 13 | + |
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
|
MongoDBDriver/Bson/BsonReader.cs
Copy file name to clipboardExpand all lines: MongoDBDriver/Bson/BsonReader.cs+9-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 |
| - |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
152 | 160 |
|
153 | 161 |
|
154 | 162 |
|
|
MongoDBDriver/Bson/BsonWriter.cs
Copy file name to clipboardExpand all lines: MongoDBDriver/Bson/BsonWriter.cs+30-16
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
128 | 135 |
|
129 |
| - |
130 | 136 |
|
131 | 137 |
|
132 | 138 |
|
| ||
202 | 208 |
|
203 | 209 |
|
204 | 210 |
|
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
210 | 224 |
|
211 |
| - |
212 |
| - |
213 | 225 |
|
214 | 226 |
|
215 | 227 |
|
| ||
295 | 307 |
|
296 | 308 |
|
297 | 309 |
|
| 310 | + |
| 311 | + |
298 | 312 |
|
299 | 313 |
|
300 | 314 |
|
|
0 commit comments