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.Android.Build.Tasks] Add 'transition' and 'array' support #2014

Merged
merged 3 commits into from
Jul 31, 2018

Conversation

dellis1972
Copy link
Contributor

@dellis1972 dellis1972 commented Jul 30, 2018

Fixes #1983
The ManagedResourceParser did not support transition
resource types. This commit adds support for that missing
type.

It was also missing 'array' support when parsing the R.txt file.
This has also been added.

The ManagedResourceParser did not support `transition`
resource types. This commit adds support for that missing
type.
@dellis1972
Copy link
Contributor Author

Also fixes #1983

@dellis1972 dellis1972 changed the title [Xamarin.Android.Build.Tasks] Add 'transition' support [Xamarin.Android.Build.Tasks] Add 'transition' and 'array' support Jul 30, 2018
Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a test case using a transition?

I have no idea what that actually is... I have never used that.

@dellis1972
Copy link
Contributor Author

build

@dellis1972 dellis1972 merged commit 3e2e2b4 into dotnet:master Jul 31, 2018
jonpryor pushed a commit that referenced this pull request Aug 3, 2018
…2014)

* [Xamarin.Android.Build.Tasks] Add 'transition' support

The ManagedResourceParser did not support `transition`
resource types. This commit adds support for that missing
type.

* Added missing Array parsing for R.txt too

* Added Unit Test
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 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.

2 participants