microsoft / XamlBehaviors

This is the official home for UWP XAML Behaviors on GitHub.
MIT License
701 stars 112 forks source link

PRI257 warning changing the default language in UWP and using with AppCenter.Crashes #215

Open asierpn opened 3 years ago

asierpn commented 3 years ago

If you change the default language in UWP and adds Microsoft.AppCenter.Crashes and Microsoft.Xaml.Behaviors.Uwp.Managed nuget packages the PRI257 warning appears.

Repro steps:

  1. Create a new UWP app
  2. Add Microsoft.AppCenter.Crashes and Microsoft.Xaml.Behaviors.Uwp.Managed nuget packages
  3. Change default language in Package.appxmanifest to es-ES
  4. Build the project

Reported also in https://github.com/microsoft/appcenter-sdk-dotnet/issues/1497