Whats new in v2.16.1:
- Allow ColumnFilterExclude to target a specific Table.Schema.Column by including escaped dots in regex: "^Table\.dbo\.column$". Thanks to Paul Lively.
- Added support for EF6 Migration ContextKey. Thanks to ac_4.
- Case 154. Add precision and scale when using numeric parameters for stored procedures. Thanks to 0v3rCl0ck.
- Case 148: No new line after each property "public DbSet" in DbContext. Thanks to sankan1gb.