Info
Version: | 1.1.8 |
Author(s): | kpp |
Last Update: | Monday, May 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://project_url_here_or_delete_this_line/ |
NuGet Url: | https://www.nuget.org/packages/ClassLibraryNugetTest |
Install
Install-Package ClassLibraryNugetTest
dotnet add package ClassLibraryNugetTest
paket add ClassLibraryNugetTest
ClassLibraryNugetTest Download (Unzip the "nupkg" after downloading)
Dependencies
- SampleDependency(>= 1.0.0)
Tags
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.