Giter Site home page Giter Site logo

Comments (14)

cezarypiatek avatar cezarypiatek commented on May 16, 2024

Mapping properties from inherited class should be supported. Could you show code of your classes?

from mappinggenerator.

phoenix172 avatar phoenix172 commented on May 16, 2024

Child Entity
image

Person Entity
image

Entity
image

Child Model
image

Model Base
image

When I try to generate mapping from Child Entity to Child Model, I get this(ignore the recursion code - this is just an illustration):
image

And when I do it the other way round - Child Model to Child Entity, this is the result:
image

Notice that in the first case there isn't an Id column mapping, while in the second there is. Maybe I am doing something wrong?

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

Are these classes in the same assembly?

from mappinggenerator.

phoenix172 avatar phoenix172 commented on May 16, 2024

Yes, they are. Just different namespaces.

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

Ok, I've just found the culprit, ModelBase.Id has setter with internal modifier. I need to handle this case. but it can take a while. I have no idea how to check if element with internal modifier is accessible in given context.

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

I've found code that check if two types are from different assemblies but this requires a lot of changes because we need to pass context of code generation
https://github.com/dotnet/roslyn/blob/master/src/Workspaces/Core/Portable/Shared/Extensions/ISymbolExtensions_Accessibility.cs

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

@phoenix172 Could you test this version https://ci.appveyor.com/api/buildjobs/v2ooime65b205pff/artifacts/MappingGenerator%2FMappingGenerator%2FMappingGenerator.Vsix%2Fbin%2FRelease%2FMappingGenerator.vsix and tell me if all mappings works correctly?

from mappinggenerator.

phoenix172 avatar phoenix172 commented on May 16, 2024

Confirmed working. Nice job and thank you :)

from mappinggenerator.

phoenix172 avatar phoenix172 commented on May 16, 2024

I guess you would want to close this with a commit :)

from mappinggenerator.

phoenix172 avatar phoenix172 commented on May 16, 2024

Oh just found a new problem that I am not sure was present with the old version.

The Generate Mapping option does not appear when the cursor is at the end of the method name.
2018-08-25_19-00-47

If this is not just the new version, I can open a separate issue.

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

This problem is not related with the original issue but there is no need to create another ticket. I will check that tomorrow.

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

@phoenix172 would you be so kind to test the new version? https://ci.appveyor.com/api/buildjobs/mnxgommposnkhw7q/artifacts/MappingGenerator%2FMappingGenerator%2FMappingGenerator.Vsix%2Fbin%2FRelease%2FMappingGenerator.vsix

from mappinggenerator.

phoenix172 avatar phoenix172 commented on May 16, 2024

Works great :)

from mappinggenerator.

cezarypiatek avatar cezarypiatek commented on May 16, 2024

Thanks for testing. Fix merged into develop, should be released in few days.

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.