Morten Nielsen
Morten Nielsen
Mine became unavailable January 13, which sounds like around when I updated HA
I believe DocFX is now also impacted by this since they moved to build on .NET 6+. Since it no longer can find visual studio, it falls back to the...
I did a test if this and added the windows target. It only required a few pieces of code changes, to get this to run and pass with a net-windows...
Same issue with `Esri.ArcGISRuntime` nuget package. This used to work. ``` Thread started: #2 2021-05-06 09:26:12.371 Xamarin.PreBuilt.iOS[1934:4028599] Content folder: /var/mobile/Containers/Data/Application/B91A7E75-3679-4332-A184-BA436806447F/Documents/App51.iOS.content Thread started: #3 Thread started: #4 Thread started: #5 Thread...
Repro steps: 1. Create a new blank iOS Xamarin.Forms app 2. Verify that the app runs 3. Add the following nuget package (it's unlisted so might have to do it...
Correct we no longer build Skia specifically for uwp but use standard win32 dlls in our uwp apps and they still pass app certification
You just need to put the native libs in the runtimes/win-xXX/native folder and both net6 and UWP will deploy them correctly. The managed api to call into them will be...
I was seeing this too - What I really want is to be able to give it a pointer to the byte array of image memory that is already decoded....
Fixed. See https://github.com/dotMorten/WinUIEx/blob/5e179c280788be8f32fa3c95401d741ebcd3c822/src/WinUIExSample/App.xaml.cs#L35 for example
Sorry this took so long. This has been fixed.