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

[release/6.0-rc2] Work around for forbidden "Roslyn4.0" in test name on Android #59281

Merged

Commits on Sep 17, 2021

  1. Work around for forbidden "Roslyn4.0" in test name on Android (dotnet…

    …#59263)
    
    Android apk names must be valid Java class names, and It is forbidden in Java for a class name component to have a leading numeric digit. So whilst "net.dot.foo3_1" is legal, "net.dot.foo3.1" is illegal. Use a Regex to detect and rewrite all cases of this in AndroidAppBuilder
    directhex committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b65e0bb View commit details
    Browse the repository at this point in the history