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

Throws an exception when assigning a value to the FontFamily property of the SfChip control #12

Open
egvijayanand opened this issue Oct 24, 2024 · 2 comments
Assignees
Labels
bug Something isn't working chip Chips control s/verified Verified / Reproducible Issue ready for Fixing

Comments

@egvijayanand
Copy link

Throws an exception when assigning a value to the FontFamily property of the SfChip control

Exception message: Value does not fall within the expected range.

Toolkit version: 1.0.1

.NET MAUI version: 8.0.92

@PaulAndersonS PaulAndersonS added bug Something isn't working s/verified Verified / Reproducible Issue ready for Fixing chip Chips control labels Oct 28, 2024
@PaulAndersonS
Copy link
Collaborator

hi @egvijayanand ,

We have investigated the reported issue with the SfChip FontFamily on our end. The problem occurs only in VS Code; it does not happen when running the application in Visual Studio 2022.
This is a known issue that we have documented within the framework. Please find the relevant issue links below:
[Maui Framework Issue Link]
[Windows Framework Issue Link]

Reason:
The discrepancy may be due to differences between packaged and unpackaged applications. Unlike Visual Studio, which defaults to a packaged configuration, these details are explained in the Framework issue link

@egvijayanand
Copy link
Author

Seems this is not related to IDE as I encountered this issue in VS2022.

After going through the referenced issue, I understand that it's related to the App packaging type - Packaged or Unpacked.

The issue is with the Unpacked type. Hope it gets addressed once the core framework supports it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chip Chips control s/verified Verified / Reproducible Issue ready for Fixing
Projects
None yet
Development

No branches or pull requests

3 participants