SubPointSolutions / MetaPack

A NuGet platform for packaging, delivering and deploying SharePoint customization with PnP/SPMeta2 support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API - implement integration API for model packaging

SubPointSupport opened this issue · comments

Model packaging should be simplified for both SPMeta2 and PnP providers. API should hide all complexity of adding models, configuring the order of provisioning and unique ID management.

The following should be implemented:

  • Simple API to package SPMeta2/PnP models
  • Simple API to set order of model provisioning

Solution package was moved back to SolutionPackageBase which is now a container for SERIALIZED models. That means that solution package must not have dependencies on any kind of assemblies or types housing only byte[] arrays for models and name-value pairs as meta information.