HLI.Core
1.0.3
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
<PackageReference Include="HLI.Core" Version="1.0.3" />
paket add HLI.Core --version 1.0.3
#r "nuget: HLI.Core, 1.0.3"
// 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/
Learn more about Target Frameworks and .NET Standard.
-
- 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.
Removed DataContract attributes. Fixed Windows 10 / UWP support