CSharpShellApp icon indicating copy to clipboard operation
CSharpShellApp copied to clipboard

Image errors if no return between Source and other properties

Open AppAffection opened this issue 3 years ago • 1 comments

I imported a very large project that I was working on in VS and now I have hundreds of errors occuring on images. I found out it was bc I had no carriage return after the Source property. You can easily replicate by running the Sample Image project and removing the return. I am not sure if this is a Xamarin bug or not (I may have updated the Xamarin version when I imported it into your app). If it is a Xamarin issue I will file a bug there and close this one. Thanks.

Note: This happens with any property like Margin or AspectRatio or anything, it can't be on the same lineas the Source.

image

image

AppAffection avatar Oct 26 '22 19:10 AppAffection

Not a Xamarin issue. Should be easily fixable.

radimitrov avatar Oct 31 '22 13:10 radimitrov