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] Handle bad res data. #2771

Merged
merged 1 commit into from Mar 1, 2019

Conversation

dellis1972
Copy link
Contributor

Some of the designer tests upstream are producing
errors such as

The "CollectNonEmptyDirectories" task failed unexpectedly.
error MSB4018: System.IO.DirectoryNotFoundException: Could not find `res`

We should not be crashing out of the directory does
not exist. We should just skip it since this task is
called CollectNonEmptyDirectories, and not existing
means its empty.

Some of the designer tests upstream are producing
errors such as

	The "CollectNonEmptyDirectories" task failed unexpectedly.
	error MSB4018: System.IO.DirectoryNotFoundException: Could not find `res`

We should not be crashing out of the directory does
not exist. We should just skip it since this task is
called `CollectNonEmptyDirectories`, and not existing
means its empty.
@jonpryor jonpryor merged commit 8b855dd into xamarin:master Mar 1, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jan 31, 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.

None yet

3 participants