I have uploaded a Xamarin Forms project in GitHub but it shows the language as asm and java instead of C# i have adde the below code in a .gitattributes file but it does not work it again shows asm and not C#
*.csharp linguist-detectable=true
*.java linguist-detectable=false
*.js linguist-detectable=false
*.html linguist-detectable=false
*.xml linguist-detectable=false
*.asm linguist-detectable=false