microsoft / XamlBehaviors

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

1.1.0 cannot compile #88

Closed ghost closed 8 years ago

ghost commented 8 years ago

After upgrading the nuget package from 1.0.3 to 1.1.0 I cannot compile!

ScottIsAFool commented 8 years ago

Any errors at all?

ghost commented 8 years ago

CS0012 The type 'ActionCollection' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Xaml.Interactivity, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

ghost commented 8 years ago

Is the problem solved???

This problem comes when upgrading the Nuget package from 1.0.3 til 1.1.0. After downgrading I can compile again...

ScottIsAFool commented 8 years ago

Have you upgraded all projects that are using it? Are you using something like Template10? Or another toolkit that might be using it as a dependency?

ghost commented 8 years ago

Yes - I'm using Template10

ScottIsAFool commented 8 years ago

Ok, Template10 needs updating to 1.1 so that it's not dependent on the version of xaml behaviours that has strong naming. I'll try and do a PR for that later, but will require @jerrynixon to push an update when it's in.

ghost commented 8 years ago

I'm using template10 version 1.1.4

ScottIsAFool commented 8 years ago

Ok. Well, for now, you'll have to stick with 1.0.3 of xaml behaviour until Template10 gets an update to point to the new version

ghost commented 8 years ago

No problem- thanks Scott. I'l create an Issue at Template10 :-)