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
You need a project which you want to move to .NETStandard2.0
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
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.
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
packages.config
Expected Behavior
Migration to PackageReference works without compatibility issues
Actual Behavior