Matthew Belk
Matthew Belk
### Describe the bug When I try to compile a template in Xamarin.iOS, a System.NotImplementedException is thrown with a message of "byref delegate." I am using HandleBars.Net v2.0.8. I should...
Trying to get started with ASP.NET core and vuejs and get this result from "dotnet run": ``` /usr/local/share/dotnet/sdk/2.1.301/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets(33,5): warning : The tool 'Microsoft.DotNet.Watcher.Tools' is now included in the .NET Core...
### Description when using the Translate XAML extension and the resource key is missing from the resources file, the extension will throw an exception that causes the app to crash...
# Bug We are using the XfxControls package in a Xamarin.Forms app (Droid and iOS). The Xamarin Forms version is 2.4.0.74863. When we try to compile our primary Droid platform...
# Bug XfxEntry shows "NumberPad" and not "DecimalPad" when its keyboard type is set to "Numeric" * Version Number of Control: 1.1.3 * Device Tested On: iPhone 7 * Simulator...
What is the accepted method for programmatically clearing the selection from the widget? I tried "toggle," "clearElement," and "clearTarget" but all of those caused extra down-carets to be rendered and...
When I try to run this command from within my repo, I get the following error: ``` Unhandled Exception: System.InvalidOperationException: Number of ordinal arguments must at least {0}. at Args.ModelBindingDefinition`1.EnsureCorrectNumberOfOrdinalArguments(IEnumerable`1...
Trying to upgrade my app to Prism v7 (preview 3), Xamarin.Forms 2.5.0.121934, and CardView 1.1.1.1. When I try to navigate to a form containing some cardview controls on it, I...
I have updated my android platform project to use AndroidX, targeting API29. If I reference 5.0.2 of this library, everything builds and runs without any problem. Once I update to...
I am trying to use the DateTimeOffset.Humanize() method in a Xamarin.Forms application and specifying a cultureinfo that's different from the current OS culture (in this case "es," and "fr") but...