Static / non static conflic in R# generated code.
In a private static method :
private static void updateOrder(FrameworkElement commandControl, ApplicationDataSource.UpdateType updateType) { ...
I have a local StackPanel defined and when I go to chose visibility values, R# offers the following:
which, in turn, results in this:
and this
This builds fine, so I'm not sure what is going on here.
Thanks for any clarity
Please sign in to leave a comment.
Hello Richard,
Thank you for reporting! Could you please attach a small sample solution
that would demonstrate this behavior?
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"