Tizen.NET by: Samsung Electronics
  • 39 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.API5 by: Samsung Electronics
  • 65 total downloads
  • Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
Tizen.NET.API4 by: Samsung Electronics
  • 45 total downloads
  • Latest version: 4.0.1.14152
Reference assemblies of Tizen .NET API Level 4.
Tmds.DBus.Protocol by: Tom Deseyn
  • 395 total downloads
  • Latest version: 0.21.2
  • dbus
Tmds.DBus.Protocol Library
ThisAssembly.Prerequisites by: Daniel Cazzulino
  • 1.04k total downloads
  • Latest version: 1.2.11
  • dotnet roslyn
Ensures that referencing project is using a compatible Compiler API (Roslyn).
Toolbelt.Blazor.GetProperty.Script by: J.Sakamoto
  • 132 total downloads
  • Latest version: 1.3.0
  • blazor JavaScript
Add a tiny JavaScript function out-of-the-box to get JavaScript property values in your Blazor apps.
Tmds.DBus.SourceGenerator by: affederaffe
  • 631 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
Toolbelt.Blazor.I18nText by: J.Sakamoto
  • 1.441k total downloads
  • Latest version: 14.0.1
  • blazor localize i18n
This NuGet package allows you to localize texts in your Blazor app.
ThisAssembly.Constants by: Daniel Cazzulino
  • 1.135k total downloads
  • Latest version: 2.1.2
  • dotnet roslyn
This package generates a static `ThisAssembly.Constants` class with public constants for each Constant MSBuild item in the project. For example: <ItemGroup> <Constant Include="Foo.Bar" Value="Baz" /> </ItemGroup> Results in a corresponding `ThisAssembly.Constants.Foo.Bar` constant with the value `Baz`: Generated code: C#: partial class ThisAssembly { public static partial class Constants { public static partial class Foo { public const string Bar = "Baz"; } } }
ThoughtWorks.QRCode.Standard by: haoersheng atalent rmbgame
  • 1.959k total downloads
  • Latest version: 1.0.1.6
  • 二维码
二维码识别生成类库ThoughtWorks.QRCode标准版 ThoughtWorks.QRCode很好用,但是该类库不支持标准库 于是我通过反编译dll,做了个标准版,并依赖引用了System.Drawing.Common 另外我发现当解析数据过长,或者QRCodeVersion>=30时,会抛出异常, 这个我做了修复,使用自动QRCodeVersion,也就是这个属性无需赋值,可以参考readme里面的使用示例 作者haoersheng没有留联系方式,如有侵权请联系我删除!!!
Theraot.Core by: Theraot
  • 865 total downloads
  • Latest version: 3.2.11
  • Backport Polyfill Bridge ValueTask ValueTuple Async Task Linq Expressions ThreadLocal IAsyncEnumerable IReadOnlySet IsExternalInit Range Index
Theraot.Core is a .NET Backport (ValueTask, ValueTuple, Task, Expressions, Linq, ThreadLocal, IsExternalInit, Range, Index, etc...) for .NET Framework. .NET Core, .NET Standard
Tmds.DBus by: Tom Deseyn
  • 907 total downloads
  • Latest version: 0.21.2
  • dbus
Tmds.DBus Library
TimeZoneNames by: Matt Johnson-Pint
  • 10.389k total downloads
  • Latest version: 7.0.0
  • timezone time zone time zone iana tzdb olson timezoneinfo globalization international localization
Provides localized time zone names.
thrift-csharp by: The Apache Software Foundation
  • 28 total downloads
  • Latest version: 0.10.0
  • thrift
https://github.com/apache/thrift/releases/tag/0.10.0
ToolGood.Words by: ToolGood
  • 508 total downloads
  • Latest version: 3.1.0.2
  • word-filter stringsearch wordssearch pinyin textfilter wordfilter text-filter sensitive-word-filter aho-corasick string-matching text-matching text-search trietree filter textsearch
一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。
Tizen.NET.API10 by: Samsung Electronics
  • 52 total downloads
  • Latest version: 10.0.0.17508
Reference assemblies of Tizen .NET API Level 10.
Toolbelt.Blazor.I18nText.SourceGenerator by: J.Sakamoto
  • 121 total downloads
  • Latest version: 14.0.1
  • blazor localize i18n
This NuGet package allows you to localize texts in your Blazor app.
Thrift by: The Apache Software Foundation
  • 158 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
TimeZoneConverter by: Matt Johnson-Pint
  • 10.933k 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.
ThrottleDebounce by: Ben Hutchison
  • 315 total downloads
  • Latest version: 3.0.0-beta5
  • throttle debounce rate limit rate-limit ratelimit retry
Rate-limit your actions and funcs by throttling and debouncing them. Retry when an exception is thrown.