Hi,
For xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" which NuGet packet I need to use ?
Thanks,
Hi,
For xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" which NuGet packet I need to use ?
Thanks,
That namespace is from the MAUI Community Toolkit Search Nuget for CommunityToolkit.Maui. See https://docs.microsoft.com/en-us/dotnet/communitytoolkit/maui/get-started for information and instructions on how to use it.
I added this package and got this error:
Please only post answers as answers. It's generally best to edit updates to the overall scenario into the original post. Posting an answer suggests that you have a solution and don't need more help on this.
See When to use answers or comments
I'm not sure what error you're getting or why. Can you please post the text of the error and your Xaml in your question (use the code tag). Posting images of text are at best hard to read.
The namesapce is: xmlns:behaviors="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
The error is:
Severity Code Description Project File Line Suppression State
Error XFC0000 Cannot resolve type "http://schemas.microsoft.com/dotnet/2022/maui/toolkit:behaviors:EventToCommandBehavior". AutomationClient.MAUI D:\Applications\AutomationClient\AutomationClient.MAUI\Views\RulesView.xaml 45
3 people are following this question.