[Android] Resource generation fails when resw keys start with numbers or contains a '-' character #902
Labels
kind/bug
Something isn't working
platform/android 🤖
Categorizes an issue or PR as relevant to the Android platform
Bug report
Current behavior
When a resource name starts by a number or contains a '-' the resource C# file generated by xamarin Android is full of unsuported variable names.
Expected behavior
This should work without renaming all the problematic variables
Minimal reproduction of the problem with instructions
STEPS TO REPRODUCE
Use a resw file to store strings. Add some ressources, and name some with just numbers.
Notice the build fails because of invalid variable names in the generated resources file.
Environment
The text was updated successfully, but these errors were encountered: