在 VS Code 的 Asp.net Core Application 中集成 Devexpress 工具

Integrate Devexpress tool in Asp.net Core Application on the VS Code

我正在尝试参考 Devexpress tool in ASP.net Core application in the VS Code.

我无法引用未显示引用选项的 DevExpress tool in VS code。你能帮我如何在 VS 代码中引用 dll 我试过但没有运气..

Is it possible to integrate Devexpress tool in VS Code?.

我用他们的控件很多年了,知道他们完全支持Visual Studio。所以我想他们也应该在 VS Codde 中工作,但我不使用 VS Code,所以我不能确定。我建议你 contact their support or look in their support database.

我找到了解决方案,查看使用 .NET Core in Visual Studio Code article that describes a general approach how to create a new .NET Core application in Visual Studio Code. Then refer to this article 了解如何将 DevExpress ASP.NET Controls 添加到项目中。 虽然也可以在 VS Code 中使用此组件,但我们不建议您这样做。 ASP.NET 核心产品线的 Bootstrap 处于维护模式,不再开发。请改用 ASP.NET Core DataGrid 和其他 ASP.NET 核心控件。