Table of Contents

Class SdkAppOptions

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

Configuration settings, bound from appsettings.json or overridden from command-line arguments.

public record SdkAppOptions : IEquatable<SdkAppOptions>
Inheritance
SdkAppOptions
Implements
Inherited Members

Properties

Platform

Platform options.

public SdkPlatformOptions Platform { get; set; }

Property Value

SdkPlatformOptions

Server

LSP Server options.

public SdkServerOptions Server { get; set; }

Property Value

SdkServerOptions

Remarks

Most of these settings may be overridden through command-line arguments.

Workspace

Workspace options.

public SdkWorkspaceOptions Workspace { get; set; }

Property Value

SdkWorkspaceOptions