feenkcom / roslyn2famix

Roslyn2Famix takes C# Visual Studio Solutions and produces MSE files that can be imported into Glamorous Toolkit
https://gtoolkit.com
Apache License 2.0
16 stars 7 forks source link

Moose can't import the created MSE-File #2

Closed boskicthebrain closed 6 years ago

boskicthebrain commented 6 years ago

After generating an MSE-File from a very large C# Solution (3+ million code lines) I get endless Messages from Moose: image I also reported it once via Report-button.

Please let me know how can I give you some more usable infos.

georgeganea commented 6 years ago

Hi, please make sure you have the latest moose installed. You can get it from https://dl.feenk.com/moose/moose32.zip. If it doesn't work with the latest version, I will take a look.

boskicthebrain commented 6 years ago

This was the latest Beta. Should I take the stable version?

пет, 31. авг 2018. у 16:38 George Ganea notifications@github.com је написао/ла:

Hi, please make sure you have the latest moose installed. You can get it from https://dl.feenk.com/moose/moose32.zip. If it doesn't work with the latest version, I will take a look.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/feenkcom/roslyn2famix/issues/2#issuecomment-417684459, or mute the thread https://github.com/notifications/unsubscribe-auth/AFuzoB7wgAkQagn92ukYTTF-0vEDdzY5ks5uWUplgaJpZM4WVUDA .

georgeganea commented 6 years ago

The image from the link I posted earlier should have the latest code. Please try it if possible.

boskicthebrain commented 6 years ago

I tried the latest image you posted and I get this: image

georgeganea commented 6 years ago

I created a new release because the old one had a missing DLL which made the loaded projects not have standard libs resolved for them. Unfortunately, that means having to reparse the entire solution. On top of that I did not actually manage to reproduce the exact issue, but it could be that the missing lib somehow messed up the extracted model.

georgeganea commented 6 years ago

Question: in your .mse file, do you have a FAMIX.Attribute with a "parentAnnotationType:"?

boskicthebrain commented 6 years ago

No parentAnnotationType but there is AnnotationType. image

georgeganea commented 6 years ago

There is now also a new moose release which addresses the issue you encountered. The link is the same as the one in one of the comments above.

boskicthebrain commented 6 years ago

It works! Thanks :) 🥇