Lukas Fellechner
Lukas Fellechner
After updating the MSTest NuGet packages, I could use later framework versions. Switched to 22000 now and all tests still run fine. I added some more tests. And guess what?...
Yes. And additionally, we can download a few files in AssemblyInitialize method, so they are downloaded only once and then available for all tests in that session (and cleanup afterwards...
So, tests are finally run in AppVeyor as well. Only problem is that currently the tests use a NuGet package instead of the actual build. Theoretically we could reference the...
For playback testing, I have a different idea that does not involve actual MediaPlayer. I don't really want to wait multiple seconds for MediaPlayer to reach a certain position. We...
About the bindable attribute and build configs: I think that separate build configs are inevitable. WinUI will be the dominant platform in the future. Sooner or later we must fully...
Oh man, WinUI is really such a PITA. It must be one of the worst tech releases MS has put out. I mean, it's not a bad technology by itself....
I fully understand that they pulled out the WinRT compat thing into its own NuGet package. But then I'd expect it to work like this: I add the CsWinRT nuget,...
True. I have created a first PR on CsWinRT, to make it auto generate all projections without manual project file patching. Let's see how they like it.
I think this is very much needed. With C++/WinRT being a first class citizen in the Microsoft techstack, we need smooth tech interop as is expected and available on all...
Both ListViewItemPresenter and GridViewItemPresenter are listed as supported on Android, MacOS and iOS: https://platform.uno/docs/articles/implemented-views.html Is the documentation wrong or can we use them already? The default style still has the...