-
-
Notifications
You must be signed in to change notification settings - Fork 201
Reference External mappings #1890
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
Conversation
src/Riok.Mapperly/Descriptors/ExternalMappings/ExternalMappingsExtractor.cs
Show resolved
Hide resolved
src/Riok.Mapperly/Descriptors/ExternalMappings/ExternalMappingsExtractor.cs
Show resolved
Hide resolved
...erly.IntegrationTests/_snapshots/StaticMapperTest.SnapshotGeneratedSource_NET6_0.verified.cs
Show resolved
Hide resolved
test/Riok.Mapperly.Tests/Mapping/ReferenceExternalMappingsTests.cs
Outdated
Show resolved
Hide resolved
test/Riok.Mapperly.Tests/Mapping/ReferenceExternalMappingsTests.cs
Outdated
Show resolved
Hide resolved
latonz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this contribution!
src/Riok.Mapperly/Configuration/MethodReferenceConfiguration.cs
Outdated
Show resolved
Hide resolved
src/Riok.Mapperly/Descriptors/ExternalMappings/ExternalMappingsExtractor.cs
Show resolved
Hide resolved
923225b to
b0c0a39
Compare
test/Riok.Mapperly.Tests/Mapping/ObjectPropertyUseNamedMappingTest.cs
Outdated
Show resolved
Hide resolved
|
Hi @latonz , |
|
Thanks for the updates, and sorry for the delay, this kept slipping down my to-do list. I’ll do a full review once you’ve addressed this. |
|
Hi @latonz, |
|
Thank you for this contribution! |
Reference External mappings
Description
Implements external mapping for static methods and instance methods through field reference.
Fixes #1856
Checklist