Skip to content
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

Add support of net3.5 #32

Open
Alex141 opened this issue Jun 9, 2015 · 3 comments
Open

Add support of net3.5 #32

Alex141 opened this issue Jun 9, 2015 · 3 comments

Comments

@Alex141
Copy link
Contributor

Alex141 commented Jun 9, 2015

Hello David!

It would be nice to make DynamicExpresso support of net 3.5. It is possible or there is some fundamental problems?

@davideicardi
Copy link
Member

Hello Alex,

Yes I think it should be possible. Probably there is only some .NET features that I have used but we can rewrite the code in a different way or remove some small feature.

I appreciate any code contribution 😃 otherwise I can try to work on it in the future but I don't know when...

davide

@Alex141
Copy link
Contributor Author

Alex141 commented Jun 9, 2015

I undestand 😄 . Recently I had experience for multitargeting library, so if I have time in the near future I might try solve this task

@moh-hassan
Copy link
Contributor

moh-hassan commented Jan 15, 2019

I inspected the code in net35, the following are the major compilation errors :

  • Error CS0246 The type or namespace name 'ISet<>' (isn't available for net35, generics is suported in net40)
  • Error CS0122 'ExpressionVisitor' is inaccessible due to its protection level (It's available in net40)
  • Error CS0234 The type or namespace name 'Dynamic' does not exist in the namespace 'System' (supported in net40)
  • Error CS0234 The type or namespace name 'ExceptionServices' does not exist in the namespace 'System.Runtime' (supported by net40)
  • Error CS0115 'DisableReflectionVisitor.VisitMethodCall(MethodCallExpression)': no suitable method found to override (part of ExpressionVisitor)
  • Error CS0115 'DisableReflectionVisitor.VisitMember(MemberExpression)': no suitable method found to override (part of ExpressionVisitor)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants