Skip to content
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

Modus control (TMInput) is not working in .Net 9 #409 #410

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

amosekr
Copy link
Collaborator

@amosekr amosekr commented Nov 21, 2024

Wherever the UI consists of TMInput controls, if we navigate to that UI , the app is crashing. It is only happening for TMInput control. We have used ResourceDictionary to append a TMInput UI, It is working till .net 8. But it is not working in .Net 9. it is throwing exception and app crashed. While loading resource dictionary app is crashing, Hence i have removed the InputTemplateResourceDictionary class and moved those UI code to BaseInput class. Now everything is working fine.

@amosekr amosekr linked an issue Nov 21, 2024 that may be closed by this pull request
@amosekr amosekr merged commit f390cfc into develop Nov 27, 2024
1 check passed
@amosekr amosekr deleted the 409-modus-control-tminput-is-not-working-in-net-9 branch November 27, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modus control (TMInput) is not working in .Net 9
2 participants