ServiceStack.UseCases icon indicating copy to clipboard operation
ServiceStack.UseCases copied to clipboard

Repository contains the projects with common use cases for ServiceStack.

Results 5 ServiceStack.UseCases issues
Sort by recently updated
recently updated
newest added

Problem running testcase for Reusability: ServiceStack.WebServiceException : Internal Server Error at ServiceStack.ServiceClientBase.ThrowWebServiceException(Exception ex, String requestUri) at ServiceStack.ServiceClientBase.ThrowResponseTypeException(Object request, Exception ex, String requestUri) at ServiceStack.ServiceClientBase.HandleResponseException(Exception ex, Object request, String requestUri, Func`1 ...

fixed two lines of code in CustomAuthenticationMvc to work with latest SS

Hi, When updating the nuget packages for the solution I got this message: ![2014-02-24 11_39_22-summary](https://f.cloud.github.com/assets/4353303/2244602/7b8bc688-9d40-11e3-8da1-3edaadc722b0.png) I ignored the error and tried to build the soulution. I got these warnings: Warning...

When I add RazorFormat feature to ServiceStack.Swagger example I get "Handler for Request not found" error when trying to view localhost:yourport/swagger-ui/index.html (which was previously working). So how to use both:...

Go to HelloText class (or any class that is describing requests to REST service, i.e. HelloImage or Hello - in this particular example). Add one more route for the request....