Ever since 2013 our expression evaluator required "Use Managed Compatibility Mode" to be on, I want to get away from this so I'm looking for information on how to (re-)implement a .NET expression evaluator based on these new apis.
Looking at the interfaces available, IDkmLanguageExpressionEvaluator seems to be a good starting point, but how do I register this properly or is there an example of this? Searching on google doesn't seem to give any usable information on the subject.
Carlo Kok