TDL.Client
0.27.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TDL.Client --version 0.27.1
NuGet\Install-Package TDL.Client -Version 0.27.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="TDL.Client" Version="0.27.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TDL.Client --version 0.27.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TDL.Client, 0.27.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.
// Install TDL.Client as a Cake Addin #addin nuget:?package=TDL.Client&version=0.27.1 // Install TDL.Client as a Cake Tool #tool nuget:?package=TDL.Client&version=0.27.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
tdl-client-dotnet
Use as:
QueueBasedImplementationRunner runner = new QueueBasedImplementationRunner.Builder()
.setConfig(getRunnerConfig())
.withSolutionFor("sum", entry::sum)
.withSolutionFor("hello", entry::hello)
.withSolutionFor("array_sum", entry::arraySum)
.withSolutionFor("int_range", entry::intRange)
.withSolutionFor("fizz_buzz", entry::fizzBuzz)
.withSolutionFor("checkout", entry::checkout)
.withSolutionFor("checklite", entry::checklite)
.create();
ChallengeSession.forRunner(runner)
.withConfig(getConfig())
.withActionProvider(new UserInputAction(args))
.start();
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Apache.NMS.ActiveMQ (>= 2.1.0)
- Newtonsoft.Json (>= 13.0.3)
- RestSharp (>= 111.4.1)
- RestSharp.Serializers.NewtonsoftJson (>= 111.4.1)
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 |
---|---|---|
0.27.5 | 290 | 8/20/2024 |
0.27.1 | 118 | 8/20/2024 |
0.27.0 | 118 | 8/20/2024 |
0.26.2 | 888 | 6/21/2019 |
0.26.1 | 587 | 6/20/2019 |
0.26.0 | 597 | 6/17/2019 |
0.25.1 | 1,027 | 11/4/2018 |
0.22.0 | 1,013 | 8/3/2018 |
0.21.0 | 1,213 | 5/15/2018 |
0.20.2 | 1,019 | 1/7/2018 |
0.20.1 | 985 | 1/7/2018 |
0.20.0 | 979 | 1/4/2018 |
0.19.1 | 901 | 11/29/2017 |
0.14.8 | 922 | 10/5/2017 |
0.14.6 | 884 | 9/30/2017 |
0.14.5 | 872 | 9/30/2017 |
0.14.4 | 919 | 9/29/2017 |
0.14.2 | 1,105 | 9/29/2017 |
0.14.0 | 1,390 | 9/25/2017 |