-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Andorid.Build.Tasks] reduce task time
This commit does 3 changes to ConvertResourceCase, in order to drastically reduces execution times. On my sample, execution times are less than half of the original times: - simplify the linq query used to get the `xmls` files (thx - compute `reosurcedictionaries` out of the loop` - do not create a temp file as UpdateXmlResource already creates a temp file. Change the return value of UpdateXmlResource to indicate if the file has been changed or not.
- Loading branch information
1 parent
d8f4335
commit 9527ffc
Showing
3 changed files
with
46 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters