BLTools 6.1.4

dotnet add package BLTools --version 6.1.4
                    
NuGet\Install-Package BLTools -Version 6.1.4
                    
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.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BLTools" Version="6.1.4" />
                    
Directory.Packages.props
<PackageReference Include="BLTools" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BLTools --version 6.1.4
                    
#r "nuget: BLTools, 6.1.4"
                    
#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.
#:package BLTools@6.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BLTools&version=6.1.4
                    
Install as a Cake Addin
#tool nuget:?package=BLTools&version=6.1.4
                    
Install as a Cake Tool

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. and .NET 8.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 net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.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 764 8/18/2024
6.1.3-beta4 202 11/7/2023
6.1.3-beta3 175 10/26/2023
6.1.3-beta2 195 10/26/2023
6.1.2 643 10/24/2023
6.1.1 630 7/18/2023
6.1.1-beta4 185 10/19/2023
6.1.1-beta2 242 7/18/2023
6.1.1-beta1 228 7/17/2023
6.1.0-beta8f 276 4/10/2023
6.1.0-beta8e 272 2/15/2023
6.1.0-beta8d 274 2/10/2023
6.1.0-beta8c 269 2/7/2023
6.1.0-beta8b 261 2/7/2023
6.1.0-beta8a 291 2/5/2023
6.1.0-beta8 293 2/4/2023
6.1.0-beta7 300 1/25/2023
6.1.0-beta6 304 1/23/2023
Loading failed

- Fixed regression with TFileLogger where no EOL was issued