-
Type: Epic
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
None
-
Done
-
Data Type Support
Support the data types users are most likely to expect either from the CLR or from the Mongo C# driver.
For Preview 1
- Boolean
- Byte
- Char
- DateTime
- DateTimeOffset
- Decimal
- Double
- Guid
- Int16
- Int32
- Int64
- ObjectId
- SByte
- Single
- String
- UInt16
- UInt32
- UInt64
- Decimal128
- Uri
- TimeSpan
- Array
- List - IEnumerable<T> + constructor IEnumerable<T>
- Enum
- Nullable
Post Preview 1
- TimeOnly
- DateOnly
- Dictionary
- Tuple (static class)
No plans
- System.Numerics (BigInteger, Complex, Plane etc)
- Real tuples (not supported in expression trees)
- Regex