Class CSharpConverter
Reading build results of C# projects and converting them into YML files (using DocFX). These YML files could be used later by call docfx build
Inheritance
object
CSharpConverter
Namespace: BuildSystem.GenDoc.DocFX
Assembly: BuildSystem.GenDoc.DocFX.dll
Syntax
public class CSharpConverter : Object
Constructors
CSharpConverter(ILogger?, string)
Reading build results of C# projects and converting them into YML files (using DocFX). These YML files could be used later by call docfx build
Declaration
public CSharpConverter(ILogger? logger, string tempDir)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | Logging object |
string | tempDir | Parent folder for temporary files / folders |
Methods
Save(List<string>, string)
Read XMl and DLL using call docfx metadata - this will generate YML files
Declaration
public void Save(List<string> sources, string outputYml)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<><string> | sources | List of paths to DLL created by C# compiler |
string | outputYml | Target folder for creating Y files |