jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

Type controls:CircleImage not found in xmlns clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin #67

Closed sebas3407 closed 6 years ago

sebas3407 commented 6 years ago

Bug Information

Version Number of Plugin: 2.02 Device Tested On: iPhone SE Simulator Tested On: iPhone 7 Version of VS: 7.5 (build 1254) Version of Xamarin: 3.0

Expected Behavior

The app should show a circle Image

Actual Behavior

The app show the message: Type controls:CircleImage not found in xmlns clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin

Code snippet

xmlns:controls="clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin"

and


<controls:CircleImage Source="{Binding Image}" Aspect="AspectFill">
  <controls:CircleImage.WidthRequest>
    <OnPlatform x:TypeArguments="x:Double">
      <On Platform="Android, iOS">55</On>
      <On Platform="WinPhone">75</On>
    </OnPlatform>
  </controls:CircleImage.WidthRequest>
  <controls:CircleImage.HeightRequest>
    <OnPlatform x:TypeArguments="x:Double">
      <On Platform="Android, iOS">55</On>
      <On Platform="WinPhone">75</On>
    </OnPlatform>
  </controls:CircleImage.HeightRequest>
</controls:CircleImage>

Screenshots

image

jamesmontemagno commented 6 years ago

In 2.0 it is: assembly=ImageCircle.Forms.Plugin.Abstractions