Whats new in v2.15.0:
- For NTEXT fields, use .IsMaxLength(). Thanks to lucwuyts.
- Pass in false for the isFake parameter to WriteStoredProcFunctionSetSqlParameters when not generating a fake. Thanks to Sur1969333.
- Ignore defaults we cannot interpret, such as "CREATE DEFAULT ..." (we would need SQL to C# compiler). Thanks to booler.
- Case 133. Use full path for System.Threading.Tasks.Task to avoid clashes with table name 'Task'. Thanks to DominikDito.
- Case 89. Use DbSet instead of IDbSet. Thanks to 0v3rCl0ck.