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

Use positional format specifier for uploading resource #435

Merged

Conversation

Silverdark
Copy link
Contributor

This PR fixes the following issue:

  • When creating bindings of the latest version for a MAUI application, the build fails with the following error. By using positional format specifiers for the string resource with two format specifiers, it worked for me.
values.xml(2): Error APT2000 : multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?.
values.xml: Error APT2261 : file failed to compile.

Fixes #428

@CLAassistant
Copy link

CLAassistant commented Feb 16, 2024

CLA assistant check
All committers have signed the CLA.

@Silverdark
Copy link
Contributor Author

Hi @philips77,

Have you had time to check if you can integrate the change, or is there anything I can do to assist?

@philips77
Copy link
Member

Hi, I'm busy with other projects currently, but I'll try to have a look at DFU next week.

@Silverdark
Copy link
Contributor Author

Hi @philips77, just a friendly reminder. Would appreciate if you have time to check it.

@ksidirop-laerdal
Copy link

I need this one to be merged as well. It's an annoying blocker.

@philips77
Copy link
Member

Ok, will do it today. Sorry, I forgot.

@philips77 philips77 merged commit 1f5f3ce into NordicSemiconductor:main May 23, 2024
1 check passed
@philips77
Copy link
Member

Released in 2.5. Could you check if everything is OK now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems with binding for xamarin/maui: string with multiple placeholders
4 participants