Kore 1.1.1
See the version list below for details.
dotnet add package Kore --version 1.1.1
NuGet\Install-Package Kore -Version 1.1.1
<PackageReference Include="Kore" Version="1.1.1" />
paket add Kore --version 1.1.1
#r "nuget: Kore, 1.1.1"
// Install Kore as a Cake Addin #addin nuget:?package=Kore&version=1.1.1 // Install Kore as a Cake Tool #tool nuget:?package=Kore&version=1.1.1
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.
Added Message Provider to Repository so that domain entities can add messages. Modified BaseMessageProvider to require an isDebug flag so that it knows whether to add the Production Fatal Error message.