问题标签 [dnx50]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
131 浏览

asp.net - SpecFlow + ASP.Net 5 (DNX)

我们创建了一个应用程序,其中包含几个采用新 DNX 格式的项目。我们添加了一个 unittestproject,它不是 DNX 格式。

我们正在使用 SpecFlow 来创建一些测试。在 unittestproject 中,我们添加了必要的引用来使用 specflow。我们能够从特征文件生成测试步骤。

但是,当我们想在我们的 unittestproject 中添加对我们的 domainlayer-project 的引用时,它是一种 DN 格式,我们不断收到我们无法引用它的消息。

我们做错了什么?

我们还尝试添加一个 dnx 格式的测试项目,但是我们无法让 SpecFlow 正常工作。

0 投票
1 回答
212 浏览

c# - 在 docker 下的 linux 机器上运行 asp.net 时出现 InvalidOperationException

我刚刚使用新的 .NET 支持设置了我的 linux 机器。

  1. 使用本教程:http ://docs.asp.net/en/latest/getting-started/installing-on-linux.html
  2. 拥有这个 dockerfile:

    /li>
  3. 运行docker build .成功

  4. 运行时出现# docker run -p 8080:5000 dockerfile此异常:

    /li>

这是我的完整构建日志

http://pastebin.com/e3zpcrFZ

我在这里做错了什么?在 Windows 中运行相同的项目dnx . web会成功启动我的 webapi。

0 投票
3 回答
677 浏览

visual-studio - 成功发布后的 Asp.net 5 Web 应用程序启动异常

我有一个 Asp.net 5 Web 应用程序,它在开发中运行良好(从 Visual Studio 或 VS 代码我可以启动没有问题)。但是,成功发布应用程序后,当尝试使用“web.cmd”启动网站时,会出现以下错误并阻止网站加载:

我一直在寻找解决方案。我无法弄清楚我缺少什么依赖项。我试过了

删除 package.lock.json

dnu 恢复

这是我的项目的 dnx 配置设置: 在此处输入图像描述

这是发布的设置:

在此处输入图像描述

谁能读懂这些茶叶?

0 投票
0 回答
317 浏览

c# - PCL Profile111 中的 IConvertible 发生了什么?

我所做的只是在我的 PCL 项目中禁用对 Silverlight 5 的支持。

Visual Studio 2015.1 然后通知我,它决定也支持 ASP.NET Core 5.0(我不想要或不需要)向project.json项目添加了垃圾,并且使用的代码IConvertible由于The type or namespace name 'IConvertible' could not be found错误而停止编译。

我该如何解决这个烂摊子?我希望能够同时使用IConvertibleParallel.For

0 投票
1 回答
1399 浏览

asp.net - 如何在 .Net 5 项目中添加对 System.Data.Services.Client 的引用

我正在尝试将搜索添加到 Asp.Net 5 项目。搜索使用必应搜索 API。

根据“Bing Search API – 快速入门和代码示例”中的说明,我下载了一个名为“BingSearchContainer.cs”的文件。此文件具有对 System.Data.Services.Client 的引用。该文件太大,无法放在这里,但可以在https://datamarket.azure.com/dataset/explore/getproxy/5ba839f1-12ce-4cce-bf57-a49d98d29a44下载。

我添加了对 System.Data.Services 和 System.Data.Services.Client 的引用,因为它们没有包含在我用来创建站点的通用 Asp.Net 5 (RC1) 模板中(在 Visual Studio 2015 中)。

尽管这消除了文件本身中的错误,但错误仍然存​​在于错误列表中,并且项目不会构建或运行。

如果我将鼠标悬停在 BingSearchContainer 文件顶部的 System.Data.Services.Client 的 using 语句上,它会显示 ....DNX Core5.- 不可用。

有谁知道我该如何解决这个问题?

0 投票
1 回答
395 浏览

mono - How .NET Core, Mono and ASP.NET are related on a non Windows platform?

This breaks down to some trivial sub-questions

  • Is .NET Core a Mono alternative?
  • Will ASP.NET 5.0 run with .NET Core or with Mono in an OSX/Ubuntu environment?

I am confused, becasue I started at the .NET Core site, followed links toward ASP.NET 5 RC that all the way mentions Mono.

0 投票
0 回答
241 浏览

c# - Aspnet5 默认 Web 应用程序项目不会运行

为什么“开箱即用”的 aspnet5 Web 应用程序项目不能在框架部分设置为 TFM“net46”或“net451”的情况下运行。我只能让它运行设置为“dnx451 或 dnx46”。如果我在任何“netxx”绰号下运行它,我会在浏览器中收到连接被拒绝,而不是在 aspnet 启动页面中。

使用最新的运行时

更新 1 当我在 project.json 文件中将 TFM 切换到“net46”时,我得到以下信息,那么为什么它仍然针对 dnx 4.5.1 运行时?当前的 dnvm 显示如上,在另一个说明中,您也可以在 VS2015 中的调试按钮下的下拉列表中从 IISExpress 切换到 web。

仅供参考,这是 aspnet5 的开箱即用 WebApplication 项目,这是我的 project.json

0 投票
2 回答
564 浏览

asp.net-core - dotnet5.4 TFM前向兼容RC2吗?

如果我要发布支持 dotnet5.4 moniker 的新版本库,它是否可以从 .NET Core 1.0 RC2 中使用,或者我是否需要明确发布以 netstandardX 为目标的新版本?

(我意识到这些绰号实际上并不等同,更多的是关于维护对 .NET Core 的支持)

0 投票
3 回答
1113 浏览

selectsinglenode - SelectSingleNode 在 dnx core 5.0 中出现编译错误

我在使用 SelectSingleNode 方法时收到此错误:DNX Core 5.0 错误 CS1061:“XmlDocument”不包含“SelectSingleNode”的定义,并且找不到接受“XmlDocument”类型的第一个参数的扩展方法“SelectSingleNode”(您是否缺少using 指令或程序集引用?)

还不支持吗?我的替代方案是什么?

0 投票
1 回答
951 浏览

c# - 核心 clr 中的 Environment.Version 等效项

以下代码对dnx451框架有效,但对dnxcore50

此方法不存在:

在此处输入图像描述

dnxcore50 框架中是否有等效的属性?

更新

根据 Victors 的回答,您可以使用,PlatformServices.Default.Runtime例如:

输出:(在 dnx451 上)

环境:Clr 1.0.0-rc1-16231

输出:(在 dnxcore50 上)

环境:CoreClr 1.0.0-rc1-16231