Commit 01afbe7
File tree
108 files changed
+1528
-717
lines changedFilter options
- src/Exceptionless
- Newtonsoft.Json
- Converters
- Linq
- JsonPath
- Schema
- Serialization
- Utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
108 files changed
+1528
-717
lines changedsrc/Exceptionless/Newtonsoft.Json/Converters/BinaryConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/BinaryConverter.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 |
| - |
| 129 | + |
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
| ||
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
138 |
| - |
| 138 | + |
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/DataSetConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/DataSetConverter.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
| 87 | + |
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/DataTableConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/DataTableConverter.cs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
| 102 | + |
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 |
| - |
| 188 | + |
189 | 189 |
|
190 | 190 |
|
191 | 191 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/DiscriminatedUnionConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/DiscriminatedUnionConverter.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
185 |
| - |
| 185 | + |
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/EntityKeyMemberConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/EntityKeyMemberConverter.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
132 |
| - |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/ExpandoObjectConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/ExpandoObjectConverter.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
| - |
| 122 | + |
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/IsoDateTimeConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/IsoDateTimeConverter.cs+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 |
| - |
| 136 | + |
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
| ||
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
| 170 | + |
| 171 | + |
170 | 172 |
|
171 | 173 |
|
172 | 174 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/JavaScriptDateTimeConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/JavaScriptDateTimeConverter.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/KeyValuePairConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/KeyValuePairConverter.cs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
| 105 | + |
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
| ||
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
148 |
| - |
| 148 | + |
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/RegexConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/RegexConverter.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
| 182 | + |
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/StringEnumConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/StringEnumConverter.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
222 | 222 |
|
223 | 223 |
|
224 | 224 |
|
225 |
| - |
| 225 | + |
226 | 226 |
|
227 | 227 |
|
228 | 228 |
|
| ||
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
270 |
| - |
| 270 | + |
271 | 271 |
|
272 | 272 |
|
273 | 273 |
|
|
src/Exceptionless/Newtonsoft.Json/Converters/UnixDateTimeConverter.cs
Copy file name to clipboardExpand all lines: src/Exceptionless/Newtonsoft.Json/Converters/UnixDateTimeConverter.cs+34-3Lines changed: 34 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 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 | + |
39 | 70 |
|
40 | 71 |
|
41 | 72 |
|
| ||
61 | 92 |
|
62 | 93 |
|
63 | 94 |
|
64 |
| - |
| 95 | + |
65 | 96 |
|
66 | 97 |
|
67 | 98 |
|
| ||
108 | 139 |
|
109 | 140 |
|
110 | 141 |
|
111 |
| - |
| 142 | + |
112 | 143 |
|
113 | 144 |
|
114 | 145 |
|
115 | 146 |
|
116 |
| - |
| 147 | + |
117 | 148 |
|
118 | 149 |
|
119 | 150 |
|
|
0 commit comments