Skip to content

Getting started

Stanislav Prusac edited this page Oct 2, 2021 · 2 revisions

Install the package

Recommended way of trial library usage is to install it via NuGet Package Manager.
Note: Registered users will get NuGet after purchase.

Package Manager UI

Within Visual Studio, use the Package Manager UI to browse for Polar.NameExplorer trial package and install to your project.

Package Manager Console

Within Visual Studio, use the Package Manager Console command:

Install-Package Polar.NameExplorer -Version 1.0.0

.NET CLI

Install the package via .NET CLI,use the following command:

dotnet add package Polar.NameExplorer --version 1.0.0

Package reference

To including the package directly into project file:

<PackageReference Include="Polar.NameExplorer" Version="1.0.0" />

System Requirements

To install Polar Name Explorer component, your system needs the following support:

  • Visual Studio 2017, 2019, 2022 and above.
  • .NET Core 2.1, .NET Core 3.1.x, .NET 5 or .NET 6

Polar Name Explorer component, requires .NET Core. To install .NET core, follow the instructions, on Microsoft's .NET Core documentation site.