ktsu.SerializationProviders.NewtonsoftJson by: ktsu.dev contributors
  • 38 total downloads
  • Latest version: 1.0.3-pre.3
  • serialization json serialization-provider provider-pattern abstractions newtonsoft-json system-text-json dotnet csharp net6 net7 net8 net9 netstandard dependency-injection adapter-pattern consistent-api ktsu json-serialization deserialization multi-target error-handling
A collection of serialization providers implementing ktsu.Abstractions.ISerializationProvider for popular .NET JSON libraries including Newtonsoft.Json and System.Text.Json.
ktsu.SerializationProviders.SystemTextJson by: ktsu.dev contributors
  • 39 total downloads
  • Latest version: 1.0.3-pre.3
  • serialization json serialization-provider provider-pattern abstractions newtonsoft-json system-text-json dotnet csharp net6 net7 net8 net9 netstandard dependency-injection adapter-pattern consistent-api ktsu json-serialization deserialization multi-target error-handling
A collection of serialization providers implementing ktsu.Abstractions.ISerializationProvider for popular .NET JSON libraries including Newtonsoft.Json and System.Text.Json.
ktsu.SignificantNumber by: ktsu.dev contributors
  • 70 total downloads
  • Latest version: 1.4.4-pre.4
High-precision arithmetic class representing numbers with a significand and exponent. Supports significant figure rules, mathematical computations, and formatting.
ktsu.SingleAppInstance by: ktsu.dev contributors
  • 73 total downloads
  • Latest version: 1.2.7-pre.4
A .NET library that ensures only one instance of your application is running at a time.
ktsu.Sorting by: ktsu.dev contributors
  • 76 total downloads
  • Latest version: 1.0.3-pre.4
  • sorting natural sort alphanumeric string comparison comparer algorithm
A natural string comparison library that correctly sorts alphanumeric strings by comparing embedded numbers as numeric values.
ktsu.TextFilter by: ktsu.dev contributors
  • 81 total downloads
  • Latest version: 1.5.5-pre.4
A library providing methods for matching and filtering text. It supports glob patterns, regular expressions, and fuzzy matching.
ktsu.ThemeProvider by: ktsu.dev contributors
  • 88 total downloads
  • Latest version: 1.0.11-pre.3
A semantic color theming library for .NET applications that provides 44+ beautiful themes with intelligent color mapping, framework integration, and accessibility-first design. Features include theme discovery through a centralized registry, semantic color specifications (meaning + priority instead of hardcoded colors), built-in Dear ImGui support, and advanced color science with perceptually uniform color spaces.
ktsu.ThemeProvider.ImGui by: ktsu.dev contributors
  • 84 total downloads
  • Latest version: 1.0.11-pre.3
A semantic color theming library for .NET applications that provides 44+ beautiful themes with intelligent color mapping, framework integration, and accessibility-first design. Features include theme discovery through a centralized registry, semantic color specifications (meaning + priority instead of hardcoded colors), built-in Dear ImGui support, and advanced color science with perceptually uniform color spaces.
ktsu.UniversalSerializer by: ktsu.dev contributors
  • 48 total downloads
  • Latest version: 1.0.5-pre.4
  • serialization json xml yaml toml messagepack binary serialization text serialization unified api dependency injection polymorphic serialization type conversion compression lz4 gzip deflate async serialization dotnet csharp data formats configuration extensible type registry custom converters enum serialization null handling pretty print case insensitive string conversion factory pattern resolver pattern microsoft di service collection options pattern cross format multi format serializer factory deserialization object mapping data exchange api serialization configuration files data persistence interoperability format agnostic strongly typed performance memory efficient thread safe cancellation token serialization provider iserialization provider provider pattern standardized interface adapter pattern
A unified serialization library for .NET that provides a consistent API for various serialization formats including JSON, XML, YAML, TOML, and MessagePack.