Giter Site home page Giter Site logo

Comments (13)

Havret avatar Havret commented on May 16, 2024 3

I think this should be included in project's ReadMe.

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024 2

@paluch82 thank you for reporting this issue. It looks like Resharper 2018.3.1 has different settings in Visual Studio Integration section than before. Please verify your settings (the first option should be unchecked).

image

I'm not sure what is the real culprit: the default settings has been changed or Resharper took over ctr + . shortcut.

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

Hi

What exactly version of VS 2017 do you have installed? Did you restart VS after installing the extension?
Roslyn menu should be triggered with ctr + . shortcut.

from mappinggenerator.

brrbtr avatar brrbtr commented on May 16, 2024

VS Enterprise 2017 (15.8.9)
Verified that extension is installed.
Yes, restarted.
Here's what I see:
image

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

Have you tried with the code that is correct? Your method signature is invalid - no identifier for method parameter.

from mappinggenerator.

brrbtr avatar brrbtr commented on May 16, 2024

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.

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

No problem, good to know that even bugs in OS can break Roslyn analyzers.

from mappinggenerator.

pug-pelle-p avatar pug-pelle-p commented on May 16, 2024

I still experience this problem, is there any known fix for this?

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

@pug-pelle-p please update VS 2017 to the newest version and restart your computer

from mappinggenerator.

paluch82 avatar paluch82 commented on May 16, 2024

Hi,
I have Resharper 2018.3.1 and Visual Studio 2017 version 15.9.4. Unfortunately I cannot get the Mapping Generator menu. I tried to restart computer but this didn't help. Do you know how to fix the issue?

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

@paluch82 please provide your code where you expect MappingGenerator options.

from mappinggenerator.

paluch82 avatar paluch82 commented on May 16, 2024

Hi,

Here is my sample code:
`public class Test
{
public class ClassA
{
public string Name { get; set; }
public int Value { get; set; }
}

    public class ClassB
    {
        public string Name { get; set; }
        public int Value { get; set; }
    }

    private ClassB Map(ClassA a)
    {

    }
}`

The issue is related with Resharper because when I disable it then MappingGenerator options shows up.

from mappinggenerator.

paluch82 avatar paluch82 commented on May 16, 2024

This resolved the issue. Now it works like a charm. Thanks.

from mappinggenerator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.