HLI.Core
1.0.0
See the version list below for details.
dotnet add package HLI.Core --version 1.0.0
NuGet\Install-Package HLI.Core -Version 1.0.0
<PackageReference Include="HLI.Core" Version="1.0.0" />
paket add HLI.Core --version 1.0.0
#r "nuget: HLI.Core, 1.0.0"
// Install HLI.Core as a Cake Addin #addin nuget:?package=HLI.Core&version=1.0.0 // Install HLI.Core as a Cake Tool #tool nuget:?package=HLI.Core&version=1.0.0
This project is meant to speed up product creation, avoid code clones and whenever possible provide a facade for common functionality. Contains base Model for DDD / MVVM.
Usage: make your model inherit ModelBase.
See also: Object and IEnumerable extensions, DateTimeSpan class.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- Microsoft.Bcl.Build (>= 1.0.21)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on HLI.Core:
Package | Downloads |
---|---|
HLI.Data
Create instance of HliHttpClient and make typed calls: var client = new HliHttpClient("http://httpbin.org/", "ip"); var result = await client.GetDataAsTypeAsync<IpResponse>(); There is also an IRepository interface and subinterfaces for your repositories. |
|
HLI.Forms.Core
Netstandard/PCL/Win10 Xamarin.Forms views, converters, pages and services such as bindable picker and a modal view |
|
HLI.Forms.Prism
Xamarin.Forms Prism Pages with SetAutowireViewModel, MVVM View Model Base classes, services, extensions etc |
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial version