-
A question about DataTemplateView and TreeViews, related to an issue I've seen before with linker trimming, and think I hit again in the diagnostic tools when looking at #399: In DataTemplateView, we have: Which is using System.Linq.Expressions, which are compiled at When testing with single-file / trimmed builds of code using a TreeView with that code path, I've seen runtime errors occur because it seems that code inside of delgates passed to
Which looks like it's the same issue, from I'm not sure what's going on behind the scenes here (it looks like F# compiler is doing complicated things in the background when binding a Lambda into a Linq.Expression), and there are various ways to prevent the code being trimmed out, but however - i'm not particularly clear on the reason for using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Feel free to change it! Don't think there was a particular reason for it. |
Beta Was this translation helpful? Give feedback.
Feel free to change it!
Don't think there was a particular reason for it.