Logitar.Portal.EntityFrameworkCore.SqlServer 4.1.0

dotnet add package Logitar.Portal.EntityFrameworkCore.SqlServer --version 4.1.0
NuGet\Install-Package Logitar.Portal.EntityFrameworkCore.SqlServer -Version 4.1.0
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="Logitar.Portal.EntityFrameworkCore.SqlServer" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logitar.Portal.EntityFrameworkCore.SqlServer --version 4.1.0
#r "nuget: Logitar.Portal.EntityFrameworkCore.SqlServer, 4.1.0"
#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.
// Install Logitar.Portal.EntityFrameworkCore.SqlServer as a Cake Addin
#addin nuget:?package=Logitar.Portal.EntityFrameworkCore.SqlServer&version=4.1.0

// Install Logitar.Portal.EntityFrameworkCore.SqlServer as a Cake Tool
#tool nuget:?package=Logitar.Portal.EntityFrameworkCore.SqlServer&version=4.1.0

Logitar.Portal.EntityFrameworkCore.SqlServer

Provides an implementation of a relational event store to be used with Portal management system, Entity Framework Core and Microsoft SQL Server.

Migrations

This project is setup to use migrations. All the commands below must be executed in the solution directory.

Create a migration

To create a new migration, execute the following command. Do not forget to provide a migration name!

dotnet ef migrations add <YOUR_MIGRATION_NAME> --context PortalContext --project src/Logitar.Portal.EntityFrameworkCore.SqlServer --startup-project src/Logitar.Portal

Remove a migration

To remove the latest unapplied migration, execute the following command.

dotnet ef migrations remove --context PortalContext --project src/Logitar.Portal.EntityFrameworkCore.SqlServer --startup-project src/Logitar.Portal

Generate a script

To generate a script, execute the following command. Do not forget to provide a source migration name!

dotnet ef migrations script <SOURCE_MIGRATION> --context PortalContext --project src/Logitar.Portal.EntityFrameworkCore.SqlServer --startup-project src/Logitar.Portal
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 99 3/29/2024
4.0.1 102 3/9/2024
4.0.0 92 3/8/2024

Implemented SMS messages.