NHibernate.AspNet.Identity
NHibernate.AspNet.Identity copied to clipboard
Updated Nuget packages. Removed all unused references.
I have updated all packages. All unused references in all classes were removed.
I don't know the reason the tests don't pass on the CI servers. They work locally.
It complains about Moq? did you clean everything before building locally?
Try this:
$ cd path/to/project
$ git clean -fdx
$ build.cmd
Error:
Could not load file or assembly 'Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920' or one of its dependencies. The system cannot find the file specified.
Command exited with code -2