AmmyUI / AmmyUI

Ammy language repository
http://www.ammyui.com
MIT License
381 stars 23 forks source link

The "AmmyCompilerTask" task was not given a value for the required parameter "Items". #124

Open mo-kml opened 6 years ago

mo-kml commented 6 years ago

hi there I'm getting this error when i try to add ammy xamarin forms nuget. and once create an ammy page it will throw a null Exception .Net Standard : 2.0.1 Xamarin forms : 2.5.0.122203 Ammy.XamarinForms :1.2.92 Ammy Extention : 1.1.7

ionoy commented 6 years ago

Did you install Ammy.XamarinForms into the same project that you have *.ammy files in?

mo-kml commented 6 years ago

yes i did

ionoy commented 6 years ago

Can you share a sample project that reproduces the issue?

ionoy commented 6 years ago

I'm back with some disappointing news. The "Items" issue was easy to fix, but it was only a small part of a problem. Basically, to use .NETStandard libraries Ammy backend needs a Roslyn compiler. But Nemerle (the language that the backend is written in) cannot reference Roslyn. Maybe it would be possible to rewrite the backend to C#, but it's a huge task that I'm not able to take on right now. If there is somebody who is prepared to help, I can provide some guidance.

Sorry for the bad news.

azimuthdeveloper commented 6 years ago

You should put this in lights up the top of the AmmyUI Xamarin page. I just spent a bit of time converting my project to AmmyUI only to realise that it'd never work due to the .net standard dependency.

ionoy commented 6 years ago

Hi @lewcianci

Thank you for the suggestion. I have updated the page: http://www.ammyui.com/documentation/xamarin-forms-quickstart/

azimuthdeveloper commented 5 years ago

Ugh I came across as salty in my comment before. I'm sorry. AmmyUI looked cool and I got excited and then it didn't work haha. Sorry about that.

eugene-kiba commented 4 years ago

Any updates?