TimeZoneConverter by: Matt Johnson-Pint
  • 801 total downloads
  • Latest version: 7.2.0
  • timezone time zone time zone iana tzdb olson timezoneinfo,rails
Lightweight library to convert quickly between IANA, Windows, and Rails time zone names.
TinyHelpers by: Marco Minerva
  • 1.41k total downloads
  • Latest version: 3.3.26
  • csharp visual-studio net netcore netstandard desktop web mobile utilities helpers
A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.
TinyHelpers.EntityFrameworkCore by: Marco Minerva
  • 712 total downloads
  • Latest version: 3.0.27
  • csharp entityframework entityframeworkcore ef efcore visual-studio net netcore netstandard desktop web mobile utilities helpers
A collection of helper methods and classes for Entity Framework Core that I use every day. I have packed them in a single library to avoid code duplication.
Tizen.NET by: Samsung Electronics
  • 26 total downloads
  • Latest version: 4.0.0
A set of Tizen.NET APIs. This includes all of the APIs built on top of Tizen Platform.
Tizen.NET.API10 by: Samsung Electronics
  • 28 total downloads
  • Latest version: 10.0.0.17508
Reference assemblies of Tizen .NET API Level 10.
Tizen.NET.API11 by: Samsung Electronics
  • 23 total downloads
  • Latest version: 11.0.0.18033
Reference assemblies of Tizen .NET API Level 11.
Tizen.NET.API12 by: Samsung Electronics
  • 27 total downloads
  • Latest version: 12.0.0.18510
Reference assemblies of Tizen .NET API Level 12.
Tizen.NET.API13 by: Samsung Electronics
  • 29 total downloads
  • Latest version: 13.0.0.19198
Reference assemblies of Tizen .NET API Level 13.
Tizen.NET.API4 by: Samsung Electronics
  • 28 total downloads
  • Latest version: 4.0.1.14152
Reference assemblies of Tizen .NET API Level 4.
Tizen.NET.API5 by: Samsung Electronics
  • 45 total downloads
  • Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
Tmds.DBus by: Tom Deseyn
  • 596 total downloads
  • Latest version: 0.94.2
  • dbus
D-Bus library for .NET that uses reflection and runtime code generation
Tmds.DBus.Protocol by: Tom Deseyn
  • 564 total downloads
  • Latest version: 0.94.2
  • dbus
Modern, low-level, high-performance D-Bus library for .NET that is NativeAOT compatible.
Tmds.DBus.SourceGenerator by: affederaffe
  • 333 total downloads
  • Latest version: 0.0.22
  • DBus SourceGenerator
A roslyn source generator for creating proxies and abstract handlers targeting the Tmds.DBus.Protocol API
Tomlyn by: Alexandre Mutel
  • 419 total downloads
  • Latest version: 2.9.0
  • toml parser serialization deserialization nativeaot
Tomlyn is a high-performance .NET TOML 1.1 parser, round-trippable syntax tree, and `System.Text.Json`-style object serializer - NativeAOT ready.
TypeNameFormatter.Sources by: stakx
  • 34 total downloads
  • Latest version: 1.1.2
  • reflection types formatting string c#
TypeNameFormatter provides some extension methods that can be used instead of Type.ToString() to format a type's name the way it would look in C#: * StringBuilder.AppendFormattedName(Type, [TypeNameFormatOptions]) * Type.GetFormattedName([TypeNameFormatOptions]) See the README at the project's GitHub repository for usage instructions. This package is a source code distribution of this library. It gets embedded into the referencing project and thus does not introduce an additional package reference for downstream consumers.
Ude.NetStandard by: yinyue200
  • 65 total downloads
  • Latest version: 1.2.0
  • charset codepage
Ude.NetStandard is a compiled C# port of Mozilla Universal Charset Detector for dotnet.
UnmanagedExports by: Robert Giesecke
  • 100 total downloads
  • Latest version: 1.2.7
  • dllexport unmanaged exports export
A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications. That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++). The nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64. Hints: - You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions. - The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters. - You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)
Utf8Json by: neuecc
  • 716 total downloads
  • Latest version: 1.3.7
  • Json, Serialization, Formatter, Serializer, Unity, Xamarin
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
Validation by: Andrew Arnott
  • 564 total downloads
  • Latest version: 2.6.68
  • InputValidation IntegrityCheck
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
ValueTupleBridge by: Nobuyuki Iwanaga
  • 86 total downloads
  • Latest version: 0.1.5
  • ValueTuple
Backporting of System.ValueTuple for .NET 3.5.