-
Couldn't load subscription status.
- Fork 2.4k
Separate internal APIs #3504
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
Separate internal APIs #3504
Conversation
c6fbdff to
e1ec3d1
Compare
07a680c to
7b2e7b3
Compare
7de7364 to
0d369a2
Compare
76fd4bc to
8c20769
Compare
19ba0ce to
70f9b29
Compare
src/UnitTests/Constructors.cs
Outdated
| } | ||
| class Destination | ||
| { | ||
| public Destination(int value = 2) => Value = value; |
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.
People want to say that the property Value is mapped because this constructor is used.
dbb1a95 to
e12e236
Compare
…rs when constructor mapping
|
|
||
| public IList<IObjectMapper> Mappers { get; } | ||
|
|
||
| public AdvancedConfiguration Advanced { get; } = new AdvancedConfiguration(); |
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.
Not exactly correct, but it seems reasonable to replace Advanced with Internal(), or use Advanced() instead. Easier to upgrade. If some setting is too important for that, we could move it in the public interface.
81142c9 to
f51f90d
Compare
b96ea0b to
f5d9191
Compare
87d06b1 to
6882b79
Compare
d677e95 to
261e70b
Compare
This reverts commit b44c13f.
Evaluate Conditional Expressions for projections with subqueries
8f4945e to
bad3224
Compare
#3504 (comment)