You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a file audit service. You will now see a new file generated each time you save the <database>.tt file. This audit file is used to record which files were generated and at what time. Please do not edit this file as it is used to delete files that may get filtered out during the next run. Audit files are named <database>Audit.txt.
#774 Optional parameters in stored procedure. Thanks to @NeilN1
#791 Add support for FileBasedEf6 templates. Thanks to @Techhead33
#793 Do not use builder.HasKey on derived types where the PK columns are hidden. Thanks to Måns Tånneryd.
#780 Filter sequences to just those required. Thanks to @MarkLFT