-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Deprecate #243
Comments
starting with the next preRelease there are 2 xmlns Namespaces:
In the next release the http://wpflocalizeextension.codeplex.com will remove the elements and you can only access them through XMLNS http://wpflocalizeextension.codeplex.com/compatibility |
In my point of view FELoc can also be deprecated. I've never had the need of using it and it carries some load of redundant code. |
I am having a warning and what is the alternative code for the same? warning CS0618: 'LocProxy' is obsolete: 'LocProxy is deprecated and will be removed in version 4.0, because lex:Loc supports now direct Binding, see documentation'
|
Try
|
After EnumComboBox disappear, what is the recommended way to get the same behavior for the above code.
Thanks in advance. |
add new Namespace with WPFLocalizeExtension.Deprecated and add Xmln with a compatiblity URL
The text was updated successfully, but these errors were encountered: