NHibernate.AspNet.Identity icon indicating copy to clipboard operation
NHibernate.AspNet.Identity copied to clipboard

Updated Nuget packages. Removed all unused references.

Open brunoamancio opened this issue 9 years ago • 3 comments

I have updated all packages. All unused references in all classes were removed.

brunoamancio avatar Nov 12 '15 13:11 brunoamancio

I don't know the reason the tests don't pass on the CI servers. They work locally.

brunoamancio avatar Nov 12 '15 13:11 brunoamancio

It complains about Moq? did you clean everything before building locally?

lnu avatar Nov 13 '15 06:11 lnu

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

milesibastos avatar Nov 30 '15 13:11 milesibastos