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

[BUG] Missing shared implementation of SelectAllTextBehavior #1589

Open
2 tasks done
jenscski opened this issue Dec 4, 2023 · 2 comments
Open
2 tasks done

[BUG] Missing shared implementation of SelectAllTextBehavior #1589

jenscski opened this issue Dec 4, 2023 · 2 comments
Labels
area/behaviors Issue/Discussion/PR that has to do with Behaviors bug Something isn't working

Comments

@jenscski
Copy link
Contributor

jenscski commented Dec 4, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

I'm developing an application which consists of several projects, most of them targes both net8 and net8-android, net8 to allow testing of business logic using xUnit testing projects targeting net8.

But when I want to use the SelectAllTextBehavior I can't use it, because it does not have an empty implementation for net8.

I'm using xaml, so as far as I know, I can't use any kind of conditional compiling.

Expected Behavior

An empty implementation of SelectAllTextBehavior for net8.0

Steps To Reproduce

Create a library targeting net8.0 and net8.0-android, try to add SelectAllTextBehavior using xaml.

Link to public reproduction project repository

https://github.com/jenscski/mct-missing-shared-SelectAllTextBehavior

Environment

- .NET MAUI CommunityToolkit:7.0.0
- OS: Windows 11
- .NET MAUI: 8.0.3

Anything else?

No response

@jenscski jenscski added bug Something isn't working unverified labels Dec 4, 2023
@vhugogarcia vhugogarcia added the area/behaviors Issue/Discussion/PR that has to do with Behaviors label Dec 7, 2023
@vhugogarcia
Copy link
Contributor

The issue has been confirmed when using them on class libraries with .NET 8.

@egvijayanand
Copy link

Yes, having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/behaviors Issue/Discussion/PR that has to do with Behaviors bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants