AMLEngine 3.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package AMLEngine --version 3.0.2
                    
NuGet\Install-Package AMLEngine -Version 3.0.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="AMLEngine" Version="3.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AMLEngine" Version="3.0.2" />
                    
Directory.Packages.props
<PackageReference Include="AMLEngine" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AMLEngine --version 3.0.2
                    
#r "nuget: AMLEngine, 3.0.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.
#:package AMLEngine@3.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AMLEngine&version=3.0.2
                    
Install as a Cake Addin
#tool nuget:?package=AMLEngine&version=3.0.2
                    
Install as a Cake Tool

AutomationML API contains the CAEX ClassModel, a AutomationML Validation Engine and specific AutomationML Extensions

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.2 107 4/30/2015
3.1.1 80 3/27/2015
3.1.0 75 3/5/2015
3.0.3 80 2/26/2015
3.0.2 62 2/25/2015
3.0.1 67 2/12/2015
3.0.0 71 2/11/2015
2.1.5 78 1/23/2015
2.1.4.3 82 1/8/2015
2.1.4.2 62 1/7/2015
2.1.4.1 58 1/7/2015
2.1.4 66 1/6/2015
2.1.2.1 109 10/15/2014
2.1.2 86 10/15/2014

Version 3.0.2
Bug Fixes

Version 3.0
This Version has a new build in Validation Engine. This Engine is a replacement of the former used HashTables with Validation support. The new Validation Engine offers additional Validation and Repair Options and manages Cross references between CAEX-Elements. The Old HashTables are still available to be downward compatibel.

In Version 3.0 the most Element Creation and Insertion Methods are provided with an additional Parameter that allows the explicit definition, wether a new Element is inserted as the first Element of it's Type or the Last Element of it's Type in the Children Collection of it's Parent. The Default Behavior has not changed to former versions, where the Insertion Position in most methods was the first.





Version 2.2
This version uses an updated Altova Kernel

Better Performance when large Trees are
walked. Use of Recursion is avoided for those walks. The .Net 4.0 Version uses Parallel for Consistency Checks.
------------------------------------------

Version 2.1.5

Method to redirect links for mirrors and internal links complete redesigned for better performance.

Referencing of CAEX Elementnames which contain special characters (i.e. in InternalLinks) are now handled as defined in the CAEX guide.

New Methods two get derived Interfaces and derived SupportedRoleClasses (similar to the Method to get derived Attributes).