ThisAssembly.Resources by: Daniel Cazzulino
  • 130 total downloads
  • Latest version: 2.1.2
  • dotnet roslyn
This package generates a static `ThisAssembly.Resources` class with public properties exposing `string` and `Stream` shortcuts to access embedded resources.
ThisAssembly.Strings by: Daniel Cazzulino
  • 245 total downloads
  • Latest version: 2.1.2
  • dotnet roslyn
This package generates a static `ThisAssembly.Strings` class with public constants exposing string resources in .resx files or methods with the right number of parameters for strings that use formatting parameters. In addition, it groups constants and methods in nested classes according to an optional underscore separator to organize strings. For example, *User_InvalidCredentials* can be accessed with *ThisAssembly.Strings.User.InvalidCredentials* if it contains a simple string, or as a method with the right number of parametres if its value has a format string. Finally, format strings can use named parameters too to get more friendly parameter names, such as "Hello {name}".
Thrift by: The Apache Software Foundation
  • 125 total downloads
  • Latest version: 0.9.1.3
  • Thrift
Version from this branch: https://github.com/aausch/thrift/tree/0.9.1 (this commit: https://github.com/aausch/thrift/commit/e25bfc73705c9ac8087d1fd3f6ef943791d5cfd3) nuget package v. 0.9.1.2: now also including thrift compiler for windows (thrift-0.9.1.exe) nuget package v. 0.9.1.3: now properly matching dll and nuget versions, for smoother integration with VS
tigerbeetle by: TigerBeetle Inc.
  • 3.936k total downloads
  • Latest version: 0.17.8
  • TigerBeetle
The TigerBeetle client for C# and .NET
TimeSpan2 by: David Hall
  • 75 total downloads
  • Latest version: 2.4.2
  • timespan control
Library with Windows Forms control to capture a natural languange time span/duration such as "3 days, 2 hours, 19 minutes" instead of "3:02:19:00".
TimeSpan2.Core by: David Hall
  • 53 total downloads
  • Latest version: 2.4.3
  • timespan duration localization
Library to extend the functionality of the TimeSpan structure to be comparable, serializable, and convertible. It also supports localized string formatting and parsing so a TimeSpan can be represented by something like "3 days, 2 hours, 19 minutes" instead of "3:02:19:00".
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.407k 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
  • 1.123k total downloads
  • Latest version: 3.0.78
  • 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
  • 562 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
  • 414 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.