HLI.Core
1.0.6
Base Model for DDD / MVVM and other common classes. ModelBase supports change tracking, Guid/int Id, serialization etc.
Install-Package HLI.Core -Version 1.0.6
dotnet add package HLI.Core --version 1.0.6
<PackageReference Include="HLI.Core" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HLI.Core --version 1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Multi-target: net45, PCL, NetStandard 1.4, UAP10, using VS2017 CSPROJ
Dependencies
-
.NETFramework 4.5
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
-
Portable Class Library (Windows 8.1, WindowsPhoneApp 8.1)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
-
UAP 10.0
- Microsoft.NETCore.UniversalWindowsPlatform (>= 5.2.2)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
Used By
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.