TestRail 2.0.5
See the version list below for details.
dotnet add package TestRail --version 2.0.5
NuGet\Install-Package TestRail -Version 2.0.5
<PackageReference Include="TestRail" Version="2.0.5" />
paket add TestRail --version 2.0.5
#r "nuget: TestRail, 2.0.5"
// Install TestRail as a Cake Addin #addin nuget:?package=TestRail&version=2.0.5 // Install TestRail as a Cake Tool #tool nuget:?package=TestRail&version=2.0.5
.Net Standard 2.0 implementation of the TestRail API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Newtonsoft.Json (>= 10.0.3)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TestRail:
Package | Downloads |
---|---|
EngOps-TestRail-Integrator
Package Description |
|
Abhinav
Package Description |
|
SDCFramework
Package description |
|
SDCAutomationFramework
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.1 | 381,967 | 10/26/2021 |
3.2.0 | 36,686 | 9/27/2021 |
3.1.2 | 45,890 | 4/16/2021 |
3.1.1 | 15,703 | 12/4/2020 |
2.0.5 | 129,090 | 11/8/2019 |
2.0.4 | 11,810 | 9/18/2019 |
2.0.3 | 291,648 | 1/8/2019 |
2.0.1 | 25,683 | 3/29/2018 |
2.0.0 | 31,591 | 12/11/2017 |
1.0.0.15 | 41,249 | 10/19/2017 |
1.0.0.12 | 24,165 | 7/8/2016 |
1.0.0.11 | 1,609 | 7/7/2016 |
1.0.0.10 | 2,669 | 3/21/2016 |
1.0.0.9 | 1,752 | 2/23/2016 |
1.0.0.8 | 2,337 | 12/17/2014 |
1.0.0.5 | 1,926 | 6/9/2014 |
1.0.0.4 | 1,925 | 1/22/2014 |
1.0.0.2 | 1,673 | 12/9/2013 |
##2.0.5
- Make GetSections's suiteID parameter optional.
##2.0.4
- Add offset parameter to GetRuns method (allows ability to get more than 250 most recent runs)
##2.0.3
- Add the ability to delete a test run.
##2.0.2
- add Milestones property to handle sub-milestones in GetMilestone call
##2.0.1
- add description to Section and add custom to run, plan, and other APIs
- Fix dotnet core bug with HttpWebRequest
##2.0
- Converted the application to .Net Standard 2.0
- The client should work with any project on: .Net Framework 4.5, 4.6.1, .Net Core >= 2.0, and .Net Standard >= 2.0.
##1.0.0.15
- Bug Fix
- Timespan field for Result class
- Add isStarted property to Milestone class
- Update Newtonsoft.Json NuGet package
##1.0.0.12
- Bug Fix
- Run's JSON Parse method threw possible ArgumentNullException on created_on field
##1.0.0.11
- Update for VS 2015 and C# 6
- Update Nuget packages
- Features
- Add CreatedOn property to Run class
##1.0.0.10
- TestRail types contain the Raw JSON object received
##1.0.0.9
- Add more fields into Plan
- Update Nuget libraries
##1.0.0.8
- Fix Nuget spec file
##1.0.0.7
- Update dependencies for this package
##1.0.0.6
- Bug
- Result Status Enum for Untested had wrong ID
- Feature
- Get Plan now populates complete run objects
- Get for Configs
- Ability to create a test plan with configs
- Config Ids added to plan entry
##1.0.0.5
- Update Json.net Nuget Package