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] Fix a regression in the Path seperator unit tests #120

Merged
merged 1 commit into from
Jul 28, 2016

Commits on Jul 15, 2016

  1. [Xamarin.Android.Build.Tasks] Fix a regression in the Path seperator …

    …unit tests
    
    No idea why this started happening. Its probably a change in
    behaviour under Mono 4.4/.x version of xbuild. since it only
    effects items using the "LigicalName" meta data.
    But the result is we get things like this in the Resource.Designer.cs
    
    	static int drawable/foo = 123456789;
    
    which is obviously a compilation problem for c#.
    So to fix we add some processing of the logical Name to replace
    any "invalid" path seperators with valid ones.
    dellis1972 committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    d3bb3a2 View commit details
    Browse the repository at this point in the history