Open
Description
Description
It seems that the *.dll.config
files from a package reference aren't copied to the output directory during a dotnet publish
.
Use case
I stumbled across this problem while consuming my FubarDev.PamSharp
package, which requires having the ´.dll.configfile, because it contains a
dllmap` that is needed to find the correct native library.
dotnet --info
.NET Core SDK (reflecting any global.json):
Version: 3.0.100-preview5-011568
Commit: b487ff10aa
Runtime Environment:
OS Name: ubuntu
OS Version: 16.04
OS Platform: Linux
RID: ubuntu.16.04-x64
Base Path: /home/fubar-coder/dotnet/sdk/3.0.100-preview5-011568/
Host (useful for support):
Version: 3.0.0-preview5-27626-15
Commit: 61f30f5a23
.NET Core SDKs installed:
3.0.100-preview5-011568 [/home/fubar-coder/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.0.0-preview5-19227-01 [/home/fubar-coder/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.0.0-preview5-27626-15 [/home/fubar-coder/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
System information
Windows 10 Pro for Workstation 1809 (Build 17763.475)
Metadata
Metadata
Assignees
Labels
No labels