Table of Contents

Interface IRDCoreLSPHandlerConfigurationBuilder

Namespace
RDCore.SDK.Server
Assembly
RDCore.SDK.dll

A builder that configures LSP handlers for this server app.

public interface IRDCoreLSPHandlerConfigurationBuilder

Methods

WithHandler<THandler>()

Configures a LSP 3.17 (OmniSharp) handler for dependency injection in a RDCore.SDK application.

IRDCoreLSPHandlerConfigurationBuilder WithHandler<THandler>() where THandler : class, IJsonRpcHandler

Returns

IRDCoreLSPHandlerConfigurationBuilder

Type Parameters

THandler

The specific concrete implementation type of OmniSharp LSP handler class to register.