1.1.0
New
- Convenience methods for empty
Action<...>
and empty read-only collections of non-generic type likeIEnumerable
and generic types likeIReadOnlyList<T>
andIReadOnlyDictionary<TKey,TValue>
Misc
- Added a sample for integration of enum-like classes with Entity Framework Core
- Switched samples and tests to .NET Core 2.1