Pj.Library.ThirdParty 1.0.5.2

dotnet add package Pj.Library.ThirdParty --version 1.0.5.2
                    
NuGet\Install-Package Pj.Library.ThirdParty -Version 1.0.5.2
                    
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.2" />
                    
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.2" />
                    
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.2
                    
#r "nuget: Pj.Library.ThirdParty, 1.0.5.2"
                    
#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.2
                    
#: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.2
                    
Install as a Cake Addin
#tool nuget:?package=Pj.Library.ThirdParty&version=1.0.5.2
                    
Install as a Cake Tool

Utilities to fasten the development
-Library
Extensions to the default .net system objects
Helpers for serialization, transform, compression, network and file transfer, database operations, logging
-Secure
Provides encryption and decryption
-Service
Cloud service support with google drive access and onedrive storage access
-ThirdParty
Excel read and write, csv file operations

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.2 287 11/30/2025
1.0.5.1 385 9/29/2025
1.0.4.33 15,959 12/7/2024
1.0.4.31 2,402 5/29/2024
1.0.4.30 221 5/18/2024
1.0.4.29 14,883 3/10/2024
1.0.4.28 2,598 11/22/2023
1.0.4.27 1,314 10/18/2023
1.0.4.26 1,129 10/17/2023
1.0.4.25 1,121 10/17/2023
1.0.4.24 1,176 10/16/2023
1.0.4.23 1,215 10/15/2023
1.0.4.22 1,191 10/13/2023
1.0.4.21 240 10/13/2023
1.0.4.20 1,527 10/11/2023
1.0.4.19 1,304 10/10/2023
1.0.4.18 1,637 9/21/2023
1.0.4.17 1,576 9/2/2023
1.0.4.16 283 8/30/2023
1.0.4.15 416 4/1/2023
1.0.4.14 6,570 11/21/2022
1.0.4.13 4,848 11/15/2022
1.0.4.12 666 11/6/2022
1.0.4.11 5,148 9/1/2022
1.0.4.10 8,360 5/22/2022
1.0.4.9 721 5/16/2022
1.0.4.8 14,163 4/6/2022
1.0.4.7 5,140 4/3/2022
1.0.4.6 3,167 3/16/2022
1.0.4.5 759 3/16/2022
1.0.4.4 1,224 1/19/2022
1.0.4.3 2,369 1/9/2022
1.0.4.2 2,306 11/15/2021
1.0.4.1 552 11/7/2021
1.0.4 628 10/31/2021
1.0.3 4,739 7/3/2021
1.0.2 679 7/3/2021
1.0.1 2,067 6/14/2021
1.0.0 1,903 6/10/2021

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