![]() |
VOOZH | about |
dotnet add package Tenduke.Scale --version 8.0.3
NuGet\Install-Package Tenduke.Scale -Version 8.0.3
<PackageReference Include="Tenduke.Scale" Version="8.0.3" />
<PackageVersion Include="Tenduke.Scale" Version="8.0.3" />Directory.Packages.props
<PackageReference Include="Tenduke.Scale" />Project file
paket add Tenduke.Scale --version 8.0.3
#r "nuget: Tenduke.Scale, 8.0.3"
#:package Tenduke.Scale@8.0.3
#addin nuget:?package=Tenduke.Scale&version=8.0.3Install as a Cake Addin
#tool nuget:?package=Tenduke.Scale&version=8.0.3Install as a Cake Tool
The 10Duke Scale SDK for .NET is a library to facilitate building applications licensed using 10Duke Scale.
For more information please see the documentation.
Providing a set of .NET client bindings for the 10Duke Scale REST API and a set of helper classes to configure the SDK, authenticate users, and provide authorization for API requests enables software vendors to focus on their software and their application domain. The SDK makes using 10Duke Scale in an application simpler and allows faster adoption.
Using the .NET Core command-line interface (CLI) tools:
dotnet add package Tenduke.Scale
Using the NuGet Command Line Interface (CLI):
nuget install Tenduke.Scale
Using the Package Manager Console:
Install-Package Tenduke.Scale
From within Visual Studio:
Open the Solution Explorer. Right-click on a project within your solution. Click on Manage NuGet Packages... Click on the Browse tab and search for "Tenduke.Scale". Click on the Tenduke.Scale package, select the appropriate version in the right-tab and click Install.
To use nuget packages from the gitlab package registry, you need to add that registry and the package registry for Tenduke.Core as nuget sources.
dotnet nuget add source "https://gitlab.com/api/v4/projects/51515286/packages/nuget/index.json" \
--name tenduke.core --username <your_username> --password <your_token> --store-password-in-clear-text
dotnet nuget add source "https://gitlab.com/api/v4/projects/51838363/packages/nuget/index.json" \
--name tenduke.scale --username <your_username> --password <your_token> --store-password-in-clear-text
The library and NuGet package supports both .NET Framework and .NET.
The intent is for the library to target .NET Framework 4.7.2, .NET Standard 2.0, and whichever versions of .NET are currently under standard (STS) or long term (LTS) support by the .NET project.
Currently supported versions are:
As a pre-requisite, download and install the .NET SDK. The latest LTS version is recommended (currently version 8).
To get started with working on the code, clone this repository.
git clone git@gitlab.com:10Duke/scale/dotnet/dotnet-scale-sdk.git
Then you need to install the tools and dependencies.
dotnet tool restore
dotnet restore .
The code can be build as follows
dotnet build
The tests can be run using
dotnet test
This will attempt to run the tests for all target .NET versions, including .NET Framework 4.7.2. That will not work on linux or macOS using the .NET SDK.
For linux or macOS, you can specify the .NET version to test with (dependent on the SDK version you are using).
dotnet test --framework NET8.0
or
dotnet test --framework NET6.0
For linux or macOS, a Makefile is provided to automate these, and other, development tasks.
This project is using CSharpier for C# code formatting, .NET Roslyn Analyzers and Sonarlint for linting C# code, and markdownlint for linting markdown.
To release a new version, the revision should be tagged in the format vMajor.minor.patch (for
example v2.2.0) and the tag pushed.
This will build the Tenduke.Scale nuget package and publish it to the project package registry. The package can be downloaded from there and pushed to nuget.org (this step is manual).
Additionally the example projects should be updated to use the new version.
A script is provided to automate tagging the revision and updating the project files for the examples to use the new version of the nuget package.
If you want to create a new release from the current revision, then call it with the new version number as a command line parameter:
./update-version.sh 2.2.3
The changes in ./examples/ will be left uncommitted for you to review and to add to a new revision.
Once you are happy, push the new tag. This will trigger a release being created in GitLab.
We welcome contributions! explains what kind of contributions we welcome.
The 10Duke Scale SDK for .NET is licensed under the license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.3 | 156 | 2/24/2026 |
| 8.0.1 | 746 | 12/2/2025 |
| 8.0.0 | 232 | 11/25/2025 |
| 7.0.0 | 235 | 10/15/2025 |
| 6.0.0 | 290 | 8/22/2025 |
| 5.0.0 | 228 | 8/9/2025 |
| 4.1.0 | 212 | 7/11/2025 |
| 4.0.1 | 255 | 2/18/2025 |
| 4.0.0 | 244 | 1/15/2025 |
| 3.0.2 | 207 | 10/30/2024 |
| 3.0.1 | 216 | 10/29/2024 |
| 3.0.0 | 231 | 8/12/2024 |
| 2.0.1 | 263 | 5/14/2024 |
| 2.0.0 | 368 | 3/28/2024 |
| 1.1.1 | 286 | 3/19/2024 |
| 1.1.0 | 239 | 2/26/2024 |
| 1.0.0 | 264 | 2/12/2024 |