TracrClient 1.31.1
dotnet add package TracrClient --version 1.31.1
NuGet\Install-Package TracrClient -Version 1.31.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TracrClient" Version="1.31.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TracrClient" Version="1.31.1" />
<PackageReference Include="TracrClient" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TracrClient --version 1.31.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TracrClient, 1.31.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TracrClient@1.31.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TracrClient&version=1.31.1
#tool nuget:?package=TracrClient&version=1.31.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Tracr .NET Client
.NET implementation of a client for Tracr API. For more details, please visit https://www.tracr.com
How to instantiate a Tracr Client
Tracr Client is designed to be instantiated via dependency injection. The client requires an option object to inject the OAuth 2.0 settings.
public class TracrClientOptions
{
public string ApiUrl { get; set; } = "";
public string TokenUrl { get; set; } = "";
public string ClientId { get; set; } = "";
public string ClientSecret { get; set; } = "";
}
ServiceCollection.AddTracrClient(
TracrClientOptions clientOptions
);
API Documentation
https://docs.tracr.com/docs/tracr-api
Support
For any questions, please contact the technical team in https://support.tracr.com
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- AutoMapper (>= 16.1.1)
- Microsoft.AspNetCore.DataProtection (>= 9.0.15)
- Microsoft.Extensions.Configuration.Json (>= 9.0.10)
- Microsoft.Extensions.Http (>= 9.0.10)
- Microsoft.Extensions.Http.Polly (>= 9.0.10)
- Microsoft.Extensions.Logging (>= 9.0.10)
- Newtonsoft.Json (>= 13.0.4)
- System.IdentityModel.Tokens.Jwt (>= 8.14.0)
-
net9.0
- AutoMapper (>= 16.1.1)
- Microsoft.AspNetCore.DataProtection (>= 9.0.15)
- Microsoft.Extensions.Configuration.Json (>= 9.0.10)
- Microsoft.Extensions.Http (>= 9.0.10)
- Microsoft.Extensions.Http.Polly (>= 9.0.10)
- Microsoft.Extensions.Logging (>= 9.0.10)
- Newtonsoft.Json (>= 13.0.4)
- System.IdentityModel.Tokens.Jwt (>= 8.14.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.31.1 | 345 | 4/28/2026 |
| 1.31.0 | 223 | 3/17/2026 |
| 1.29.2 | 239 | 11/6/2025 |
| 1.29.1 | 1,534 | 10/27/2025 |
| 1.29.0 | 168 | 10/25/2025 |
| 1.11.1 | 1,341 | 1/24/2024 |
| 1.11.0 | 206 | 1/18/2024 |
| 1.9.0 | 297 | 10/26/2023 |
| 1.7.0 | 224 | 9/22/2023 |
| 1.6.3 | 233 | 9/14/2023 |
| 1.6.2 | 242 | 9/11/2023 |
| 1.6.1 | 234 | 9/11/2023 |
| 1.6.0 | 232 | 8/28/2023 |
| 1.1.1 | 310 | 3/23/2023 |