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

[Xamarin.Andrdoid.Build.Tasks] Add XA1010 code for invalid placeholders #4387

Merged
merged 1 commit into from
Mar 15, 2020

Conversation

brendanzagaeski
Copy link
Contributor

Context: #1560
Context: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1009374/

Add a warning code XA1010 to the existing warning about invalid values
of $(AndroidManifestPlaceholders), and move the message string into
the .resx file so that it is localizable.

Other changes:

Correct the warning to say AndroidManifestPlaceholders instead of
AndroidApplicationPlaceholders.

Correct the warning to show the list of key-value pairs from the
property instead of System.String[].

Add an entry for $(AndroidManifestPlaceholders) in BuildProcess.md.

Context: dotnet#1560
Context: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1009374/

Add a warning code XA1010 to the existing warning about invalid values
of `$(AndroidManifestPlaceholders)`, and move the message string into
the `.resx` file so that it is localizable.

Other changes:

Correct the warning to say `AndroidManifestPlaceholders` instead of
`AndroidApplicationPlaceholders`.

Correct the warning to show the list of key-value pairs from the
property instead of `System.String[]`.

Add an entry for `$(AndroidManifestPlaceholders)` in `BuildProcess.md`.
@jonpryor jonpryor merged commit 7198b17 into dotnet:master Mar 15, 2020
jonpryor pushed a commit that referenced this pull request Mar 15, 2020
…rs (#4387)

Context: #1560
Context: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1009374/

Add a warning code XA1010 to the existing warning about invalid values
of `$(AndroidManifestPlaceholders)`, and move the message string into
the `.resx` file so that it is localizable.

Other changes:

Correct the warning to say `AndroidManifestPlaceholders` instead of
`AndroidApplicationPlaceholders`.

Correct the warning to show the list of key-value pairs from the
property instead of `System.String[]`.

Add an entry for `$(AndroidManifestPlaceholders)` in `BuildProcess.md`.
@github-actions GitHub Actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants