Pj.Library 1.0.5.1

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

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

Package Downloads
Pj.Library.ThirdParty

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

TestAny.Essentials.Core

Core foundation library for TestAny.Essentials framework providing essential utilities, configuration management, and shared components for test automation. Overview TestAny.Essentials.Core serves as the foundational layer for the entire TestAny.Essentials ecosystem, providing core functionality that is shared across all testing frameworks including Selenium web automation and API testing. Key Components: - TestAnyAppConfig: Centralized configuration management for test environments and settings - TestAnyTestContextHelper: Test context management and utilities for test execution - Data Transfer Objects (DTOs): Common data models used across the framework - Shared Attributes: Common attributes for data loading and test configuration Core Features: - Configuration Management: Centralized app configuration with environment-specific settings - Test Context Utilities: Helper methods for managing test execution context and data - Shared Data Models: Common DTOs and data structures used across different testing frameworks - Attribute-based Configuration: Declarative approach to test setup and data management - Cross-framework Compatibility: Designed to work seamlessly with Selenium, API, and other testing frameworks Benefits: - Consistent Configuration: Unified configuration approach across all testing projects - Reduced Code Duplication: Shared utilities and models prevent code repetition - Easy Test Management: Simplified test context and data management - Extensible Architecture: Foundation for building additional testing capabilities - Framework Integration: Seamless integration with Selenium.Essentials and API testing frameworks This package is typically referenced by other TestAny.Essentials packages and provides the essential building blocks for creating robust, maintainable test automation solutions.

TestAny.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 built as part of Selenium Essentials to provide an API framework which allows to make calls to endpoints easily. For advanced data transformation features including Excel integration, consider using TestAny.Essentials.Api.Extensions. Key Features: - API framework to write integration tests -- Supports fluent way of endpoint definitions -- Support most of the operations -- Simple and easy to manage the tests -- Retry mechanisms with configurable timeouts -- Cookie management and domain extraction -- Proxy and certificate support -- Comprehensive response handling Advanced Capabilities: - Request retry with customizable conditions - Timeout control for server requests - Cookie extraction and management - Auto-redirection handling - No-cache options - JSON and query parameter support - Comprehensive HTTP method support (GET, POST, PUT, DELETE, PATCH) Extensions Available: For enhanced functionality including Excel data transformation, template processing, and data-driven testing, install TestAny.Essentials.Api.Extensions which provides: - Excel data integration with {{placeholder}} template transformation - Advanced data manipulation and transformation utilities - Enhanced extension methods for string and data operations Example: return new TestApiHttp() .SetEnvironment("http://api.openweathermap.org") .PrepareRequest("/data/2.5/forecast") .Get() .ResponseBody .ContentJson;

Selenium.Essentials

Build Selenium web automation test using advanced web controls with wrappers and plenty of extensions to fasten your automation development time. Focus more on script logic with better consistent script execution, less maintenance, no hardwaits, with improved script execution performance and integrated Api testing framework. Overview Selenium provides only option to create only a single generic control which is called the IWebElement. Imagine if you have option to declare controls which resemble the html elements and provide its functionality, for example, Checkbox, Textbox, Button. Selenium Essentials provide new custom controls giving meaning to your page objects and making it more readable. Every control is defined from a BaseControl which has a set of definitions applicable to all controls as well as its custom actions. For example, Checkbox control will have all properties of the BaseControl and also defines Check() which ticks the checkbox in the UI, UnCheck() which unticks the checkbox, IsChecked returns a bool value based on the control is Checked or Unchecked reading from the UI. The Custom control also expose the underlying IWebElement as a property used by Selenium, in case you need to do any operations on top of this. There are plenty of Wait operation defined on the base control which flows through all the custom controls. There are different overrides to the wait operation where you can control the time to wait, whether to throw exception if fails, message for assertions when the waits are used for assert operations. Some custom control overrides the default wait to give a better meaning. Read more about controls here WebDriver and WebElement comes with some useful extensions which helps during the automation. For example, executing javascript, scroll operations, taking screenshot, getting driver capabilities. There is a simple Api framework, which can help in writing Integration tests using a fluent approach. Package contains lots of extensions and helpers over different types which will help increase productivity. Example, - Loading excel and converting to C# - Converting Json to Dictionary - Serialization and Deserialization - Regular Expression, DateTime, String, Enumerable, Async Benefits - Readable page objects which clearly defines what each control resemble in the browser - Custom controls with wrapped operations -- Checkbox - Check, UnCheck, IsChecked, more -- Textbox - Custom clear and set operations (extented clear which will make sure the content is cleared by doing Ctrl+a and BackSpace) and Set operation to overcome some responsive issues -- UnorderedList - Total, Items -- Select - operations on SelectElement -- Table - TotalColumns, TotalRows, ColumnNames, GeCellContent, GetRowPosition, GetColumnPosition, more -- Collection - working with Driver.FindElements(...) -- FileUpload - UploadFile -- Button -- WebControl - for all generic html control - WebElement and WebDriver extension methods for most of the - Api framework to write integration tests -- Supports fluent -- Support most of the operations -- Simple and easy to manage the tests - Extensions which provide many methods for automation engineering works -- String, RegEx, Enumerable, DatTime, Async, more - Helpers to load excel, serialization, Json to Dictonary, more - Attributes for test to load json and xml data

Pj.Library.Extended

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5.2 899 11/30/2025
1.0.5.1 785 9/29/2025
1.0.4.33 16,402 12/7/2024
1.0.4.31 2,903 5/29/2024
1.0.4.30 618 5/18/2024
1.0.4.29 16,279 3/10/2024
1.0.4.28 2,631 11/22/2023
1.0.4.27 1,943 10/18/2023
1.0.4.26 1,799 10/17/2023
1.0.4.25 1,781 10/17/2023
1.0.4.24 1,758 10/16/2023
1.0.4.23 1,983 10/15/2023
1.0.4.22 1,680 10/13/2023
1.0.4.21 685 10/13/2023
1.0.4.20 1,924 10/11/2023
1.0.4.19 1,700 10/10/2023
1.0.4.18 2,094 9/21/2023
1.0.4.17 2,045 9/2/2023
1.0.4.16 777 8/30/2023
1.0.4.15 1,238 4/1/2023
1.0.4.14 7,671 11/21/2022
1.0.4.13 5,914 11/15/2022
1.0.4.12 1,952 11/6/2022
1.0.4.11 6,600 9/1/2022
1.0.4.10 9,939 5/22/2022
1.0.4.9 2,386 5/16/2022
1.0.4.8 15,408 4/6/2022
1.0.4.7 6,361 4/3/2022
1.0.4.6 4,520 3/16/2022
1.0.4.5 2,121 3/16/2022
1.0.4.4 2,640 1/19/2022
1.0.4.3 3,087 1/9/2022
1.0.4.2 3,119 11/15/2021
1.0.4.1 1,496 11/7/2021
1.0.4 1,601 10/31/2021
1.0.3 5,648 7/3/2021
1.0.2 1,509 7/3/2021
1.0.1 2,857 6/14/2021
1.0.0 2,898 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