ahbsd.lib 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ahbsd.lib --version 1.2.0
NuGet\Install-Package ahbsd.lib -Version 1.2.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="ahbsd.lib" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ahbsd.lib --version 1.2.0
#r "nuget: ahbsd.lib, 1.2.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.
// Install ahbsd.lib as a Cake Addin
#addin nuget:?package=ahbsd.lib&version=1.2.0

// Install ahbsd.lib as a Cake Tool
#tool nuget:?package=ahbsd.lib&version=1.2.0

ahbsd.lib

Classes with functionality I miss

  • For example generic EventArgs or EventArgs for changing values. These two are in version 1.0.
  • In Version 1.0.1 some classes for generic API-Keys were added.
  • In Version 1.2.0 some code beautification was done, the license changes to Apache 2.0 and a generic Exception was added.

About generic EventArgs

The generic EventArgs have a generic Value that could be set with the constructor.

About generic ChangeEventArgs

The generic ChangeEventArgs have two generic values. One for the old value and one for the new value.

ahbsd.lib on fuget.org

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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on ahbsd.lib:

Package Downloads
ahbsd.lib.numbersystems

A library for changing number bases UINT only. I first had the idea of making a library like this, when I helped a person of business school to understand number systems. In my eyes the best way to describe how binary and hexadecimal work, is to help understand the basics on numeric bases. So after this person was able to describe the transformation in general, I started documentation and coding it. See on GitHub (most in german).

ahbsd.lib.macadress.api_core3.1

Simple static class to get the vndor of a MAC adress. See https://macvendors.com/api

ahbsd.lib.Exceptions_Core-5.0

The newer version for .NET CORE 5.0

ahbsd.network.check_core3.1

A Simple check, if a network address is reachable

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.0 169 5/7/2023
1.5.0 456 9/25/2022
1.4.0 526 4/3/2021
1.3.0 350 3/23/2021
1.2.3 369 2/24/2021
1.2.1 325 2/11/2021
1.2.0 327 2/7/2021
1.0.1 376 12/16/2020
1.0.0 547 12/16/2020

Version 1.2.0 has some new classes and a movement of the classes by their logical content. So if you worked already with 1.0 or 1.0.1, you have to change the namespace…