HLI.Core 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package HLI.Core --version 1.0.3
NuGet\Install-Package HLI.Core -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HLI.Core" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HLI.Core --version 1.0.3
#r "nuget: HLI.Core, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HLI.Core as a Cake Addin
#addin nuget:?package=HLI.Core&version=1.0.3

// Install HLI.Core as a Cake Tool
#tool nuget:?package=HLI.Core&version=1.0.3

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.

Read more:
https://github.com/tomcrusader/HLI.Core/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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&lt;IpResponse&gt;(); 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.

Version Downloads Last updated
1.0.6 1,754 8/2/2017
1.0.6-beta 734 8/2/2017
1.0.5.3 1,329 3/28/2017
1.0.5.1 1,234 12/18/2016
1.0.4 1,285 10/30/2016
1.0.3 2,021 6/5/2016
1.0.2 1,216 5/15/2016
1.0.1 1,215 5/12/2016
1.0.0 2,077 2/24/2016

Removed DataContract attributes. Fixed Windows 10 / UWP support