TestableIO.System.IO.Abstractions.TestingHelpers
by: Tatham Oddie & friends
- 108 total downloads
- Latest version: 22.1.0
A set of pre-built mocks to help when testing file system interactions.
TestableIO.System.IO.Abstractions.Wrappers
by: Tatham Oddie & friends
- 112 total downloads
- Latest version: 22.1.0
A set of abstractions to help make file system interactions testable.
Testably.Abstractions.FileSystem.Interface
by: Testably
- 62 total downloads
- Latest version: 10.0.0
A set of abstractions to help make file system interactions testable.
Thrift
by: The Apache Software Foundation
- 61 total downloads
- Latest version: 0.9.1.3
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
- 26 total downloads
- Latest version: 7.2.0
Lightweight library to convert quickly between IANA, Windows, and Rails time zone names.
TinyHelpers
by: Marco Minerva
- 122 total downloads
- Latest version: 3.3.15
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
- 107 total downloads
- Latest version: 3.0.62
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.API4
by: Samsung Electronics
- 7 total downloads
- Latest version: 4.0.1.14152
Reference assemblies of Tizen .NET API Level 4.
Tizen.NET.API5
by: Samsung Electronics
- 16 total downloads
- Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
UnmanagedExports
by: Robert Giesecke
- 35 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
- 13 total downloads
- Latest version: 1.0.0
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
Validation
by: Andrew Arnott
- 115 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
- 8 total downloads
- Latest version: 0.1.0
Backporting of System.ValueTuple for .NET 3.5.
Verify
by: https://github.com/VerifyTests/Verify/graphs/contributors
- 3.264k total downloads
- Latest version: 31.12.3
Enables verification of complex models and documents.
Verify.Xunit
by: https://github.com/VerifyTests/Verify/graphs/contributors
- 2.669k total downloads
- Latest version: 31.12.3
Enables verification of complex models and documents.
Vogen
by: Steve Dunn
- 128 total downloads
- Latest version: 8.0.5-beta.1
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
- 585 total downloads
- Latest version: 4.3.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.
Wcwidth
by: Patrik Svensson and contributors
- 42 total downloads
- Latest version: 4.0.2-preview.0.1
A .NET library that calculates the width of Unicode characters.