You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 4. Date / Time / Duration values [4-date--time--duration-values]
162
+
#### 4. Date / Time / Duration values [4-date-time-duration-values]
163
163
164
164
**Impact**: High.
165
165
@@ -187,7 +187,7 @@ This property has not been used for some time (replaced by the `FieldAndFormat`
187
187
188
188
`Field`/`Fields` static factory methods and conversion operators no longer return nullable references but throw exceptions instead (`Field`) if the input `string`/`Expression`/`PropertyInfo` argument is `null`.
189
189
190
-
This makes implicit conversions to `Field` more user-friendly without requiring the null-forgiveness operator (`!`) ([read more](index.md#field-name-inference)).
190
+
This makes implicit conversions to `Field` more user-friendly without requiring the null-forgiveness operator (`!`) ([read more](./index.md/5-field-name-inference)).
191
191
192
192
#### 8. `FieldValue`[8-fieldvalue]
193
193
@@ -203,9 +203,9 @@ These values have not been used for some time.
203
203
204
204
Removed static `FieldSort.Empty` member.
205
205
206
-
Sorting got reworked which makes this member obsolete ([read more](index.md#sorting)).
206
+
Sorting got reworked which makes this member obsolete ([read more](index.md#8-sorting)).
0 commit comments