KasperSK
KasperSK
Is there a reason why the 'Semi' shared platform files are copied instead of linked into the WinAppSdk csproj? Should the name be WinUI3?
I think @vb2ae is working on it, I might pick up the torch as I have just finished the MAUI implementation.
@glyad I am not sure if we have any time line for it. What are your needs?
@vb2ae of you make a WIP pull request I would be happy to pitch in.
Does it work if you remove the button? Could you upload a repro of this issue? I think a debugger would be very helpful here.
@nigel-sampson I thought about this being breaking, however I also see it as something I should have taken into account when making the change for `IDeactivate`. Bumping the major version...
Hi @gerfen, If I remember correctly `OnViewLoaded` is called the first time a view is loaded, `OnViewAttached` should be called right after and `OnViewReady` should be called when the view...
Hi @gerfen, Thanks for the repo! I will have a look at this later today. /Kasper
Hi @gerfen yes the intention is to make a Caliburn.Micro.Maui Package. As for the progress I have a version that works on Android and is currently implementing the windows version,...
@vb2ae Sure a blog post would make sense, and I would love to write it. I had a thought what if we made the strict parsing optional? That way we...