Limbo.EntityFramework 2.0.0-beta002

Prefix Reserved
This is a prerelease version of Limbo.EntityFramework.
dotnet add package Limbo.EntityFramework --version 2.0.0-beta002                
NuGet\Install-Package Limbo.EntityFramework -Version 2.0.0-beta002                
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="Limbo.EntityFramework" Version="2.0.0-beta002" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Limbo.EntityFramework --version 2.0.0-beta002                
#r "nuget: Limbo.EntityFramework, 2.0.0-beta002"                
#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 Limbo.EntityFramework as a Cake Addin
#addin nuget:?package=Limbo.EntityFramework&version=2.0.0-beta002&prerelease

// Install Limbo.EntityFramework as a Cake Tool
#tool nuget:?package=Limbo.EntityFramework&version=2.0.0-beta002&prerelease                

Limbo.EntityFramework

Generic models for interacting with EF Core

Content

  • Install
  • Description
  • Documentation

Install

dotnet add package Limbo.EntityFramework

Description

This repository creates classes commonly used when working with EF core. It contains a bunch of generic classes that can help you quickly set up CRUD functionality with EF core.

Documentation

Find the documentation here

Maintainer information

Here you'll find information for maintaining the repository

Test database

To get the test database up and running use:

docker-compose up -d

Exceuted in the root of the repository with Docker running.

Changelog

This repository uses standard-version to create changelogs using conventional commits

Releases

First change the version of the csproj file to the new version.

To create a release use the following commands:

Install packages

yarn
yarn release

This will create the nuget package at Releases and update the changelog.

Prereleases

First change the version of the csproj file to the new version.

To create a prerelease use the following commands:

Install packages

yarn
yarn release --prerelease

This will create the nuget package at Releases and update the changelog.

Debug

First change the version of the csproj file to the new version.

To create a debug nuget package use the following commands:

Install packages

yarn
yarn debug

This will create the nuget package at debug.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on Limbo.EntityFramework:

Package Downloads
Limbo.Subscriptions.Persistence

Persistence package for Limbo.Subscriptions.

Limbo.ApiAuthentication.Persistence

Persistence package for Limbo.ApiAuthentication.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0-beta002 130 5/2/2022