matt tagliaferri
unread,Mar 8, 2012, 9:41:38 AM3/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to servic...@googlegroups.com
Locked in my all-Microsoft world for too long, finally coming out to learn about better web services (servicestack), NuGet, GitHub, etc. And trying to learn them all at the same time! Ugh.
This isn't an SS question directly, but I am interested in splitting my project up as recommended, with a "ServiceInterface" project and a "ServiceModel" project. I am unsure how to manage which SS DLLs are referenced in each project using NuGet. This looks like it gets further complicated when you add a "test" project, which needs everything in ServiceStack.Common, but also ServiceStack.ServiceInterface as well.
Do you just install all of ServiceStack using NuGet then delete the DLLs you don't want in each project? Won't you have to repeat this every time you update to a new version, then?
thanks
matt tag