Open slodge opened 12 years ago
Hi and thanks for the comments!
I haven't given Applicable much attention lately, especially not after Xamarin published the Xamarin.Mobile library that offers some of the same features. (Location stuff).
I agree with both points, especially #1. Using the source instead of binaries would fix it, but still. I really should have thought of that one.
But both issues are fixable, as you say, by splitting it into several smaller projects. Will look at it when I have some spare time. Hopefully soon. :-)
Ah - hadn't realised applicable was older than the last few months - understand now :)
On #2, to be fair to the linker.... I do turn the linker settings down a bit when I use MT. Lots of my code is Reflection-based and the linker is far too aggressive for my code to work - and there's too much code for me to go around adding the attribute to stop the linker removing it.
Thanks for the feedback - good luck!
I like the idea of Applicable :)
But I'm a bit worried that everything is currently going in one binary.
A problem I've seen is that if you include too much in one binary, then:
So I'd like to see a smaller set of projects if possible.
And the dream is nuget too please :)
Stuart