System.CodeDom 4.6.0-preview3.19128.7

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of System.CodeDom.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.CodeDom --version 4.6.0-preview3.19128.7                
NuGet\Install-Package System.CodeDom -Version 4.6.0-preview3.19128.7                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.CodeDom" Version="4.6.0-preview3.19128.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.CodeDom --version 4.6.0-preview3.19128.7                
#r "nuget: System.CodeDom, 4.6.0-preview3.19128.7"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.CodeDom as a Cake Addin
#addin nuget:?package=System.CodeDom&version=4.6.0-preview3.19128.7&prerelease

// Install System.CodeDom as a Cake Tool
#tool nuget:?package=System.CodeDom&version=4.6.0-preview3.19128.7&prerelease                

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

When using NuGet 3.x this package requires at least version 3.4.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on System.CodeDom:

Package Downloads
EntityFramework The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.

System.Management The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure. Commonly Used Types: System.Management.ManagementClass System.Management.ManagementObject System.Management.SelectQuery

Microsoft.Build.Tasks.Core

This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.

GitHub repositories (120)

Showing the top 5 popular GitHub repositories that depend on System.CodeDom:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/orleans
Cloud Native application framework for .NET
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.