New
Version 8.0.0 (.NET 10 Support)
What's Changed
- Fix IQuoter obsoletion warnings by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2192
- Add documentation for Analyzers, namespace filtering, and IDictionary support by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2191
- Add .NET 10 support by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2188
- Refactor: Update ColumnBase to use generic type and fix deprecation w… by @PhenX in https://github.com/fluentmigrator/fluentmigrator/pull/2193
- Remove duplicate line in TypeMapper sample by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2203
- Fix AutoReversingMigration for Alter.Table().AddColumn() by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2197
- Fix Oracle Execute.Sql for PL/SQL blocks with BEGIN/END by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2204
- Ignore NUnit1034 warning to make Postgres11_0IndexTests abstract by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2207
- Add if condition to Upload Test Result Files step to handle test failures by @Copilot in https://github.com/fluentmigrator/fluentmigrator/pull/2209