NetCoreApp System.codedom [英] NetCoreApp System.codedom

查看:399
本文介绍了NetCoreApp System.codedom的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一个新的.NET Core应用程序,并希望使用 System.CodeDom (和.Compiler)作为参考。我需要以下类: CSharpCodeProvider CodeMemberProperty ,...但是我没有通过nuget找到软件包,这些类型可用。谁知道可以在哪个包中找到.NET Core的人?

I'm creating a new .NET Core application and would like to use System.CodeDom (and .Compiler) as reference. I require the classes: CSharpCodeProvider, CodeMemberProperty, ... However i'm not finding a package via nuget where these types are available. Anybody who knows in which package I can find this for .NET core?

推荐答案

.NET Core当前不可用似乎没有计划很快被纳入

CodeDOM is not currently available on .Net Core and it seems it's not planned to be included anytime soon.

最好的选择是使用Roslyn库。

Your best choice is to use Roslyn libraries instead.

这篇关于NetCoreApp System.codedom的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆