Eugene Novikov
Eugene Novikov
### Description I use the following buttonclick handler to test my app ```cs void OnCounterClicked(object sender, EventArgs e) { try { MethodInfo method = typeof(MainPage).GetMethod("Test"); method.Invoke(this, null); } catch {...
### Description If I run app in debug mode `dotnet build -t:Run -f:net6.0-android` it doesn't show translated message. For `dotnet build -t:Run -f:net6.0-android -c:Release` it does. Project to reproduce -...
### Description When I have a lot of tabs on shell page I can't change color for items inside more menu. I use the folowing styles in xaml ```xml ```...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...