Getting started with .NET
All components of this SDK are distributed as NuGet packages from Trimble’s eTools Artifactory repository. Below is the list of things you will need before you can get started with the SDKs.
OKTA login is required to access most of the articles below. If you cannot get to any of the sites below, please reach out to the Trimble Cloud Support.
To get a copy of SDK packages
Section titled “To get a copy of SDK packages”- Login to the E-Tools Artifactory
- Update your NuGet configuration to include a TrimbleCloudPlatform source and set the credentials for the new source. Your username may be case sensitive.
dotnet nuget add Source https://artifactory.trimble.tools/artifactory/api/nuget/trimblecloudplatform-engagement-nuget --name TrimbleCloudPlatform --username username --password password --store-password-in-clear-text- Use your email address as the username and your API key from Artifactory for your password.
- Packages can now be added to your project like this:
dotnet add package TrimbleCloud.Events