Konfidence.BaseClasses
2026.3.22
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Konfidence.BaseClasses --version 2026.3.22
NuGet\Install-Package Konfidence.BaseClasses -Version 2026.3.22
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="2026.3.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Konfidence.BaseClasses" Version="2026.3.22" />
<PackageReference Include="Konfidence.BaseClasses" />
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 Konfidence.BaseClasses --version 2026.3.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Konfidence.BaseClasses, 2026.3.22"
#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 Konfidence.BaseClasses@2026.3.22
#: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=Konfidence.BaseClasses&version=2026.3.22
#tool nuget:?package=Konfidence.BaseClasses&version=2026.3.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
currently targets net9.0 and net10.0
The Konfidence.BaseClasses repo is available on github.com.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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 is compatible. 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.
-
net10.0
- CsvHelper (>= 33.1.0)
- JetBrains.Annotations (>= 2026.2.0)
-
net9.0
- CsvHelper (>= 33.1.0)
- JetBrains.Annotations (>= 2026.2.0)
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 |
|---|---|---|
| 2026.3.23 | 34 | 8/14/2026 |
| 2026.3.22 | 80 | 8/9/2026 |
| 2026.3.21 | 110 | 8/8/2026 |
| 2026.3.20 | 96 | 8/7/2026 |
| 2026.3.19 | 88 | 8/7/2026 |
| 2026.3.18 | 82 | 8/7/2026 |
| 2026.3.17 | 107 | 8/7/2026 |
| 2026.3.16 | 85 | 8/7/2026 |
| 2026.3.14 | 85 | 8/7/2026 |
| 2026.3.13 | 88 | 8/6/2026 |
| 2026.3.12 | 103 | 7/23/2026 |
| 2026.3.11 | 97 | 7/23/2026 |
| 2026.3.10 | 96 | 7/23/2026 |
| 2026.3.9 | 100 | 7/23/2026 |
| 2026.3.8 | 93 | 7/23/2026 |
| 2026.3.7 | 99 | 7/23/2026 |
| 2026.3.6 | 98 | 7/23/2026 |
| 2026.3.5 | 95 | 7/23/2026 |
| 2026.3.4 | 104 | 7/16/2026 |
| 2026.3.3 | 106 | 7/10/2026 |
Loading failed