Orthogonal.Common.Basic 1.6.1

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Orthogonal.Common.Basic --version 1.6.1
NuGet\Install-Package Orthogonal.Common.Basic -Version 1.6.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="Orthogonal.Common.Basic" Version="1.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Orthogonal.Common.Basic --version 1.6.1
#r "nuget: Orthogonal.Common.Basic, 1.6.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.
// Install Orthogonal.Common.Basic as a Cake Addin
#addin nuget:?package=Orthogonal.Common.Basic&version=1.6.1

// Install Orthogonal.Common.Basic as a Cake Tool
#tool nuget:?package=Orthogonal.Common.Basic&version=1.6.1

Author's note: The library was created back in the earliest days of .NET because I needed a place to accumulate bits of reusable utility code and classes. Over a period of several years the library grew quite large and jumbled as a wide variety of code accumulated inside it. Now in recent years the library has shrunk dramatically as newer .NET Frameworks and Nuget packages with expanded functionality have made of lot of the original library redundant. The code that remains in the current library is somewhat "geeky" and contains some interesting sample functionality related to random numbers, cryptography, checksums, maths and ID3 tagged files. The whole library is public just in case it's useful for other developers.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.2.0 59 4/19/2024
3.1.11 93 4/15/2024
3.1.10 247 10/17/2023
3.1.9 114 9/24/2023
3.1.8 128 8/25/2023

Add some experimental utility classes to scan and parse Visual Studio project files.