Kore 1.1.2
dotnet add package Kore --version 1.1.2
NuGet\Install-Package Kore -Version 1.1.2
<PackageReference Include="Kore" Version="1.1.2" />
paket add Kore --version 1.1.2
#r "nuget: Kore, 1.1.2"
// Install Kore as a Cake Addin #addin nuget:?package=Kore&version=1.1.2 // Install Kore as a Cake Tool #tool nuget:?package=Kore&version=1.1.2
Holotrek's library for core components and providers that can be used by any C# .NET application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- System.Linq.Dynamic (>= 1.0.6)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Kore:
Package | Downloads |
---|---|
Kore.Domain.EF
Infrastructure for integrating the Holotrek's Core with the Entity Framework ORM. |
|
Kore.Domain.LiteDb
Infrastructure for integrating the Holotrek's Core with the No-SQL library LiteDB. |
|
Kore.Providers.Messages.Resource
An implementation of the Holotrek's Messages provider that allows for referencing messages in a resource file by key string. |
|
Kore.Providers.Logging.Log4Net
An implementation of the Holotrek's Logging provider that uses log4net. |
|
Kore.Providers.Logging.NLog
An implementation of the Holotrek's Logging provider that uses NLog. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Modified the MockRepository to pull Message Provider from Unit of Work.