System.CodeDom (7.0.0)
Published 2023-05-05 11:39:25 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 7.0.0 System.CodeDom
About this package
Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language.
Commonly Used Types: System.CodeDom.CodeObject System.CodeDom.Compiler.CodeDomProvider Microsoft.CSharp.CSharpCodeProvider Microsoft.VisualBasic.VBCodeProvider