KamiSama.Repositories.Core 2.4.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package KamiSama.Repositories.Core --version 2.4.8
NuGet\Install-Package KamiSama.Repositories.Core -Version 2.4.8
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="KamiSama.Repositories.Core" Version="2.4.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KamiSama.Repositories.Core --version 2.4.8
#r "nuget: KamiSama.Repositories.Core, 2.4.8"
#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 KamiSama.Repositories.Core as a Cake Addin
#addin nuget:?package=KamiSama.Repositories.Core&version=2.4.8

// Install KamiSama.Repositories.Core as a Cake Tool
#tool nuget:?package=KamiSama.Repositories.Core&version=2.4.8

Repository pattern common usages.

Product 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.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on KamiSama.Repositories.Core:

Package Downloads
KamiSama.Repositories.EntityFrameworkCore

Entity Framework Core Repository Pattern

KamiSama.Repositories.EntityFramework

Entity Framework Repository Pattern

KamiSama.Repositories.Json

Json Repository uses System.Text.Json

KamiSama.Repositories.Xml

Xml implementation for repository pattern for general usage

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.8.4 187 4/12/2024
2.8.3 97 4/12/2024
2.8.2 264 3/30/2024
2.8.1 145 3/23/2024
2.8.0 550 11/22/2023
2.7.1 513 9/29/2023
2.7.0 543 9/29/2023
2.6.6 528 9/29/2023
2.6.5 563 9/17/2023
2.6.4 725 6/24/2023
2.6.3 685 6/24/2023
2.6.2 729 6/24/2023
2.6.1 870 5/6/2023
2.6.0 844 4/19/2023
2.5.2 2,702 10/22/2021
2.5.1 1,299 10/22/2021
2.5.0 1,310 9/21/2021
2.4.8 1,306 6/17/2021
2.4.7 1,281 6/17/2021
2.4.6 1,342 6/16/2021
2.4.5 1,321 6/12/2021
2.4.4 1,298 5/19/2021
2.4.2 1,320 5/2/2021
2.4.1 1,320 5/2/2021
2.4.0 1,346 5/2/2021
2.3.2 1,444 2/3/2021
2.3.1 1,386 2/3/2021
2.3.0 1,346 1/7/2021
2.2.8 1,260 1/7/2021
2.2.7 1,491 10/17/2020
2.2.6 1,435 10/9/2020
2.2.5 1,428 9/18/2020
2.2.4 1,424 7/29/2020
2.2.3 1,655 7/22/2020
2.2.2 1,365 7/21/2020
2.2.1 1,319 5/25/2020
2.2.0 1,277 5/25/2020
2.1.3 1,254 5/14/2020
2.1.2 1,254 5/11/2020
2.1.1 1,263 5/11/2020
2.1.0 1,288 5/10/2020
2.0.2 1,254 3/27/2020

v2.0.0
- Refactored from old KamiSama.Repositories library