AASPE Common Components Library for AASPE and AASX-Server
AASPE AasCore Library /V3.0 AAS Specification/ for AASPE and AASX-Server
Aaspe.Common (aaspe-common)
AasxCsharpLibrary
:AasxCompatibilityModels
AasxIntegrationBase
AdminShell_V20
AdminShellNS
AdminShellNS.Exceptions
AdminShellNS.Extensions
Extensions
Extensions.ArrayExtensions
jsoncanonicalizer
Org.Webpki.Es6NumberSerialization
es6numberserializer
Org.Webpki.JsonCanonicalizer
SSIExtension
SSIExtension
Aaspe.AasCore (aaspe-aascore)
Nugets can be either pulled from the Ether (nuget.org) or from a local storage.
Think Release/Debug builds.
To use a local nuget to a project add a local nuget source.
Tools > Options > Package Manager > Package Sources
Add a new nuget source:
-
Name e.g.
local nugets
-
Source: the directory where the nuget is,
e.g.D:\eclipse-aaspe\aaspe-common\src\aaspe-common\bin\Debug
is the default pack path
Aaspe.Commons
and
Aaspe.AasCore
are available at nuget.
Add the nuget to a project:
-
(remove the projects contained in the nuget from the repo and dependencies)
-
R-click the project (e.g.
AasxPackageLogic
) > Manage nugets -
If using a local nuget: change
Package source
to the new sourcelocal nugets
-
Install the nuget.
-
(in case of problems with the nuget installation, try
Update-Package –reinstall Aaspe.Common
) -
Enjoy.
See documentation.md (tbd)