BitBadger.Documents/src
Daniel J. Summers 740767661c Make Field constructor functions generic (#8)
F# can upcast types to `obj` if those types are used in place. However, a `string seq` (`IEnumerable<string>` in C#) cannot be upcast to an `obj seq` (`IEnumerable<object>`) without mapping each item in the sequence. Making the `Field` constructor functions generic will allow them to take any object type, and these functions handle the conversion to `obj` (for `In` and `InArray`; others work transparently).

Reviewed-on: #8
2024-09-18 13:36:14 +00:00
..
.idea/.idea.BitBadger.Documents/.idea v3 RC1 (#1) 2024-01-06 15:51:48 -05:00
Common Make Field constructor functions generic (#8) 2024-09-18 13:36:14 +00:00
Postgres RC4 changes (#7) 2024-09-17 02:33:57 +00:00
Sqlite RC4 changes (#7) 2024-09-17 02:33:57 +00:00
Tests Make Field constructor functions generic (#8) 2024-09-18 13:36:14 +00:00
Tests.CSharp RC4 changes (#7) 2024-09-17 02:33:57 +00:00
BitBadger.Documents.sln v3 RC1 (#1) 2024-01-06 15:51:48 -05:00
Directory.Build.props Make Field constructor functions generic (#8) 2024-09-18 13:36:14 +00:00
icon.png v3 RC1 (#1) 2024-01-06 15:51:48 -05:00
package.sh Version 4 rc1 (#6) 2024-08-19 23:30:38 +00:00
test_all.sh Remove .NET 7 (#4) 2024-06-05 07:52:36 -04:00