Konfidence.BaseClasses
2026.4.6
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.4.6
NuGet\Install-Package Konfidence.BaseClasses -Version 2026.4.6
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.4.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Konfidence.BaseClasses" Version="2026.4.6" />
<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.4.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Konfidence.BaseClasses, 2026.4.6"
#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.4.6
#: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.4.6
#tool nuget:?package=Konfidence.BaseClasses&version=2026.4.6
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.5.5 | 0 | 9/9/2026 |
| 2026.5.4 | 0 | 9/9/2026 |
| 2026.5.3 | 0 | 9/9/2026 |
| 2026.5.2 | 50 | 9/4/2026 |
| 2026.5.1 | 85 | 8/31/2026 |
| 2026.4.21 | 89 | 8/30/2026 |
| 2026.4.20 | 87 | 8/29/2026 |
| 2026.4.19 | 84 | 8/29/2026 |
| 2026.4.18 | 99 | 8/28/2026 |
| 2026.4.17 | 93 | 8/28/2026 |
| 2026.4.16 | 87 | 8/28/2026 |
| 2026.4.15 | 91 | 8/28/2026 |
| 2026.4.14 | 92 | 8/28/2026 |
| 2026.4.13 | 91 | 8/27/2026 |
| 2026.4.12 | 87 | 8/27/2026 |
| 2026.4.11 | 86 | 8/26/2026 |
| 2026.4.10 | 90 | 8/26/2026 |
| 2026.4.9 | 96 | 8/26/2026 |
| 2026.4.8 | 90 | 8/26/2026 |
| 2026.4.6 | 85 | 8/26/2026 |
Loading failed