Version 2.0.0
Version 2.0.0 was released on August 25, 2026.
Changes in This Release
Added support for asynchronous code examples via the RunAsync(Boolean, Assembly) method.
Added method Run(Boolean, Assembly) to allow the analysis of synchronous code examples defined in assemblies other than the entry one for the running application.
(Breaking) Added to class ProgrammingLanguage the new abstract method RemoveIAsyncCodeExampleReferences(String) to support the removal of asynchronous code example references from documentation files.