-
Notifications
You must be signed in to change notification settings - Fork 120
Can't get Mapping options in Roslyn menu #50
Comments
Hi What exactly version of VS 2017 do you have installed? Did you restart VS after installing the extension? |
Have you tried with the code that is correct? Your method signature is invalid - no identifier for method parameter. |
Yes. I had. (I just tried to spin up an example really quickly and forgot to finish...) In the meantime, my system got updated and rebooted for me (without permission, of course). Now, it seems to be working just fine. Sorry for the bother. |
No problem, good to know that even bugs in OS can break Roslyn analyzers. |
I still experience this problem, is there any known fix for this? |
@pug-pelle-p please update VS 2017 to the newest version and restart your computer |
Hi, |
@paluch82 please provide your code where you expect MappingGenerator options. |
Hi, Here is my sample code:
The issue is related with Resharper because when I disable it then MappingGenerator options shows up. |
@paluch82 thank you for reporting this issue. It looks like I'm not sure what is the real culprit: the default settings has been changed or |
This resolved the issue. Now it works like a charm. Thanks. |
I think this should be included in project's ReadMe. |
I have ReSharper installed, but disabled. Restarted VS 2017. Still no Generate Mapping Code in the Roslyn menu. I verified that the extension appears to be installed. What is required for the Generate Mapping Code to show up ?
The text was updated successfully, but these errors were encountered: