Adapter SDK Development Prerequisites
Prerequisites
The following prerequisites are required to develop an adapter:
- an Fusion Agent installed on your development machine,
- a .NET IDE
Visual Studio 2022
This guide assumes you are using the Microsoft Visual Studio 2022 IDE. You can download it here. You will need to obtain the license.
Before continuing with this guide, please install Visual Studio 2022 with default workloads.
Fusion Agent
The Fusion Agent must be installed to use the adapter SDK.
⚠️ To use the SDK and samples, you'll need a tenant in Fusion server. Make sure you have one before continuing.
The Fusion Agent must be installed on the same machine that will be used for development.
- Download the latest agent from the Fusion system you are using.
- After installation, stop the agent services.
- Open Windows Services manager (run services.msc).
- Change the user that agent services are running as to the user you are logged in as.
- Double click on a service.
- Click the Log On As tab.
- Enter your Windows user credentials.
- When all services are set to Log On As you, complete the following:
- Go to the agent installation directory (usually
C:\Program Files\Fusion\Agent
) - Open the
bin
folder - Double-click
AccessHandler.exe
- Enter your Fusion connection details (tenant, email address, and password)
- Go to the agent installation directory (usually
- Start the agents.
Configuring the SDK nuget feed
SDK nuget packages are packaged with the agent installer.
- Open your Visual Studio and click
Tools > Options
- Navigate to
NuGet Package Manager
/Package Sources
screen - Add the directory containing the nuget packages as a feed.