Replies: 1 comment
-
Solved !!!! I had to create in the external projects to MAUIProgram, a static class to preserve my Behavior
and in MauiProgram.cs call this static method after the Build action
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about the TouchBehavior, I don't know if it's a bug or if I'm doing something wrong.
I´m using CommunityToolkit.Maui version 9.1.1, i can´t update because my solution is .NET 8.0 (i´m using the lastest compatible version)
I have in my code
but when i build, throw this exception
Cannot resolve type "http://schemas.microsoft.com/dotnet/2022/maui/toolkit:xct:TouchBehavior".
and i have the initilizer in MauiProgram
Anybody knows what is the problem?
He intentado hacer varias cosas:
Is it not possible create a MAUI Library using Toolkit ?????
Beta Was this translation helpful? Give feedback.
All reactions