BogaNet.Common 1.4.0

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

BogaNet.Common

Main library for all BogaNet-packages filled with useful helpers to speed up C# development.

Main classes

  • FileHelper: Various helper functions for filesystem operations.
  • JsonHelper: Helper for JSON operations.
  • NetworkHelper: Various helper functions for networking.
  • Obfuscator: Obfuscator for strings and byte-arrays.
  • ProcessRunner: Executes applications and commands.
  • ShortUID: Short Guid implementation with a length of 22 characters (instead 36 of the normal Guid).
  • StringHelper: Helper methods for strings.
  • XmlHelper: Helper for XML operations.

There are also many powerful extensions for arrays, bytes, dictionaries, lists, numbers and strings.

Nuget:

BogaNet.Common

API:

https://www.crosstales.com/media/data/BogaNet/api/

GitHub:

https://github.com/slaubenberger/BogaNet/

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 (13)

Showing the top 5 NuGet packages that depend on BogaNet.Common:

Package Downloads
BogaNet.Avalonia

Little helpers for Avalonia development.

BogaNet.i18n

Localizer for C# applications with CSV files as translations.

BogaNet.Prefs

Handles preferences for C# applications. It supports all values types, strings, DateTime and object.

BogaNet.BadWordFilter

Detect swear words and more in C# applications.

BogaNet.Crypto

Various helpers for cryptographic functions, like hashing (SHA), asymmetric (RSA) and symmetric (AES) encryption/decryption, HMAC and CRC.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.0 3,508 8/5/2024
1.3.2 205 7/30/2024
1.3.0 410 7/26/2024
1.2.4 376 7/23/2024
1.2.3 228 7/22/2024
1.2.2 279 7/21/2024
1.2.1 312 7/12/2024
1.2.0 355 7/12/2024
1.1.3 246 7/6/2024
1.1.2 357 7/2/2024
1.1.1 218 7/1/2024
1.1.0 429 7/1/2024
1.0.4 190 6/28/2024
1.0.3 316 6/26/2024
1.0.2 316 6/25/2024
1.0.1 331 6/24/2024
1.0.0 317 6/23/2024
0.9.9 201 6/18/2024
0.9.8 246 6/17/2024
0.9.7 206 6/16/2024
Loading failed

Release 1.4.0.