fluentmigrator
https://github.com/schambers/fluentmigrator
C#
Fluent Migrations framework for .net
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C# not yet supported17 Subscribers
Add a CodeTriage badge to fluentmigrator
Help out
- Issues
- Fix SQL literal prefix expansion
- Add VersionInfo creation to connectionless previews
- Add pluggable application locking for concurrent migration runners
- AdditionalDescriptions feature should support `AlterTableExpression`, `CreateColumnExpression`, and `AlterColumnExpression`.
- `SqlServerProcessor` / `Db2Processor` declare `public new IQuoter Quoter`, but the shadowing property and the generator resolve the same scoped instance, so the paths agree across every registration
- ExpandOverEnclosingQuotes currently walks left over any alphanumeric/underscore
- $(name) renders DateTime as 07/28/2026 13:45:06 - invariant, but not a portable SQL datetime literal
- Token substitution sub-system needs path coverage across the quoter/typemap/generator matrix
- Experiment with CoverageRatchet
- Switch Azure Devops release pipeline to NuGet Trusted Publishing
- Docs
- C# not yet supported