Skip to content

Release v17.19.0

Choose a tag to compare

@github-actions github-actions released this 26 Oct 08:00
fe21d62

Added

  • When using .UseDatabaseFromConnectionString() or methods that configure an EntityFramework DbContext from connection string, it will not for Sqlite ensure that the path exists. This allows you to have a path with a directory that does not necessarily exist and it will create it automatically.