NuGet
NuGet is a package management system for .NET, more information about NuGet can be found here
The NuGet packages for ShareAspace is used by developer when developing some form of extension to ShareAspace. A form of extension can be a mapper using the mapping framework.
The recommended way to use the NuGet packages is to retrieve the actual .nupkg
file and directly
link to that package in the project.
The NuGet packages will be provided where releases can be found.
Model Framework
The name of this NuGet is:
Eurostep.ModelFramework.version.nupkg
Where version is the release version of the product e.g. 1.2.3.456
in that case the NuGet name would be:
Eurostep.ModelFramework.1.2.3.456.nupkg
This NuGet will give all necessary references to assemblies needed to create a toolbox or mapper to/from ShareAspace or between any other formats.
The NuGet include the following assemblies:
- Eurostep.ModelFramework.Mapping.dll, the mapping framework assembly used when creating mappers
- Eurostep.ModelFramework.Toolbox.dll, the mapping framework assembly used to create a toolbox for mappers
- Eurostep.SAS.Abstractions.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Allocator.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.BackgroundWork.Abstractions.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Core.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Exceptions.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Hashing.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Model.Abstractions.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Model.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Model.Store.Abstractions.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Model.Store.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.SoftType.Abstractions.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.SoftType.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Storage.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Storage.Windows.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Task.dll, the task assembly used when creating specific tasks e.g. MapperTask
- Eurostep.SAS.Triggers.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.UnitOfInformation.Abstractions.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.UnitOfInformation.dll, assembly resource needed for the SasRepository
- Eurostep.SAS.Utf8.dll, assembly resource needed for the SasRepository
- Eurostep.Toolbox.Formatter.dll, assembly resource needed for the NovaRepository
- Eurostep.Toolbox.Model.dll, assembly resource needed for the NovaRepository
- Eurostep.Toolbox.NovaRepository.dll, the new toolbox for ShareAspace
- Eurostep.Toolbox.Sas.dll, the old toolbox for ShareAspace