Open
Description
Operation System: Windows
DocFX Version Used: Most recent
Template used: Default
Steps to Reproduce:
Add triple-slash with threadsafety tag:
/// <summary>
/// ...
/// </summary>
/// <threadsafety static="false" instance="false" />
public static class Xyz ...
Actual Behavior:
No note in type description.
Expected behaviour:
Generate note in type description.
Activity