gpt4 book ai didi

使用面向 Net Standard 的 DotNet Core 创建 Azure WebJob 失败并出现错误

转载 作者:行者123 更新时间:2023-12-02 06:33:12 25 4
gpt4 key购买 nike

我有一个 dot net core 控制台应用程序,我想将其作为 Azure 中的 Web 作业运行。当它尝试执行时,我在日志中看到

错误:找不到依赖项 list 中指定的程序集 - 程序包:“Microsoft.DotNet.InternalAbstractions”,版本:“1.0.0”,路径:“lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll” '

我的project.json看起来像这样

{
"buildOptions": {
"emitEntryPoint": true,
"copyToOutput": [ "appsettings.json", "run.cmd" ]
},
"dependencies": {
"Helga.Core": "1.0.0-*",
"Helga.UpdateParkings": "1.0.0-*",
"Microsoft.Extensions.Configuration": "1.0.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
},
"publishOptions": {
"include": [
"appsettings.json",
"run.cmd"
]
},
"version": "1.0.0-*"
}

但是在project.lock.json我看到了

  "Microsoft.DotNet.InternalAbstractions/1.0.0": {
"type": "package",
"dependencies": {
"System.AppContext": "4.1.0",
"System.Collections": "4.0.11",
"System.IO": "4.1.0",
"System.IO.FileSystem": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Runtime.Extensions": "4.1.0",
"System.Runtime.InteropServices": "4.1.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
},
"compile": {
"lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {}
},
"runtime": {
"lib/netstandard1.3/Microsoft.DotNet.InternalAbstractions.dll": {}
}
},

请指教。

最佳答案

我通过压缩 bin/debug 文件夹和显然已安装的 sdk 等中的构建引用程序集来进行部署。

当我将项目发布到文件系统并压缩 PublishOutput 文件夹时,一切都开始工作,因为所有依赖程序集都被复制到该文件夹​​。

关于使用面向 Net Standard 的 DotNet Core 创建 Azure WebJob 失败并出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39891583/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com