Skip to content

Commit be3cfee

Browse files
committed
xunit/xunit#3487: Update documentation to mention that only single-dimensional array types are supported by built-in serialization
1 parent 8dc87d4 commit be3cfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/getting-started/v3/custom-serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ System types:
5252

5353
Additional supported values:
5454

55-
* Arrays of serializable values
55+
* Single-dimensional arrays of serializable values
5656
* Enum values
5757
* Values which implement both [`IFormattable`](https://learn.microsoft.com/dotnet/api/system.iformattable) and [`IParsable<TSelf>`](https://learn.microsoft.com/dotnet/api/system.iparsable-1) _(starting with v3 1.1.0 or later)_.
5858
* Tuples, typed via `Tuple<>` or `ValueTuple<>`, as well as untyped _(starting with v3 3.0.1 or later)_.

0 commit comments

Comments
 (0)