https://github.com/soenneker/soenneker.migrators.migrator
An abstract base class for Migrator classes, typically for idempotent, non-recurring tasks
https://github.com/soenneker/soenneker.migrators.migrator
abstract base csharp dotnet migrator migrators object
Last synced: 27 days ago
JSON representation
An abstract base class for Migrator classes, typically for idempotent, non-recurring tasks
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.migrators.migrator
- Owner: soenneker
- License: mit
- Created: 2025-03-27T21:57:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-27T22:00:00.000Z (about 1 month ago)
- Last Synced: 2025-03-27T22:15:36.263Z (about 1 month ago)
- Topics: abstract, base, csharp, dotnet, migrator, migrators, object
- Language: C#
- Homepage: https://soenneker.com
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.migrators.migrator/)
[](https://github.com/soenneker/soenneker.migrators.migrator/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.migrators.migrator/)#  Soenneker.Migrators.Migrator
### An abstract base class for Migrator classes, typically for idempotent, non-recurring tasks## Installation
```
dotnet add package Soenneker.Migrators.Migrator
```