Webion.Db.Migrations.Abstractions 1.0.2

dotnet add package Webion.Db.Migrations.Abstractions --version 1.0.2
                    
NuGet\Install-Package Webion.Db.Migrations.Abstractions -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Webion.Db.Migrations.Abstractions" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Webion.Db.Migrations.Abstractions" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Webion.Db.Migrations.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Webion.Db.Migrations.Abstractions --version 1.0.2
                    
#r "nuget: Webion.Db.Migrations.Abstractions, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Webion.Db.Migrations.Abstractions@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Webion.Db.Migrations.Abstractions&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Webion.Db.Migrations.Abstractions&version=1.0.2
                    
Install as a Cake Tool

Webion.Db.Migrations.Abstractions

Core abstractions and interfaces for the Webion database migration framework. This library defines the fundamental contracts and interfaces that enable a pluggable, provider-agnostic approach to database migrations.

Key Interfaces

  • IMigration - Defines the contract for individual migration implementations
  • IMigrationStore - Provides abstraction for tracking and retrieving applied migrations with methods like GetAppliedMigrationsAsync()

Purpose

This abstractions layer allows for:

  • Provider-agnostic migration definitions
  • Consistent migration tracking across different database systems
  • Extensible architecture for custom migration implementations
  • Clean separation between migration logic and storage mechanisms

Framework Support

  • Targets .NET Standard 2.1 for maximum compatibility
  • Designed for async/await patterns with CancellationToken support

This package serves as the foundation for concrete implementations like and the main framework. Webion.Db.Migrations.Typesense``Webion.Db.Migrations

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Webion.Db.Migrations.Abstractions:

Package Downloads
Webion.Db.Migrations

A .NET database migration framework that provides a structured approach to managing database schema changes and data migrations. This project is part of the Webion.Extensions ecosystem and works alongside the abstractions layer and specialized implementations (such as Typesense support).

Webion.Db.Migrations.Typesense

Typesense-specific implementation of the Webion database migration framework. This library provides concrete implementations for managing schema migrations and data changes in Typesense search engine deployments.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 183 7/26/2025
1.0.1 232 7/26/2025
1.0.0 237 7/26/2025