Pj.Library.ThirdParty 1.0.5.3

dotnet add package Pj.Library.ThirdParty --version 1.0.5.3
                    
NuGet\Install-Package Pj.Library.ThirdParty -Version 1.0.5.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="Pj.Library.ThirdParty" Version="1.0.5.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pj.Library.ThirdParty" Version="1.0.5.3" />
                    
Directory.Packages.props
<PackageReference Include="Pj.Library.ThirdParty" />
                    
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 Pj.Library.ThirdParty --version 1.0.5.3
                    
#r "nuget: Pj.Library.ThirdParty, 1.0.5.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 Pj.Library.ThirdParty@1.0.5.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=Pj.Library.ThirdParty&version=1.0.5.3
                    
Install as a Cake Addin
#tool nuget:?package=Pj.Library.ThirdParty&version=1.0.5.3
                    
Install as a Cake Tool

PjLibrary

Core utilities to speed up your development.

Product 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.  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. 
.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 net461 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Pj.Library.ThirdParty:

Package Downloads
Selenium.Essentials.Api

Build your Api test easily with few simple steps and this framework allows you to focus more on your Test. The wrapper allows to call the endpoints easily and provide different options on your request and response. Overview This framework is build as part of Selenium Essentials to provide a Api framework which allows to make calls to endpoint easily. - Api framework to write integration tests -- Supports fluent way of endpoint definitions -- Support most of the operations -- Simple and easy to manage the tests Example, return new TestApiHttp() .SetEnvironment("http://api.openweathermap.org") .PrepareRequest("/data/2.5/forecase") .Get() .ResponseBody .ContentJson;

TestAny.Essentials.Api.Extensions

Build your Api test easily with few simple steps and this framework allows you to focus more on your Test. The wrapper allows to call the endpoints easily and provide different options on your request and response. Overview This framework is build as part of Selenium Essentials to provide a Api framework which allows to make calls to endpoint easily with enhanced data transformation capabilities. - Api framework to write integration tests -- Supports fluent way of endpoint definitions -- Support most of the operations -- Simple and easy to manage the tests -- Excel data transformation and template processing -- Data-driven testing with Excel integration -- String template transformation with placeholders Key Features: - Excel Data Integration: Load and transform data from Excel files using attributes - Template Processing: Transform string templates with {{placeholder}} syntax using Excel data - Extension Methods: Convenient extension methods for string and data transformations - Seamless Integration: Works with TestAny.Essentials.Api for enhanced testing capabilities Excel Data Transformation: - GetExcelDataSourceContent(): Retrieve Excel data from method attributes - TransformWithExcelData(): Transform string templates using Excel data with {{key}} placeholders - Support for column mapping and worksheet selection - Automatic data type handling and conversion Example, return new TestApiHttp() .SetEnvironment("http://api.openweathermap.org") .PrepareRequest("/data/2.5/forecase") .Get() .ResponseBody .ContentJson; // Excel data transformation example var template = "Hello {{name}}, your age is {{age}}"; var transformedContent = template.TransformWithExcelData(excelData);

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5.3 66 2/10/2026
1.0.5.2 321 11/30/2025
1.0.5.1 415 9/29/2025
1.0.4.33 16,492 12/7/2024
1.0.4.31 2,449 5/29/2024
1.0.4.30 247 5/18/2024
1.0.4.29 16,118 3/10/2024
1.0.4.28 2,625 11/22/2023
1.0.4.27 1,328 10/18/2023
1.0.4.26 1,147 10/17/2023
1.0.4.25 1,137 10/17/2023
1.0.4.24 1,198 10/16/2023
1.0.4.23 1,234 10/15/2023
1.0.4.22 1,205 10/13/2023
1.0.4.21 254 10/13/2023
1.0.4.20 1,544 10/11/2023
1.0.4.19 1,329 10/10/2023
1.0.4.18 1,647 9/21/2023
1.0.4.17 1,603 9/2/2023
1.0.4.16 300 8/30/2023
Loading failed

Release 1.0.3
- Split Datastore component. The data store functionality is now moved into Pj.Library.Datastore and reducing the packages on the Pj.Libarary

Release 1.0.2
- Updating packages
- Removing Cookie extension and adding into Selenium Essentials
- CsvHelper to latest version
- FluentAssertions replaced to reduce packages


Release 1.0.1
Updating packages

Release 1.0.0
Initial version of the utilities