Skahal.Infrastructure.Framework
0.5.5
See the version list below for details.
dotnet add package Skahal.Infrastructure.Framework --version 0.5.5
NuGet\Install-Package Skahal.Infrastructure.Framework -Version 0.5.5
<PackageReference Include="Skahal.Infrastructure.Framework" Version="0.5.5" />
paket add Skahal.Infrastructure.Framework --version 0.5.5
#r "nuget: Skahal.Infrastructure.Framework, 0.5.5"
// Install Skahal.Infrastructure.Framework as a Cake Addin #addin nuget:?package=Skahal.Infrastructure.Framework&version=0.5.5 // Install Skahal.Infrastructure.Framework as a Cake Tool #tool nuget:?package=Skahal.Infrastructure.Framework&version=0.5.5
Skahal's infrastructure framework used in games (destop, web, iOS and Android) and apps (OSX, Win and iOS).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- HelperSharp (>= 0.0.2.9)
- System.IO.Abstractions (>= 1.4.0.66)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Skahal.Infrastructure.Framework:
Package | Downloads |
---|---|
Skahal.Infrastructure.Logging.Log4net
Skahal.Infrastructure.Framework.Logging.ILogStrategy's implementations. |
|
JobSharp
An easy-to-use jobs runner. Create your Windows Service jobs runner in a few minutes. |
|
Skahal.Infrastructure.Repositories.MongoDB
Skahal.Infrastructure.Framework.Repositories.IRepository's MongoDB implementation. |
|
Skahal.Infrastructure.Repositories.EntityFramework
Skahal.Infrastructure.Framework.Repositories.IRepository's EntityFramework implementation. |
|
Skahal.Infrastructure.Repositories.DropBox
Skahal.Infrastructure.Framework.Repositories.IRepository's DropBox implementation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.5 | 16,653 | 4/8/2015 |
0.6.4 | 1,080 | 4/8/2015 |
0.6.3 | 1,218 | 1/16/2015 |
0.6.2 | 2,465 | 3/14/2014 |
0.6.1 | 1,258 | 1/21/2014 |
0.6.0 | 1,210 | 12/12/2013 |
0.5.9 | 2,964 | 10/10/2013 |
0.5.8 | 1,138 | 10/10/2013 |
0.5.7 | 1,220 | 10/8/2013 |
0.5.6 | 1,118 | 10/7/2013 |
0.5.5 | 1,198 | 9/26/2013 |
0.5.4 | 1,214 | 9/19/2013 |
0.5.3 | 1,174 | 9/17/2013 |
0.5.2 | 1,127 | 9/17/2013 |
0.5.1 | 1,146 | 9/16/2013 |
0.5.0 | 1,171 | 9/12/2013 |
Added the method below to IUnitOfWork:
UnitOfWorkEntity Get(object key);