RepoDB icon indicating copy to clipboard operation
RepoDB copied to clipboard

Enhancement: Include the Compiler Expression Member Assignments in the ClassHandler.

Open mikependon opened this issue 5 years ago • 1 comments

This user story will allow the Class Handler to have the information of the compiler's Member Assignments. This will give more access to the User (Library User) underlying access to the actual pre-compiled Expressions / Member Assignments.

What is Member Assignment? They are the expression that is being passed in the AOT compilation that is being used during the Entity model hydration process. It is being used when the values of the DbDataReader object is being assigned back to the model.

Below is the screenshot of the sample Member Assignments.

image

Why it is needed? It gives access to the developer and the user of the library to understand what happened behind the scene.

Note: Consider identifying the Constructor Argument and Property Assignments.

mikependon avatar Sep 25 '20 14:09 mikependon

Linking both the #529 and #530.

mikependon avatar Sep 25 '20 14:09 mikependon