question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nuget fails to install on PCL

See original GitHub issue

Hi

I created a new cross platform project, updated the nugets, tried to install Microcharts.Forms. I get following error : Severity Code Description Project File Line Suppression State Error Could not install package 'Microcharts.Forms 0.7.1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. 0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
aloisdenielcommented, Oct 10, 2017

The official Microsoft docs are really well written, I always start by it.

You also have a good article on the Xamarin blog on this particular subject.

2reactions
aloisdenielcommented, Oct 10, 2017

Hello,

I dropped the PCL support in version 7, but good news : I’ve reintroduced it into version 8 since it’s asked very often! But I advise you to migrate to .NET Standard to be future proof.

You can try it here in pre-release!

This new version also adds animation support (that can be deactivated with IsAnimated chart’s property)!

Looking for feedbacks before release!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot update nuget package (PCL)
Cannot update nuget package (PCL) ... I'm getting this error when using maps in Android: System.MissingMethodEsception: Method 'Xamarin.Forms.maps ...
Read more >
Nuget fails to install on PCL · Issue #21 · microcharts- ...
Hi. I created a new cross platform project, updated the nugets, tried to install Microcharts.Forms. I get following error :
Read more >
When PowerShellGet v1 fails to install the NuGet Provider
The underlying issue here is that the remote endpoint used to bootstrap the provider requires TLS 1.2 and the client may not have...
Read more >
SQLite nuget package won't install
I accidentally uninstalled my sqlite-net-pcl nuget package from my Xamarin.Forms project. However, when I went to reinstall it, the iOS installs fine, ...
Read more >
Nuget download timeouts - Developer Community
I'm trying to restore packages for a freshly cloned project. It looks like nuget restore is failing on all packages and giving me...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found