-
Notifications
You must be signed in to change notification settings - Fork 139
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
Unable to use TypeAccessor with IL Generated type. #59
Comments
Do you perhaps have a minimal repro so we can be sure we're talking about
the same scenario?
…On Wed, 6 Jun 2018, 22:25 GuyL, ***@***.***> wrote:
Hi Marc,
I have a Lib named SimpleConfig which is like IOptions.
I thought of using FastMemeber to check performance issues.
To make a long story short i am creating a Type from an interface and when
trying to use FastMemeber on a type from a dynamic assembly i get not
supported exception, when trying to use it on the interface type when
inheritance takes place i get outOfRangeException,
Can we use a flat hierarchy ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#59>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABDsO6Vlp0h2SX12isI4w9S2UqvfhePks5t6EizgaJpZM4UdZL4>
.
|
Sure, I'll create a repo tonight (my night) and i will post it asap |
Hi Marc, I've created a branch with a demo of the problem, please take a look at this. The Test name is Marc_Demo |
Hi @mgravell, Did you have the time to look at it please ? |
Sorry, I'll try to look this weekend. Lots of plates to keep spinning.
…On Sun, 17 Jun 2018, 09:26 GuyL, ***@***.***> wrote:
Hi @mgravell <https://github.com/mgravell>,
Did you have the time to look at it please ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABDsOKjodsLQ45bUjD8hWh28NDMiK0tks5t9hKrgaJpZM4UdZL4>
.
|
@mgravell thanks for replying :) |
This sounds pretty similar to the issues I found when working with interfaces. I've forked the fast-member repo and implemented a fix for the issue - you might take a look and see if it helps you or not: https://github.com/tippmar/fast-member -- I've also created a PR to this but it hasn't been merged yet. |
@tippmar, I'll take a look. |
Hi Marc,
I have a Lib named SimpleConfig which is like IOptions.
I thought of using FastMemeber to check performance issues.
To make a long story short i am creating a Type from an interface and when trying to use FastMemeber on a type from a dynamic assembly i get not supported exception, when trying to use it on the interface type when inheritance takes place i get outOfRangeException,
Can we use a flat hierarchy ?
The text was updated successfully, but these errors were encountered: