TimeZoneConverter
by: Matt Johnson-Pint
- 567 total downloads
- Latest version: 3.5.0
Lightweight library to convert quickly between IANA, Windows, and Rails time zone names.
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.SourceGenerator
by: affederaffe
- 331 total downloads
- Latest version: 0.0.22
A roslyn source generator for creating proxies and abstract handlers targeting the Tmds.DBus.Protocol API
Tomlyn
by: Alexandre Mutel
- 26 total downloads
- Latest version: 0.1.2
Tomlyn is a TOML parser, validator and authoring library for .NET Framework and .NET Core
TypeNameFormatter.Sources
by: stakx
- 30 total downloads
- Latest version: 1.1.2
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
- 63 total downloads
- Latest version: 1.2.0
Ude.NetStandard is a compiled C# port of Mozilla Universal Charset Detector for dotnet.
UnmanagedExports
by: Robert Giesecke
- 99 total downloads
- Latest version: 1.2.7
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
- 715 total downloads
- Latest version: 1.3.7
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
Validation
by: Andrew Arnott
- 561 total downloads
- Latest version: 2.6.68
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
ValueTupleBridge
by: Nobuyuki Iwanaga
- 85 total downloads
- Latest version: 0.1.5
Backporting of System.ValueTuple for .NET 3.5.
Verify
by: https://github.com/VerifyTests/Verify/graphs/contributors
- 17.4k total downloads
- Latest version: 31.20.0
Enables verification of complex models and documents.
Verify.SourceGenerators
by: https://github.com/VerifyTests/Verify.SourceGenerators/graphs/contributors
- 319 total downloads
- Latest version: 2.5.0
Extends Verify (https://github.com/VerifyTests/Verify) to allow verification of C# Source Generators.
Verify.Xunit
by: https://github.com/VerifyTests/Verify/graphs/contributors
- 11.78k total downloads
- Latest version: 31.12.5
Enables verification of complex models and documents.
Vogen
by: Steve Dunn
- 1.008k total downloads
- Latest version: 8.0.6-beta.4
This package contains a Souce Generator which generates Value Objects that wrap simple primitives such as int, string, double etc.
A ValueObject is a strongly typed (strongly, not stringly) domain object that is immutable.
Instead of `int customerId = 42;` we have `var customerId = CustomerId.From(42);`
To use, just create something like this:
[ValueObject(typeof(int))]
public partial struct CustomerId
{
}
var customerId = CustomerId.From(42);
Validation is in just one place. You can't introduce bad objects into your domain, therefore you can assume that in your domain every ValueObject is valid.
Waher.Networking.XMPP.Concentrator
by: Peter Waher
- 1.839k total downloads
- Latest version: 4.4.0
Implements the XMPP IoT concentrator as defined by the Neuro-Foundation (neuro-foundation.io). The concentrator interface allows a device to manage a set of internal virtual devices, all sharing the same XMPP connection.
Waher.Runtime.Text
by: Peter Waher
- 49 total downloads
- Latest version: 1.0.1
Class library for working with text and text documents, particularly find differences between texts, or sequences of symbols.
WebActivatorEx
by: David Ebbo
- 225 total downloads
- Latest version: 2.2.0
A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named.
WebSocket4Net
by: Kerry Jiang
- 551 total downloads
- Latest version: 0.15.2
WebSocket4Net is a .NET websocket client implemtation. It originates from SuperWebSocket WebSocket Client. For better developing of the websocket client, it was separated from SuperWebSocket and was renamed to WebSocket4Net.