HLI.Core
1.0.2
See the version list below for details.
dotnet add package HLI.Core --version 1.0.2
NuGet\Install-Package HLI.Core -Version 1.0.2
<PackageReference Include="HLI.Core" Version="1.0.2" />
paket add HLI.Core --version 1.0.2
#r "nuget: HLI.Core, 1.0.2"
// Install HLI.Core as a Cake Addin #addin nuget:?package=HLI.Core&version=1.0.2 // Install HLI.Core as a Cake Tool #tool nuget:?package=HLI.Core&version=1.0.2
This project is ment to speed up product creation, avoid code clones and whenever possible provide a facade for common functionality. Contains base Model for DDD / MVVM.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
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.
IFilterableObject interface added and implemented in ModelBase with a virtual property: FilterProperty.