MissingMethodException: DryIoc.Rules DryIoc.Rules.WithoutFastExpressionCompiler #2715
-
Hello, I have a C# WPF application and want to use the following two NuGet packages:
But when I start the App, I get this exception: MissingMethodException: DryIoc.Rules DryIoc.Rules.WithoutFastExpressionCompiler What am I doing wrong? Are these packages not to be used together? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You've updated DryIoc out of bound. There was a breaking change from 4 to 5. We will be updating the next version of Prism but in the mean time you need to stay on the major version of DryIoc that Prism 8.1 shipped with. |
Beta Was this translation helpful? Give feedback.
-
Prism 8.1 comes with DryIoc 4.7.7 (or it did for me) |
Beta Was this translation helpful? Give feedback.
You've updated DryIoc out of bound. There was a breaking change from 4 to 5. We will be updating the next version of Prism but in the mean time you need to stay on the major version of DryIoc that Prism 8.1 shipped with.