microsoft / SimpleStubs

*SimpleStubs* is a simple mocking framework that supports Universal Windows Platform (UWP), .NET Core and .NET framework. SimpleStubs is currently developed and maintained by Microsoft BigPark Studios in Vancouver.
Other
66 stars 29 forks source link

No Intellisense for Stubs in VS2017 15.7.6 #50

Closed ScottyLightnin closed 6 years ago

ScottyLightnin commented 6 years ago

We recently upgraded our app to UWP, and our previous Unit Tests relied on Telerik JustMock, which does not support UWP, enter SimpleStubs.

I am able to get the Test project compiling and running, but none of my generated stub classes have Intellisense under VS2017. Is this normal? image

nehmebilal commented 6 years ago

@ScottyLightnin No, that's not normal. Usually it goes away the first time you build. That said, I've seen that in Visual Studio without SimpleStubs. Might also be resharper related if you're using that.

By the way, welcome abroad :)

ScottyLightnin commented 6 years ago

OK good to know. I'll put it down to VS weirdness then, because coming into the office today and opening the solution, my Intellisense returned. Possibly coincidental, but I upgraded to VS2017 15.8.0 overnight, perhaps this sorted it.

Nice work on this project, so far it looks like a good replacement for JustMock for us. Thanks!

image

nehmebilal commented 6 years ago

@ScottyLightnin Thanks for the feedback and I'm glad that the Intellisense weirdness got resolved 😄