BLTools 6.1.3-beta2

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

// Install BLTools as a Cake Tool
#tool nuget:?package=BLTools&version=6.1.3-beta2&prerelease

Tools for C# developper (wip)

Description

List of tools, classes, helpers, extension methods, ... designed to help to ease development under .NET. Is compatible with .NET 6.x and .NET 7.x.

Change log

6.0

  • Conversion from previous version 4.5.28, to .NET 6.x only
  • Added TABout, global folder
  • Removed SimpleLogger
  • Improved TChrono
  • Vastly improved ILogger
  • Compiled with null checking enabled
  • Compiled with features preview enabled (interface static code)
  • Big changes in IJson and associates
  • Added extension methods for JsonElement (SafeGet...)

6.1.0

  • Compiled with .NET 7.0 and .NET 6.x
  • Fixes for symmetrical encryption
  • Removed processor architecture from info in ApplicationInfo
  • Added CombineToString

6.1.1

  • Added DoNotDump attribute

6.1.2

  • Improved Diagnostic.Dump()

6.1.3

  • Fixed Diagnostic.Dump() for inner objects

Categories

Actions and Functions

Chrono

ConsoleExtension

Data structures

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on BLTools:

Package Downloads
BLTools.Data.dns.20

Package Description

BLTools.SQL.dns.20

Package Description

BLTools.DataModels.dns.20

Package Description

BLTools.Json.dns.20

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.1.3-beta4 97 11/7/2023
6.1.3-beta3 73 10/26/2023
6.1.3-beta2 88 10/26/2023
6.1.2 270 10/24/2023
6.1.1 243 7/18/2023
6.1.1-beta4 76 10/19/2023
6.1.1-beta2 109 7/18/2023
6.1.1-beta1 103 7/17/2023
6.1.0-beta8f 130 4/10/2023
6.1.0-beta8e 126 2/15/2023
6.1.0-beta8d 124 2/10/2023
6.1.0-beta8c 116 2/7/2023
6.1.0-beta8b 128 2/7/2023
6.1.0-beta8a 143 2/5/2023
6.1.0-beta8 135 2/4/2023
6.1.0-beta7 144 1/25/2023
6.1.0-beta6 150 1/23/2023
4.5.28 1,158 12/15/2021

- Improved Diagnostic.Dump()
     - Fixed Diagnostic.Dump() for inner objects