Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: When will AppCenter support WinUI 3 #5343

Closed
artkat opened this issue Jul 2, 2021 · 3 comments
Closed

Question: When will AppCenter support WinUI 3 #5343

artkat opened this issue Jul 2, 2021 · 3 comments
Labels

Comments

@artkat
Copy link

artkat commented Jul 2, 2021

Currently AppCenter does not support WinUI 3.
I managed to integrate AppCenter with a WinUI app, but not all AppCenter features work.

  1. The UWP API, which is the one I managed to integrate with a WinUI (Win32) app, needs System.Windows.Forms. I worked-around this by creating an empty project and referencing this project by the WinUI app.
    The empty project has the following in the csproj in order for it to load Winforms:

<PropertyGroup> <OutputType>Library</OutputType> <TargetFramework>net5.0-windows</TargetFramework> <UseWindowsForms>true</UseWindowsForms> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup>

  1. App Crashes handling (recording) by AppCenter does not work. This might have to do with a bug I reported earlier: https://github.com/microsoft/microsoft-ui-xaml/issues/5221
@artkat artkat added the question label Jul 2, 2021
@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Jul 2, 2021
@StephenLPeters StephenLPeters added the product-winui3 WinUI 3 issues label Jul 2, 2021
@StephenLPeters
Copy link
Contributor

@ryandemopoulos and @MikeHillberg FYI

@StephenLPeters StephenLPeters removed the needs-triage Issue needs to be triaged by the area owners label Jul 2, 2021
@asklar
Copy link
Member

asklar commented Jul 5, 2021

Sounds like a question for the appcenter repo :) https://github.com/microsoft/appcenter/

@akilarajesh1313
Copy link

In microsoft/appcenter-sdk-dotnet#1523 it appears the AppCenter SDK has been working on WinUI and looks like they're trying to ship this month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants