jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Migration to PackageReference #160

Closed wegascee closed 4 years ago

wegascee commented 4 years ago

I tried the wizard Migrate from packages.config to PackageReference in my project and get a compatibility issue. Is the wizard wrong or is there an issue with the plugin?

Bug Information

Version Number of Plugin: Xam.Plugins.Settings 3.1.1 Device Tested On: Samsung Galaxy Tab Active2 Simulator Tested On: - Version of VS: 15.9.14 Version of Xamarin: 4.12.3.83 Versions of other things you are using: -

Steps to reproduce the Behavior

  1. You need a project which you want to move to .NETStandard2.0
  2. PCL has already been converted. Now you use the wizard Migrate packages.config to PackageReference... from e.g. an Android project with a packages.config
  3. Make the conversion and review any package compatibility issues

Expected Behavior

Migration to PackageReference works without compatibility issues

Actual Behavior

Assets in content are not copied into the project and project code that depends on the presence of those assets requires refactoring.

jamesmontemagno commented 4 years ago

No issue, that is fine. In the older 3.1.1 there is a file that is put in place, however in newer betas I don't even use it anymore.