API Reference
Class
HtmlSupportMatrixWriter
Generates a support matrix from the shared profile contracts and diagnostic catalog.
Inheritance
- Object
- HtmlSupportMatrixWriter
Methods
public static String ToMarkdown() #Returns:
StringGenerates deterministic Markdown describing the current profile contracts and diagnostic boundaries.
public static Void WriteMarkdown(String path) #Returns:
VoidWrites the generated Markdown support matrix to a file, replacing any existing file.
Parameters
- path System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object