microsoft / appcenter-sdk-dotnet

Development repository for the App Center SDK for .NET platforms, including Xamarin
Other
311 stars 141 forks source link

WPF App does not report crash with specified supported OS version #1746

Closed yueyua073 closed 1 year ago

yueyua073 commented 1 year ago

Description

WPF app does NOT report crash when target framework is specified as "net7.0-windows10.0.22621.0". But it reports crash when target framework is "net7.0-windows7.0"

Repro Steps

Please list the steps used to reproduce your issue.

  1. We made a WPF application testing appcenter function which targets framework .NET7.0, and it works fine and create crash report as expected.
  2. Then we changed Target OS version and supported OS version from 7.0 to 10.0.22621.0, the app does not report crash any more.

Details

  1. Wpf app created in VS2022.

  2. Project setting as below.

    WinExe net7.0-windows10.0.22621.0 true 10.0.22621.0

### Tasks
### Tasks
MikhailSuendukov commented 1 year ago

Hi @yueyua073 and thanks for reaching out to us. It seems that this issue is a duplicate of https://github.com/microsoft/appcenter-sdk-dotnet/issues/1742, so I close this issue.