Closed
Description
When I publish an app and compile it to NuGet packages, it creates a folder 'root':
approot\packages\ConsoleApp2\1.0.0\root\
This causes the ILibraryManager.GetReferencingLibraries()
to resolve a project called 'root' and it tries to load it. Which in turn fails with this exception:
Could not load file or assembly 'root' or one of its dependencies. General Exception (Exception from HRESULT: 0x80131500)
DNX version: 1.0.0-rc1-update1
Repro:
https://github.com/henkmollema/AssemblyLoadRootRepro
- Clone repo (
git clone https://github.com/henkmollema/AssemblyLoadRootRepro.git
) cd AssemblyLoadRootRepro
dnu publish -o c:\publish --no-source
cd c:\publish\approot
ConsoleApp2.cmd
- 💥
Is this expected behavior?
Metadata
Metadata
Assignees
Labels
No labels