Skip to content

ServiceStack/ServiceStackRider

Repository files navigation

ServiceStack for Rider

Rider

ServiceStackRider is a plugin for the Jetbrains Rider IDE to support building client applications for ServiceStack services in the simplest possible way. Leveraging ServiceStack's NativeTypes feature, ServiceStackIDEA makes it easy to work with ServiceStack DTOs by providing intuitive menus for adding ServiceStack references and importing the associated client libraries as dependencies.

C#, F#, VB.NET and TypeScript support

ServiceStackRider supports TypeScript for all project types and automatically detects which language to incorporate into your project based on the project type you are using.

Required NuGet dependencies are automatically imported into your project when adding new DTOs.

Update your DTO files

Your DTO files can be updated from within the IDE by either right clicking on them or using the lightbulb menu.