Konfidence.BaseClasses 2024.1.7

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

// Install Konfidence.BaseClasses as a Cake Tool
#tool nuget:?package=Konfidence.BaseClasses&version=2024.1.7                

Konfidence.BaseClasses

  • Some extensions to make reading some patterns more fluent
    • when objects/string/guid/datatime/timespan assignments are actually assigned, .IsAssigned()
    • eof for stream reading, .IsEof()
    • string is a guid, .IsGuid()
    • string is numeric, .IsNumeric()
    • earliest and latest time on a day, .StartOfDayTime(), .EndOfDayTime()
  • CommandLineArgument parser: Meant for the configuration argument line parser used with MS dependency injection.
  • Environment Variable getter: unified(user, machine, process). Should work on both Windows and Linux.
  • default configured Json serializer/deserializer, based on System.Text.Json.
  • Some (unexpected) fast string extensions
    • TrimStart(..), TrimStartIgnoreCase(..), TrimEnd(..), TrimEndIgnoreCase(..)
    • TrimList()
    • ReplaceIgnoreCase(..)
    • InitLowerCase(), InitUpperCase()
    • Contains(..) with specified casing type
    • ToDecimal(), parse a string into a decimal

The Konfidence.BaseClasses repo is available on github.com.

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.1.8 182 10/13/2024
2024.1.7 83 10/13/2024
2024.1.6 189 9/10/2024
2024.1.5 121 8/18/2024
2024.1.4 112 8/18/2024
2024.1.3 310 8/6/2024
2024.1.2 87 7/10/2024
2024.1.1 181 7/2/2024
2024.1.0 259 5/16/2024
2022.3.1 1,279 11/12/2022
2022.2.1 1,233 8/20/2022
2022.2.0 401 8/13/2022
2022.1.0 605 4/24/2022
2021.1.52 472 11/13/2021
2021.1.51 319 5/13/2021
2021.1.50 324 4/21/2021
2021.1.49 496 4/14/2021
2021.1.48 338 4/13/2021
2021.1.47 1,855 4/11/2021