Skip to content

Dotsider.Core.Protocol

Shared JSON serialization options for the dotsider diagnostics protocol.

public static class DotsiderJsonOptions

Constants for the dotsider diagnostics protocol.

public static class DotsiderProtocol

JSON request sent to a dotsider diagnostics socket.

public sealed class DotsiderRequest

JSON response from a dotsider diagnostics socket.

public sealed class DotsiderResponse

Result of resolving an assembly from the system .NET shared framework. Includes the full path and the runtime pack that provided it.

public sealed record FrameworkAssemblyInfo : IEquatable<FrameworkAssemblyInfo>

Serialization-safe representation of an assembly resolution result. Used in protocol and MCP responses where ResolvedAssembly cannot be serialized directly (FromBundle contains raw bytes).

public sealed record ResolvedAssemblyInfo : IEquatable<ResolvedAssemblyInfo>