Skip to content

Latest commit

 

History

3,834 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluentMigrator (License) FluentMigrator.GitHub.Io Docs Fluent-Migrator tag on Stack Overflow NuGet downloads Build Status Azure DevOps coverage

Fluent Migrator is a migration framework for .NET much like Ruby on Rails Migrations. Migrations are a structured way to alter your database schema and are an alternative to creating lots of sql scripts that have to be run manually by every developer involved. Migrations solve the problem of evolving a database schema for multiple databases (for example, the developer's local database, the test database and the production database). Database schema changes are described in classes written in C# that can be checked into a version control system.

Packages

Package Source Status Source Code Tree
NuGet (Releases) NuGet main
Azure Artifacts (Prerelease) Azure Artifacts develop

The releases are stored on nuget.org while the CI builds are stored on Azure Artifacts.

⚠️ The badge for the Azure Artifacts feed won't display prereleases. We're looking into this.

News

  • 7.1.0
    • support for .NET 9, bug fixes, remove more obsolete code
  • 7.0.0
    • removed net6.0 and net7.0 support
    • TestContainers for integration tests to improve stability. Thanks @PhenX!
  • 6.2.0
    • supports .NET 6, .NET 7, and .NET 8.
  • 6.0.0 milestones
    • removing a lot of [Obsolete] code. Very little user impact should be seen, other than updating custom VersionTableMetadata to configure CreateWithPrimaryKey setting.
  • 5.2.0 milestones
    • make TypeMap injectable
  • 5.0.0 milestones

Please read the changelog or the upgrade guide for further information: 2.x to 3.0.

There should not be a whole lot to do to upgrade from 3.0 to 5.0. As questions arise, we will consider adding a specific guide.

Project Info

Documentation On our GitHub pages
Discussions GitHub Discussions
Bug/Feature Tracking GitHub issues
Build server (Releases) AzureDevOps

Optional Prerequisites

Tool Consequences when not installed
Multilingual App Toolkit Editor You're unable to create translations.
Multilingual App Toolkit Extension (VS2017+) You get a compilation warning and the changed translation doesn't get compiled.

Powered by

JetBrains ReSharper