TLDR: Everything is pretty much in the title.
Suppose that your project.json
uses two packages that have a two types which are named the same (same name, same namespace).
How to use one of thoses types ?
With classing .Net, that's easy. Just use an extern alias.
But how do you do that using .net core ?
I dont see any option in package.json
that would let me define an alias like I would do in an assembly reference property window.
The only mention of this issue i managed to find is here
[edit] It seems that there is an open issue here