OneStreamAutoLibrary 2025.12.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package OneStreamAutoLibrary --version 2025.12.1.3
                    
NuGet\Install-Package OneStreamAutoLibrary -Version 2025.12.1.3
                    
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="OneStreamAutoLibrary" Version="2025.12.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OneStreamAutoLibrary" Version="2025.12.1.3" />
                    
Directory.Packages.props
<PackageReference Include="OneStreamAutoLibrary" />
                    
Project file
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 OneStreamAutoLibrary --version 2025.12.1.3
                    
#r "nuget: OneStreamAutoLibrary, 2025.12.1.3"
                    
#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 OneStreamAutoLibrary@2025.12.1.3
                    
#: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=OneStreamAutoLibrary&version=2025.12.1.3
                    
Install as a Cake Addin
#tool nuget:?package=OneStreamAutoLibrary&version=2025.12.1.3
                    
Install as a Cake Tool

OneStreamAutoLibrary

A .NET 8 library providing utilities for automated testing, including REST API helpers, configuration management, database helpers, and screen capture functionality.

Features

  • RestClientHelper: Simplifies making HTTP requests using RestSharp.
  • Configuration: Centralized configuration management using JSON and environment variables.
  • ScreenCaptureLibrary: Capture screenshots for web and desktop automation.
  • DBHelper: Database utility functions (see source for details).

Installation

Add the library to your .NET project (example using NuGet CLI): dotnet add package OneStreamAutoLibrary

Usage Example

using OneStreamAutoLibrary; // REST API GET example var restHelper = new RestClientHelper(); var response = restHelper.SendGetRequest("https://api.example.com/data"); Console.WriteLine(response.Content); // Configuration example string browser = Configuration.GetBrowserFromConfigFile();

Requirements

License

MIT License. See LICENSE for details.

Product 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 was computed.  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.

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
2222.12.13.2 1,201 12/13/2022
2222.12.13.1 1,042 12/13/2022
2222.11.30.4 1,123 11/30/2022
2222.11.30.3 1,086 11/30/2022
2222.11.30.2 998 11/30/2022
2222.11.30.1 1,131 11/30/2022
2222.11.29.1 1,129 11/29/2022
2025.12.10.4 409 12/10/2025
2025.12.10.3 407 12/10/2025
2025.12.10.2 406 12/10/2025
2025.12.10.1 411 12/10/2025
2025.12.9.1 422 12/9/2025
2025.12.8.4 429 12/9/2025
2025.12.8.3 411 12/8/2025
2025.12.8.2 409 12/8/2025
2025.12.8.1 408 12/8/2025
2025.12.4.5 167 12/5/2025
2025.12.4.2 169 12/5/2025
2025.12.4.1 193 12/4/2025
2025.12.2.2 660 12/2/2025
2025.12.2.1 662 12/2/2025
2025.12.1.3 665 12/1/2025
2025.12.1.2 656 12/1/2025
2025.12.1.1 660 12/1/2025
2025.10.29.1 208 10/29/2025
2023.5.8.1 676 5/8/2023
2023.5.1.8 711 5/1/2023
2023.5.1.7 690 5/1/2023
2023.5.1.6 651 5/1/2023
2023.5.1.5 690 5/1/2023
2023.5.1.4 658 5/1/2023
2023.5.1.3 648 5/1/2023
2023.5.1.2 694 5/1/2023
2023.5.1.1 659 5/1/2023
2023.4.10.2 682 4/10/2023
2023.4.10.1 700 4/10/2023
2023.1.10.1 884 1/10/2023
3.18.2025.1 369 3/18/2025
3.17.2025.1 262 3/17/2025
1.0.11 1,315 2/16/2022
1.0.10 1,284 2/16/2022
1.0.9 1,323 2/16/2022
1.0.8 1,241 2/16/2022
1.0.7 1,265 2/16/2022
1.0.6 1,231 2/16/2022
1.0.5 1,292 2/16/2022
1.0.4 1,277 2/16/2022
1.0.3 1,253 2/16/2022
1.0.2 1,229 2/16/2022
1.0.1 1,039 11/21/2022
1.0.0 1,252 2/16/2022