-
Notifications
You must be signed in to change notification settings - Fork 141
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
WinUI 3 support #1523
Comments
Hi! Thanks for getting in touch with us! |
@AnastasiaKubova Thank you for checking this out. WinUI 3 is only support in one configuration: with dotnet 5 and in "desktop" mode. UWP is not supported. I think the DescriptionInstalling the SDK in WinUI 3 (Reunion 0.5.6) project works, but the SDK does not work at runtime. The exception I am getting is that the file System.Windows.Forms can't be found. It seems like the nuget package does not correctly install the UWP version of the appcenter SDK. Repro StepsPlease list the steps used to reproduce your issue.
Details
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.2.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.ProjectReunion" Version="0.5.6" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.2.5" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
|
Thanks for the additional info! Based on this docs I see that WinUI already has a preview version with support UWP apps. I checked this behavior on WinUI in UWP app and for me all work well. |
My app is a desktop app |
Currently, the App Center SDK doesn't support WinUI apps. I will mark this issue as a feature request. |
Hi @AnastasiaKubova Has WinUI 3 support been considered for AppCenter? Can you share any update on this feature request? |
@Marv51 we have notified our PMs but there are no updates on this feature yet. |
🦙 Link back to WinUI 3 issue tracking ecosystem support for these scenarios in general: https://github.com/microsoft/microsoft-ui-xaml/issues/5116 |
Hi @russelarms and @AnastasiaKubova, any update on this? |
Hi! Sorry for the long response. |
@AnastasiaKubova I saw that some PRs have been merged to enable WinUI 3 support. Can you update us on what the current state of this support is? |
Hi @Marv51, we are planning to release SDK next month. |
Hi there! The feature has been released in the 4.4.0 version of App Center SDK. |
Are you guys for real??? The new Windows 11 is all about the new Windows SDK and WinUI3 being the future of Windows platform. How the tell do you guys expect us to continue supporting you and paying for your service if you don't support the latest from your parent company. This is ludacris to me and I am taking this straight to Twitter, and brining Panos Panay's attention. Whoever is prioritizing your roadmap should be fired! |
Hi @antonioberetini , thank you for reaching out to us! |
Hi @antonioberetini We announced the support for WinUI3 3 months go. Please let us know if the below link doesn't give you the information you're looking for. |
@antonioberetini Personally, I do not like the tone of your comment. |
@Marv51 i don't really care how you feel about it. This is a paid service owned by Microsoft and for that reason it should support Microsoft technology properly. I wouldn't have the tone of voice if the customer support team had known the product to respond to several questions we asked correctly. |
@wisdeom thank you. |
Description
Installing the SDK in WinUI 3 (Reunion 0.5.6) project works, but the SDK does not work at runtime. The exception I am getting is that the file
System.Windows.Forms
can't be found. It seems like the nuget package does not correctly install the UWP version of the appcenter SDK.Repro Steps
Please list the steps used to reproduce your issue.
AppCenter.Start("[my-project-id]", typeof(Crashes), typeof(Analytics));
to App constructorIf you need more detailed error reports or repro steps, let me know. I guess this needs a dedicated nuget package that supports dotnet 5 + (mostly) UWP.
The text was updated successfully, but these errors were encountered: