|
2 | 2 |
|
3 | 3 | The project is split into multiple packages:
|
4 | 4 |
|
5 |
| -Package | Description |
6 |
| ---------|------------- |
7 |
| -FluentMigrator | The base assembly needed to create migrations |
8 |
| -FluentMigrator.Runner | The runner classes required for in-process execution of migrations |
9 |
| -FluentMigrator.Console | The .NET 4.0/4.5/.NET Core 2.0 executable for out-of-process execution of migrations |
10 |
| -FluentMigrator.MSBuild | The .NET 4.0/4.5/.NET Standard 2.0 task for MSBuild |
11 |
| -FluentMigrator.DotNet.Cli | The .NET Core 2.1 executable that integrates into the .NET Core CLI tooling (`dotnet` command) |
| 5 | +| Package | Description | |
| 6 | +| ------------------------- | ---------------------------------------------------------------------------------------------- | |
| 7 | +| FluentMigrator | The base assembly needed to create migrations | |
| 8 | +| FluentMigrator.Runner | The runner classes required for in-process execution of migrations | |
| 9 | +| FluentMigrator.Console | The .NET 4.0/4.5/.NET Core 2.0 executable for out-of-process execution of migrations | |
| 10 | +| FluentMigrator.MSBuild | The .NET 4.0/4.5/.NET Standard 2.0 task for MSBuild | |
| 11 | +| FluentMigrator.DotNet.Cli | The .NET Core 2.1 executable that integrates into the .NET Core CLI tooling (`dotnet` command) | |
12 | 12 |
|
13 | 13 | ## Getting Started
|
14 | 14 |
|
15 |
| -* Check out the tour of FluentMigrator in our [Quickstart](xref:quickstart.md) |
16 |
| -* We also started a [FAQ](xref:faq) |
| 15 | +- Check out the tour of FluentMigrator in our [Quickstart](xref:quickstart.md) |
| 16 | +- We also started a [FAQ](xref:faq) |
17 | 17 |
|
18 | 18 | # Usage details
|
19 | 19 |
|
20 |
| -* How to create a [migration](xref:migration-example.md) |
21 |
| -* Learn about the [fluent interface](fluent-interface.md) |
22 |
| -* [Profiles](profiles.md) can be used to seed test data |
23 |
| -* And then choose one of the [migration runners](migration-runners.md) to run your migrations |
| 20 | +- How to create a [migration](xref:migration-example.md) |
| 21 | +- Learn about the [fluent interface](fluent-interface.md) |
| 22 | +- [Profiles](profiles.md) can be used to seed test data |
| 23 | +- And then choose one of the [migration runners](migration-runners.md) to run your migrations |
24 | 24 |
|
25 | 25 | # More Features
|
26 | 26 |
|
27 |
| -* [Database functions as default value](xref:db-functions) |
28 |
| -* [Microsoft SQL Server specific extensions](xref:sql-server-extensions.md) |
29 |
| -* [Using raw SQL](xref:raw-sql) |
30 |
| -* [Auto-reversing migrations](xref:migration-auto-reversing) |
31 |
| -* [Transaction modes for the migration runner](xref:migration-transaction-behavior) |
| 27 | +- [Database functions as default value](xref:db-functions) |
| 28 | +- [Microsoft SQL Server specific extensions](xref:sql-server-extensions.md) |
| 29 | +- [Using raw SQL](xref:raw-sql) |
| 30 | +- [Auto-reversing migrations](xref:migration-auto-reversing) |
| 31 | +- [Transaction modes for the migration runner](xref:migration-transaction-behavior) |
| 32 | +- [In-Memory Testing](xref:in-memory-testing) |
32 | 33 |
|
33 | 34 | # Advanced Features and Techniques of FluentMigrator
|
34 | 35 |
|
35 |
| -* [Dealing with multiple database types](multi-db-support.md) |
36 |
| -* [Filter migrations run based on Tags](xref:migration-filter-tags) |
37 |
| -* [Enforcing migration version numbering rules](xref:migration-attribute-custom) |
38 |
| -* [Create custom metadata for the VersionInfo table](xref:version-table-metadata) |
| 36 | +- [Dealing with multiple database types](multi-db-support.md) |
| 37 | +- [Filter migrations run based on Tags](xref:migration-filter-tags) |
| 38 | +- [Enforcing migration version numbering rules](xref:migration-attribute-custom) |
| 39 | +- [Create custom metadata for the VersionInfo table](xref:version-table-metadata) |
39 | 40 |
|
40 | 41 | # Current Release
|
41 | 42 |
|
42 |
| -* [Release Notes](https://github.com/fluentmigrator/fluentmigrator/releases) |
| 43 | +- [Release Notes](https://github.com/fluentmigrator/fluentmigrator/releases) |
43 | 44 |
|
44 | 45 | # Upgrade guides
|
45 | 46 |
|
46 |
| -* [3.1 to 3.2](xref:upgrade-guide-3.1-to-3.2) |
47 |
| -* [3.0 to 3.1](xref:upgrade-guide-3.0-to-3.1) |
48 |
| -* [2.x to 3.0](xref:upgrade-guide-2.0-to-3.0) |
| 47 | +- [3.1 to 3.2](xref:upgrade-guide-3.1-to-3.2) |
| 48 | +- [3.0 to 3.1](xref:upgrade-guide-3.0-to-3.1) |
| 49 | +- [2.x to 3.0](xref:upgrade-guide-2.0-to-3.0) |
49 | 50 |
|
50 | 51 | # Runners
|
51 | 52 |
|
52 |
| -* [Console](xref:runner-console) |
53 |
| -* [dotnet-fm](xref:dotnet-fm) |
| 53 | +- [Console](xref:runner-console) |
| 54 | +- [dotnet-fm](xref:dotnet-fm) |
54 | 55 |
|
55 | 56 | # Supported databases
|
56 | 57 |
|
|
0 commit comments