Questions tagged [servicestack-bsd]

Use this tag for questions specifically regarding the legacy 3.X ServiceStack release, available under the BSD license. For general questions about ServiceStack or questions about the latest releases, use the regular [servicestack] tag.

Documentation for the BSD release is available on the ServiceStackV3 GitHub project. This includes instructions for referencing v3 NuGet packages and an archive of the v3 GitHub wiki.

For general information about ServiceStack, visit https://servicestack.net/.

92 questions
0
votes
1 answer

ServiceStack.OrmLite equivalent of Single/SingleOrDefault from Entity Framework

Currently when using OrmLite library from ServiceStack if I want single entity selected I do: AppUser user = db.First(q => q.Id == id); However since Single is more precise (obviously I want exception thrown if somehow multiple users with…
nikib3ro
  • 20,366
  • 24
  • 120
  • 181
-2
votes
1 answer

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…
Cristóvão
  • 255
  • 1
  • 2
  • 11
1 2 3 4 5 6
7