Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 471 Bytes

Summary.DocDeprecation.md

File metadata and controls

22 lines (16 loc) · 471 Bytes
public record DocDeprecation

Contains deprecation information (e.g. the warning message).

Properties

public string? Message { get; init; }

The deprecation warning message.

public bool Error { get; init; }

Whether the usage should be treated as an error instead of a warning.