LogicBuilder.EntityFrameworkCore.SqlServer 5.0.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package LogicBuilder.EntityFrameworkCore.SqlServer --version 5.0.6
NuGet\Install-Package LogicBuilder.EntityFrameworkCore.SqlServer -Version 5.0.6
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="LogicBuilder.EntityFrameworkCore.SqlServer" Version="5.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LogicBuilder.EntityFrameworkCore.SqlServer --version 5.0.6
#r "nuget: LogicBuilder.EntityFrameworkCore.SqlServer, 5.0.6"
#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 LogicBuilder.EntityFrameworkCore.SqlServer as a Cake Addin
#addin nuget:?package=LogicBuilder.EntityFrameworkCore.SqlServer&version=5.0.6

// Install LogicBuilder.EntityFrameworkCore.SqlServer as a Cake Tool
#tool nuget:?package=LogicBuilder.EntityFrameworkCore.SqlServer&version=5.0.6

Given an EF Core DBContext, LogicBuilder.EntityFrameworkCore.SqlServer uses AutoMapper configurations to support CRUD operations using the DTO objects.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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. 
.NET Core netcoreapp3.1 is compatible. 
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
6.0.1 98 3/28/2024
6.0.0 233 12/27/2023
5.0.12 231 10/14/2023
5.0.11 86 10/14/2023
5.0.10 218 8/15/2023
5.0.9 206 7/16/2023
5.0.8 234 5/10/2023
5.0.7 646 10/1/2022
5.0.6 1,462 6/16/2022
5.0.4 607 4/15/2022
5.0.3 565 4/15/2022
5.0.2 331 12/24/2021
5.0.1 410 12/14/2021
5.0.0 311 12/14/2021
4.1.3 456 9/8/2021
4.1.3-preview.3 176 9/7/2021
4.1.3-preview.2 140 8/26/2021
4.1.3-preview.1 149 8/23/2021
4.1.3-preview.0 143 8/7/2021
4.1.2 366 5/11/2021
4.1.1 420 2/20/2021
4.1.1-preview.2 162 2/8/2021
4.1.1-preview.0 144 2/5/2021
4.1.0 411 1/13/2021
4.0.2 518 9/16/2020
4.0.1 245 9/8/2020
4.0.1-preview.1 241 9/4/2020
4.0.1-preview.0 232 8/26/2020
4.0.0 527 7/23/2020
4.0.0-preview02 313 7/20/2020
4.0.0-preview01 356 7/17/2020
3.0.0 574 1/3/2020
2.0.0 606 8/27/2019
1.0.0 814 12/30/2018
1.0.0-preview06 566 11/8/2018
1.0.0-preview05 638 9/18/2018
1.0.0-preview04 653 9/17/2018
1.0.0-preview03 681 9/17/2018

Supporting System.DateOnly and System.TimeOnly types.