Search code examples
servicestackservicestack-bsd

ServiceStack.ServiceInterface.dll not on nuget (included manually)


I was just reviewing my project's dependencies, and I remembered something I did a while ago.

When I first included the Validation Feature, i browsed servicestack's source, and since it was at ServiceInterface.dll and that wasn't at nuget, I just compiled it manually, and manually included the library. However I want to include it through nuget.

Am I missing something here?

Thanks (using 3.9.71)


Solution

  • ServiceStack.ServiceInterface.dll has always been included in the ServiceStack v3 NuGet packages, you can inspect the contents of NuGet packages using the NuGet Package Explorer:

    enter image description here