Konfidence.BaseClasses
2026.1.9
dotnet add package Konfidence.BaseClasses --version 2026.1.9
NuGet\Install-Package Konfidence.BaseClasses -Version 2026.1.9
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.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Konfidence.BaseClasses" Version="2026.1.9" />
<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.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Konfidence.BaseClasses, 2026.1.9"
#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.1.9
#: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.1.9
#tool nuget:?package=Konfidence.BaseClasses&version=2026.1.9
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 (>= 2025.2.4)
- MongoDB.Bson (>= 3.7.0)
-
net9.0
- CsvHelper (>= 33.1.0)
- JetBrains.Annotations (>= 2025.2.4)
- MongoDB.Bson (>= 3.7.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.1.9 | 106 | 5/29/2026 |
| 2026.1.8 | 103 | 5/26/2026 |
| 2026.1.7 | 95 | 5/25/2026 |
| 2026.1.6 | 117 | 5/14/2026 |
| 2026.1.5 | 97 | 5/14/2026 |
| 2026.1.4 | 223 | 3/23/2026 |
| 2026.1.3 | 135 | 3/16/2026 |
| 2026.1.2 | 146 | 3/2/2026 |
| 2026.1.1 | 115 | 3/2/2026 |
| 2026.0.6 | 151 | 2/15/2026 |
| 2026.0.5 | 116 | 2/15/2026 |
| 2026.0.4 | 118 | 2/15/2026 |
| 2026.0.3 | 123 | 2/15/2026 |
| 2026.0.2 | 295 | 2/5/2026 |
| 2026.0.1 | 205 | 1/10/2026 |
| 2025.1.1 | 453 | 11/13/2025 |
| 2025.0.18 | 463 | 8/26/2025 |
| 2025.0.17 | 457 | 6/16/2025 |
| 2025.0.16 | 251 | 6/16/2025 |
| 2025.0.15 | 357 | 5/4/2025 |
Loading failed