This is the second project I have updated from ASP.Net Core 2.2 to 3.1. The first one runs fine. The second one runs fine in Visual Studio (2019), but when you publish it and run it from dotnet CLI the console just hangs indefinitely, no output in the console and [...] read more
Also, the Dev mode activation app is stuck @ step 4 (I think it's a known issue) And Devkit App stops with 0x8027025a error. Is anyone else facing a similar problem? read more
I am having the UWP application that was converted from Windows Store app. Windows Store app was using ControlChannelTrigger. Now as I am trying to run this app on Windows 10 (converted), I find that background tasks fail to start. I see the following in the event log: The background [...] read more