Closed the-black-wolf closed 1 year ago
looks like it fails to extract the fxr info, please upload your deps.json
and runtimeconfig.json
.
I've encounter this issue too while publishing with following profile:
2>"C:\Users\n0099\.nuget\packages\nulastudio.netcorebeauty\1.2.9.3\targets\../tools/win-x86/ncbeauty.exe" --loglevel Detail "G:\n0099.dev\tbm\dev\crawler\bin\Release\net6.0\publish\/." ./libs
2>incomplete fxr info [v/] found in deps.json: G:/n0099.dev/tbm/dev/crawler/bin/Release/net6.0/publish/tbm.Crawler.deps.json
2>Artifact does not exist. /
2>The command ""C:\Users\n0099\.nuget\packages\nulastudio.netcorebeauty\1.2.9.3\targets\../tools/win-x86/ncbeauty.exe" --loglevel Detail "G:\n0099.dev\tbm\dev\crawler\bin\Release\net6.0\publish\/." ./libs " exited with code 1.
here's my deps.json
: tbm.Crawler.deps.zip
FDD
and FDE
only supported by NetBeauty2, so you guys need update to the lastest NetBeauty v2.0+
.
@the-black-wolf @n0099
What's the NuGet package name of 2.0?
searching nulastudio.NetBeauty
only gives me two package with different name but same version and author:
It's under the pre-release flag:
so is there any reason to keep three package with same version?
NetCoreBeauty
only supports .NET Core
and SCD
mode, ncbeauty
is the cli version of NetCoreBeauty
.
NetBeauty
supports .NET Core
and .Net Fx
(unfinished) and all deployment mode.
Getting this from publish:
It does not look like a standard missing artifact issue.
.net core 7 in case its important. win70-windows/win-x64