Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve IFluentInterface #734

Closed
NoxMortem opened this issue Dec 17, 2018 · 2 comments
Closed

Unable to resolve IFluentInterface #734

NoxMortem opened this issue Dec 17, 2018 · 2 comments

Comments

@NoxMortem
Copy link

NoxMortem commented Dec 17, 2018

Trying to build moq4, I am unable to resolve IFluentInterface. Any ideas?

I've already updated Visual Studio 2017, used git reset --hard, git pull to get the latest stage, restored the nuget packages but still I am unable to build it.

@stakx
Copy link
Contributor

stakx commented Dec 18, 2018

Hmm. Usually, any initial problems with building disappear once you've performed a package restore and re-opened the solution. Can you try the following?

  • Close Visual Studio and delete at least the src/Moq/bin/ and src/Moq/obj/ folders.
  • Open a Visual Studio developer prompt and run msbuild /r from inside the Moq solution directory.

@NoxMortem
Copy link
Author

Works in Visual Studio and is a Jetbrains Rider Bug not executing a target which generated the IFluentInterface.g.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants