SourceGenStudioUpdateResult Class

Definition

public sealed record SourceGenStudioUpdateResult(bool Succeeded, string Message, long OperationId, string? RequestId, long? CorrelationId, SourceGenStudioOperationState State, bool SourcePersisted, bool LocalUpdateObserved, bool RuntimeFallbackApplied, string? BuildUri = null, Type? TargetType = null, Exception? Error = null, IReadOnlyList<string>? Diagnostics = null) : IEquatable<SourceGenStudioUpdateResult>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (13)