The sample project may fail to build due to:
- A missing LacunaPkiLicense.config file - see this FAQ
- Missing Nuget packages - the project is comitted without the refereced Nuget packages, which are restored automatically during the first build. However, your environment might have the automatica package restore feature disabled. If so, it is necessary the manually restore the packages (right click on the project > Manage Nuget Packages... > Restore)
0 Comments