Cannot add assemblies to .Net Core application in Visual Studio 2019
问题 When I try to add a missing assembly to my project (for unit testing specifically) I noticed that the Assemblies tab is missing in the "Add Reference" dialog , see: Is this a bug or a expected behavior? If it's expected how we are supposed to add the missing assemblies. Note that I already tried through Nuget package manager and still didn't work. 回答1: It is correct behaviour. The Assemblies tab is not available for Net Core projects. You wont be able to add assemblies from your system,