Location
title: ”.NET SDK Location” description: ”.NET SDK Location for Trimble Access Management” lead: "" date: 2023-06-12T13:46:25-06:00 lastmod: 2023-06-12T13:46:25-06:00 draft: false images: [] menu: docs: parent: “dotnet” weight: 322 toc: true
The appliance container image can be found in Trimble E-Tools Artifactory as part of the trimblecloud-tam-sdk-nuget-nuget-local artifact.
In order to pull the image from artifactory, you must retrieve an API key from your user profile.
NuGet
Open the Developer Command Prompt for Visual Studio
dotnet nuget add source https://artifactory.trimble.tools/artifactory/trimblecloud-tam-sdk-nuget-nuget-local/ --name IndustryClouds-NuGet --username [email_address] --password [APIKey]Your username is your company e-mail such as no_one@trimble.com. The password is your Artifactory API key.
You can then get the package in your projet folder with either the package brower in Visual Studio or a command such as:
dotnet add package TrimbleCloud.TamOr for the ASP.NET core middleware:
dotnet add package TrimbleCloud.Tam.AspNet.NET SDK Release history
Release history can be found here