Allen
Allen
Quick update: Hoping to see this magically fixed in a future version or from another bug report. In the meantime, wanted to mention that I found a decent workaround. My...
Cleaned up my sample application to prevent cascade of mouse events from duplicated Popup child control that was being created. Now creating a bitmap from the control being dragged to...
@maxkatz6 FYI, I've been making changes to my referenced test projects. Found that a custom GestureRecognizer worked well for Touch DnD but still not quite there for the Pen (stylus)....
Hi @tovgroliv , @ztl8702 , and @jp2masa I wrote a sample app for Windows desktop that might be easy to port to iOS and Android. I have not tried iOS...
Confirmed the repro steps for this issue. Also located v2.2.0 source code with the corresponding error message. https://github.com/aspnet/AspNetCore/blob/a07be530331ef6c4d9c1765b50c2a9d38268113c/src/Mvc/src/Microsoft.AspNetCore.Mvc.Core/Builder/MvcApplicationBuilderExtensions.cs They have limited the allowed type inside the UseMvc method when evaluating...
Here is my attempt at fixing this. The correct branch to look at is "release/2.2" in the code linked above. It seems all that would be needed is to construct...