ahbsd.lib
1.2.0
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
<PackageReference Include="ahbsd.lib" Version="1.2.0" />
paket add ahbsd.lib --version 1.2.0
#r "nuget: ahbsd.lib, 1.2.0"
// 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.
Product | Versions 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. |
-
.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 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…