Coder Social home page Coder Social logo

PCL support about cheesebaron.mvxplugins HOT 26 CLOSED

cheesebaron avatar cheesebaron commented on September 15, 2024
PCL support

from cheesebaron.mvxplugins.

Comments (26)

Cheesebaron avatar Cheesebaron commented on September 15, 2024

It has been fixed, I pushed out new packages :)

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

Fantastic, thank you!!

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Wait sorry. You tried installing 1.2.3? That is where the fix should be. What happens if you try installing 1.2.2 instead?

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Problem here might be the wp80 target, are you using that? Try removing that from your PCL profile.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

I was running 1.2.2 pre-4 which was fine. I updated to 1.2.3 which prevented it being added to the PCL. This is my config:
screen shot 2016-02-05 at 11 40 30

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

In any case, I am using the same profile as MvvmCross 4.0.0 for packing the PCL, so if you can add MvvmCross 4.0.0, this should also be the case for this plugin starting with version 1.2.3.

Windows Phone Silverlight support has ended in MvvmCross and in this plugin long ago.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

The official Xamarin one that James made still installs ok too, I tried swapping to it earlier and it has been a massive headache as it doesn't have all of your extensions. MvvmCross 4.0 and all other plugins are installing fine too.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

The only reason we have all of those selected is that we are making a mobile top up app for a very big supermarket chain (the biggest) and they have a requirement for us to support everything ever :(

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Let me dig a bit, will return to you soon.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

No worries, thanks for your help :) Much appreciated. You guys are legends ^_^

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Sorry, this is actually my mistake. I see I still have a WindowsPhone project which is a 8.0 one. Will fix the PCL issue as it is missing a target. Pushing new packages very soon :)

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Could you please try again, I've pushed 1.2.4 to NuGet now.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

Honestly, you guys provide better support for nothing than most of the commercial companies we work with. Thanks so much for getting on it this quickly :) Will give it a go now.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

hmmm I still get
Could not install package 'Cheesebaron.MvxPlugins.Settings 1.2.4'. You are trying to install this package into a project that targets 'portable-net45+win+wpa81+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10', 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.

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

I just created a new PCL with the following targets and added the plugin no problem:

Imgur

Not sure what is going on. Do you have the possibility to do this from VS instead? Maybe one other thing to try is to tick the Windows Store apps target in your PCL.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

I can, yeah, I'll switch to my VM and give it a go. I noticed this from a couple of hours ago, seemed to have the droid / ios platforms removed? Should your new commits be showing in GitHub as I can't see a commit from the last 30 mins.
screen shot 2016-02-05 at 11 55 51

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

That should not be a problem as MonoDroid and Xamarin.iOS are automatically targets.

I haven't pushed the changes on my machine yet, I simply added wp8 as target to the PCL profile.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

Ah ok :)

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

Just booting up the VM. Tried a blank Xamarin Studio PCL project with the same config I pasted earlier and it failed, but MVVMCross 4.0 and other plugins worked. Strange. Will get back to you on VS in a min.

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Well the one I created in VS was also Profile259 and I could not reproduce the problem anymore with 1.2.4. Maybe it is because of the NuGet version Xamarin.Studio is using.

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Could you try again with 1.2.5?

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

Ah, maybe. It is still on 2.something. You've probably hit the nail on the head. It installed fine on my VS so i'll just do that. Yeah, i'll try XS with 1.2.5 now.

from cheesebaron.mvxplugins.

Ryan-Palmer avatar Ryan-Palmer commented on September 15, 2024

1.2.5 installed in Xamarin Studio with no issues :) Thanks again dude, you have saved me a world of pain!

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Phew. Finally 🎆

Thanks for reporting this!

from cheesebaron.mvxplugins.

PereAlmendro avatar PereAlmendro commented on September 15, 2024

@Cheesebaron i'm getting error "Could not install package 'Cheesebaron.MvxPlugins.Connectivity 2.2.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." in package 2.2.1
I saw this report so maybe you want to know it.

from cheesebaron.mvxplugins.

Cheesebaron avatar Cheesebaron commented on September 15, 2024

Use a profile that is supported.

from cheesebaron.mvxplugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.