BLTools 6.1.3-beta2

This is a prerelease version of BLTools.
There is a newer 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.4 227 8/18/2024
6.1.3-beta4 128 11/7/2023
6.1.3-beta3 104 10/26/2023
6.1.3-beta2 116 10/26/2023
6.1.2 300 10/24/2023
6.1.1 261 7/18/2023
6.1.1-beta4 107 10/19/2023
6.1.1-beta2 140 7/18/2023
6.1.1-beta1 127 7/17/2023
6.1.0-beta8f 160 4/10/2023
6.1.0-beta8e 154 2/15/2023
6.1.0-beta8d 152 2/10/2023
6.1.0-beta8c 143 2/7/2023
6.1.0-beta8b 142 2/7/2023
6.1.0-beta8a 169 2/5/2023
6.1.0-beta8 166 2/4/2023
6.1.0-beta7 173 1/25/2023
6.1.0-beta6 175 1/23/2023
4.5.28 1,210 12/15/2021

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