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

FastExpressionCompiler.cs and Expression.cs code comment out in .NetFramework 4.7 #121

Closed
stevensrf11 opened this issue Apr 26, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@stevensrf11
Copy link

When using .Net Framework 4.7 the code is commented in the FastExpressionCompiler.cs and Expression.cs files.
Is Dryioc not fully compatiable for ,Net Framework 4.7.?
In both of these files this is shown if .Net Framework 4.7 used
// ReSharper disable CoVariantArrayConversion
#if NET45 || NETSTANDARD1_3 || NETSTANDARD2_0

Should Dryioc only be used in .NetFramework 4.5?

@dadhi
Copy link
Owner

dadhi commented Apr 26, 2019

Nope. But if you are using the source package the compile vars are not covering all platform variants. Will fix.
But for now you may add NET47 yourself.

@dadhi dadhi self-assigned this May 1, 2019
@dadhi dadhi added the bug Something isn't working label May 1, 2019
@dadhi dadhi added this to the v4.0.4 milestone May 1, 2019
@dadhi dadhi closed this as completed May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants