ABB.AHC.Models.API 5.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ABB.AHC.Models.API --version 5.2.2
NuGet\Install-Package ABB.AHC.Models.API -Version 5.2.2
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="ABB.AHC.Models.API" Version="5.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ABB.AHC.Models.API --version 5.2.2
#r "nuget: ABB.AHC.Models.API, 5.2.2"
#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 ABB.AHC.Models.API as a Cake Addin
#addin nuget:?package=ABB.AHC.Models.API&version=5.2.2

// Install ABB.AHC.Models.API as a Cake Tool
#tool nuget:?package=ABB.AHC.Models.API&version=5.2.2

ABB Ellipse APM (formerly AHC) Model API

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.1.2 1,373 11/7/2023
6.1.2-preview.0 63 10/30/2023
6.1.1 229 10/30/2023
6.1.0 458 9/18/2023
6.0.0 1,097 2/17/2023
5.8.0 6,493 11/24/2022
5.7.0 1,611 11/23/2022
5.6.0 10,831 5/16/2022
5.5.1 3,400 1/31/2022
5.5.0 26,991 1/10/2022
5.4.0 25,043 9/2/2020
5.3.6 3,118 2/3/2020
5.3.5 16,189 6/25/2019
5.3.4 1,527 6/4/2019
5.3.3 7,193 5/29/2019
5.3.2 928 5/28/2019
5.3.0 878 5/28/2019
5.2.7 901 5/28/2019
5.2.6 1,174 5/24/2019
5.2.5 979 5/23/2019
5.2.4 844 5/23/2019
5.2.3 915 5/21/2019
5.2.2 966 5/13/2019
5.2.1 888 5/13/2019
5.2.0 873 5/8/2019
5.1.1 9,920 9/24/2018
5.1.0 1,049 9/24/2018
5.0.4 28,867 4/10/2018
5.0.1 1,918 3/26/2018
4.4.0 6,914 7/13/2017
4.3.0 1,304 7/11/2017
4.2.0 1,284 7/10/2017
4.1.0 1,298 7/10/2017
4.0.0 1,200 7/7/2017
3.2.0 2,288 5/9/2017
3.1.0 1,281 5/8/2017
3.0.0 1,259 4/18/2017
2.2.3 2,730 2/27/2017
2.2.2 1,781 2/23/2017
2.2.1 1,319 2/17/2017
2.2.0 1,430 2/17/2017

5.2.2:
- clean up for Score class: Removed inheritance from IEnumerable<>
5.2.1:
- added new message type: DataQualityError
5.2.0:
- XML doc restored
- Added version 5 of API:
 - All input/output classes immutable.
 - Validations added, so possibility of creating invalid objects is reduced.
 - Restructures naming. Most important:
   MessageLog => Message (and in ModelOutput: MessagesLog => Messages),
   Message => Issue (and in ModelOutput: Messages => Issues).
 - Model input wrapped into new class.
 - Introduces sub-asset correlation identifier in input values.
 - Introduces correlation identifiers in messages and issues.
 - Issue Cost & Urgency options changed.
 - Introduces input parameter correlation into scores.
 - Score values nullable.
 - Introduces separate classes for input and output data points.
 - Timestamp nullability removed from data points (input and output).
 - Date/time normalization to UTC enforced, where date/time is used explicitly.
 - Enforced case-insensitivity on input and score names.