Test of nuget package including how to debug into code in the nuget package. You can test how you can call a method in the ClassLibraryNugetTest DLL nuget package - e.g. call GetVersion() in the you own code like this: var testLib = new ClassLibraryNuget(); Nugetlabel.Content = testLib.GetVersion(); You can even debug into the nuget package methods as the.gdb file for the ClassLibraryNuget dll is destributed. To debug external DLLs from nuget packages without source code on your computer you have to uncheck the Debug, Options, Debugging, General, “Enable Just My Code” setting in Visual Studio
$ dotnet add package ClassLibraryNugetTestNo README available.