[MonoDevelop] [PATCH] - enable out-of-project files inside of a project
"Andrés G. Aragoneses [ knocte ]
"Andrés G. Aragoneses [ knocte ]
Tue Sep 12 13:31:30 EDT 2006
Hello.
Lluis Sanchez escribió:
>> I looked through ProjectNodeBuilder.cs and I can't figure out where the
>> recusion might be occurring. I added console prints to
>> ProjectNodeBuilder::FindParentFolderNode() but I don't see any prints
during
>> the below crash that I've dumped.
>>
>
> The recursion was in ShowAllFilesBuilderExtension.cs, and I just fixed
> it.
> However, I'm wondering what's the real use case for file links. Isn't a
> shared class library a solution for what you are trying to do?
Sometimes class libraries are not a viable solution, for example if you
want to reuse code from other project but don't want to add references
to it. In my case I use this for a special launcher that cannot depend
on other libraries statically but that loads modules dynamically.
Regards,
Andrés [ knocte ]
--
More information about the Monodevelop-list
mailing list