David Hovey
David Hovey
@Cheesebaron I added .NET 5 support in the pipeline, so the build gets farther than it did, but the build is reporting weird error that appears it can't find the...
No worries. Glad to have you back.
@Cheesebaron Is there anything we can do to move this along? @afernandes Can you clarify if you found an issue? To me your screenshots aren't clear.
@Cheesebaron, @afernandes For the build / packaging errors you received, you will also need VS2022 extension: [Single-project MSIX Packaging Tools for VS 2022](https://marketplace.visualstudio.com/items?itemName=ProjectReunion.MicrosoftSingleProjectMSIXPackagingToolsDev17) Documentation [here](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/single-project-msix?tabs=csharp)
@Cheesebaron This is again, ready for your review. Thanks for your patience.
Any updates on supporting WinUI 3? Is this up for grabs? Is someone already tackling it?
@bkaankose Looks like since your last comment, Windows App SDK (or Project Reunion) for 0.8.5 is GA per [here](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel). I believe I addressed your concerns in PR #4316
I ran into this issue using [skaffold](https://github.com/GoogleContainerTools/skaffold) on macOS as well. Issue [here](https://github.com/GoogleContainerTools/skaffold/issues/3109) A fix would be appreciated. I was able to rename directory but lost a lot of time.
Any updates on this? I am in a similar position. Existing database uses not-null `int` properties as a sort of optional foreign key, with default value of `0`. I would...
I ran into this as well, referencing the Microsoft.Identity.Client package directly.