Search Results for

    Show / Hide Table of Contents

    alt-text Working with Nuget Packages


    Overview


    You can add references to your new Visual Studio projects by using Nuget Packages.

    A NuGet package contains reusable code that other developers have made available to you for use in your projects. You can install a NuGet package in a Microsoft Visual Studio project by using the NuGet Package Manager, the Package Manager Console, or the .NET CLI. You will find here informations about how to add a Nuget Package to a Visual Studio Project.

    After you install a NuGet package, you can then make a reference to it in your code with the using statement, where is the name of package you're using. After you've made a reference, you can then call the package through its API.

    NuGet Package Manager


    Tip

    To find a NuGet package, start with nuget.org. Browsing nuget.org is how .NET developers typically find components they can reuse in their own applications.

    To use the NuGet Package Manager to install the TopSolid.Kernel.Automating package in Visual Studio, follow these steps:

    1. Select Project > Manage NuGet Packages

      alt-text

    2. In the NuGet Package Manager page, choose nuget.org as the Package source.

      alt-text

    3. From the Browse tab, search for TopSolid, select TopSolid.Kernel.Automating in the list, and then select Install.

      alt-text

    Tip

    You can find more information about Nuget Packages on Microsoft Website

    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.