Snacks.Entity.Core
1.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Snacks.Entity.Core --version 1.0.5
NuGet\Install-Package Snacks.Entity.Core -Version 1.0.5
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="Snacks.Entity.Core" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Snacks.Entity.Core --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Snacks.Entity.Core, 1.0.5"
#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 Snacks.Entity.Core as a Cake Addin #addin nuget:?package=Snacks.Entity.Core&version=1.0.5 // Install Snacks.Entity.Core as a Cake Tool #tool nuget:?package=Snacks.Entity.Core&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple entity framework that easily integrates into Sqlite or MySql/MariaDB databases.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Dapper (>= 2.0.78)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Features (>= 5.0.1)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.Extensions.Caching.Abstractions (>= 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Snacks.Entity.Core:
Package | Downloads |
---|---|
Snacks.Entity.Authorization
Authorization extensions for the Snacks.Entity.Core package. |
|
Snacks.Entity.Caching
Caching extensions for the Snacks.Entity.Core package |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 410 | 1/8/2022 |
2.1.0 | 335 | 1/7/2022 |
2.0.4 | 748 | 7/30/2021 |
2.0.3 | 761 | 7/30/2021 |
2.0.2 | 588 | 2/15/2021 |
2.0.1 | 595 | 1/24/2021 |
2.0.0 | 528 | 1/22/2021 |
1.2.0 | 856 | 1/3/2021 |
1.1.1 | 408 | 1/2/2021 |
1.1.0 | 406 | 12/28/2020 |
1.0.11 | 425 | 12/16/2020 |
1.0.10 | 456 | 12/15/2020 |
1.0.9 | 422 | 12/15/2020 |
1.0.8 | 440 | 12/15/2020 |
1.0.7 | 449 | 12/15/2020 |
1.0.6 | 474 | 12/15/2020 |
1.0.5 | 486 | 12/15/2020 |
1.0.4 | 440 | 12/15/2020 |
1.0.3 | 443 | 12/13/2020 |
1.0.2 | 407 | 12/13/2020 |
1.0.1 | 450 | 12/13/2020 |
1.0.0 | 470 | 12/12/2020 |
Entity services can now inherit directly from IEntityService<TModel>