gigya / microdot

Microdot: An open source .NET microservices framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build

ZedZipDev opened this issue · comments

I have tried to build the package with VS2015 and VS2017.
In both cases many errors.
What I am doing wrong?

It compiles using VS2017 if you could attach logs it would help to investigate.

What I see:
the project Gigya.Microdot.SharedLogic has references

Metrics
System.Runtime.InteropServices.RuntimeInformation

which marked as not found.
May be it is one of the reasons?

Ok, there is the log
microdot_log.txt

It looks to me that you missing dependencies to take them you should run .paket/restore.bat we have a guide of how to compile the library, please take a look, https://github.com/gigya/microdot/wiki/Contribution-Guide.

Yes,
========== Build: 17 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

I thought that Restore NuGet packages is enough.
Thank you, it was my mistake.

It an easy mistake to make, we use a paket client tools for nuggets management, that are not integrated into VS by default.