You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your Samples project from this GitHub repo because I was having issues with every version of MauiComminutyToolkit since 9.0.3
When I run your sample project i get the following error when I click on any of the following Behaviors. I did not test them all. But these are not working.
@brminnick ahhh, release notes :) Thats what I get for updating all nugets at once without reading them. Just tested with the new BindingContext and it's working just fine.
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
I am using your Samples project from this GitHub repo because I was having issues with every version of MauiComminutyToolkit since 9.0.3
When I run your sample project i get the following error when I click on any of the following Behaviors. I did not test them all. But these are not working.
Position 25:18. Type mct:EventToCommandBehavior not found in xmlns http://schemas.microsoft.com/dotnet/2022/maui/toolkit
AnimationBehavior
EventToCommandBehavior
MaskedBehavior
In my personal project I'm getting the following error
Type toolkit:StatusBarBehavior not found in xmlns http://schemas.microsoft.com/dotnet/2022/maui/toolkit
Type toolkit:TextCaseConverter not found in xmlns http://schemas.microsoft.com/dotnet/2022/maui/toolkit
Type toolkit:InvertedBoolConverter not found in xmlns http://schemas.microsoft.com/dotnet/2022/maui/toolkit
Type toolkit:EventToCommandBehavior not found in xmlns http://schemas.microsoft.com/dotnet/2022/maui/toolkit
Type toolkit:IntToBoolConverter not found in xmlns http://schemas.microsoft.com/dotnet/2022/maui/toolkit
Type toolkit:IconTintColorBehavior not found in xmlns http://schemas.microsoft.com/dotnet/2022/maui/toolkit
here is my global.json file
{
"sdk": {
"version": "9.0.101",
"rollForward": "latestFeature",
"allowPrerelease": false
}
}
Expected Behavior
I would expect the behaviors and converters to reference correctly.
Steps To Reproduce
Link to public reproduction project repository
https://github.com/jamesv-7/CommunityToolkit-10.0-Issues
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: