-
Notifications
You must be signed in to change notification settings - Fork 20
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
Select namespace is not recognized #45
Comments
I think this may be a bug in the WPF designer, does it work when you run the application? Please report back if it works as intended when you run the app, if so I don't think there is much we can do about it. |
Hi Johan. PS: also, the designer crushes a lot... I will temporary delete this library to see if it is something wit it or it's from VS 🙁 very annoying |
Try clone and build this: https://github.com/JohanLarsson/SelectOnFocusRepro About how we can fix this it may be tricky if it is a bug in the designer. I tried explicit fully qualified but still getting the error. One thing we could try is deprecate this API and add a new class public static class Select
{
attached property AllOnKeyboardFocus
} Changing class name could potentially make the designer less confused. |
I tried your solution. Indeed, it work, as it compile and run app, but still get that strange error. Thanks! |
I did not open a ticket, if you feel like doing it feel free to use the repro linked above, |
Hi.
I'm a newbie in WPF. Can you tell me why VS it tells me that
SelectAllOnGotKeyboardFocus
is not recognized?My project is built as .Net 5 project. Does it matter? It does not tells me that is incompatible!
Thanks!
The text was updated successfully, but these errors were encountered: