AKI.Utils.WebScraping 1.0.4

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

AKI.Utils

A comprehensive utility library collection for .NET applications, providing common functionality across multiple domains.

πŸ“¦ Available Packages

Package Description NuGet
AKI.Utils Core utilities (string, collections, extensions) NuGet
AKI.Utils.Csv CSV parsing and manipulation utilities NuGet
AKI.Utils.Excel Excel file operations NuGet
AKI.Utils.Configuration Configuration utilities NuGet
AKI.Utils.Culture Culture and localization utilities NuGet
AKI.Utils.Services Service-oriented utilities (TLD, IP, URL patterns) NuGet

πŸš€ Installation

Install individual packages based on your needs:

# Core utilities
dotnet add package AKI.Utils

# CSV utilities
dotnet add package AKI.Utils.Csv

# Excel utilities
dotnet add package AKI.Utils.Excel

# Configuration utilities
dotnet add package AKI.Utils.Configuration

πŸ’» Usage

Each package provides utilities in their respective domains:

using AKI.Utils;
using AKI.Utils.Csv;

// Core utilities
var safeString = StringUtils.FormatSafely("Hello {0}", "World");

// CSV utilities
var csvResult = CsvParser.Parse<MyModel>(csvContent);

πŸ› οΈ Development

Prerequisites

  • .NET 8.0 SDK
  • Visual Studio 2022 or VS Code

Building

dotnet restore
dotnet build --configuration Release

Testing

dotnet test --configuration Release

Code Quality

# Format code
dotnet format

# Run full quality gates
dotnet format --verify-no-changes
dotnet build --configuration Release
dotnet test --configuration Release

🀝 Contributing

  1. Follow the guidelines in CLAUDE.md
  2. All changes must pass the quality gates (format, build, tests)
  3. Use conventional commits for commit messages
  4. Add unit tests for new functionality

πŸš€ Deployment

Automatic Deployment

Packages are automatically deployed to NuGet.org when:

  • Tagged releases: Push a tag like v1.2.3 to trigger deployment
  • Manual workflow: Use GitHub Actions workflow_dispatch with version input
# Create and push a tag for release
git tag v1.2.3
git push origin v1.2.3

GitHub Actions Workflows

  • Continuous Integration: Runs on all pushes and PRs to validate build and tests
  • NuGet Deploy: Deploys all packages to NuGet.org on tagged releases

Required Secrets

Configure these secrets in your GitHub repository:

  • NUGET_API_KEY: Your NuGet.org API key for package publishing

πŸ“„ License

MIT License - see the LICENSE file for details.

πŸ—οΈ Architecture

See ARCHITECTURE.md for detailed technical architecture and design decisions.

πŸ—ΊοΈ Roadmap

Check ROADMAP.md for current development priorities and upcoming features.

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
1.0.5 49 9/21/2025
1.0.4 250 9/15/2025