Tizen.NET.API5
by: Samsung Electronics
- 40 total downloads
- Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
Tmds.DBus
by: Tom Deseyn
- 518 total downloads
- Latest version: 0.94.1
D-Bus library for .NET that uses reflection and runtime code generation
Tmds.DBus.Protocol
by: Tom Deseyn
- 460 total downloads
- Latest version: 0.94.1
Modern, low-level, high-performance D-Bus library for .NET that is NativeAOT compatible.
Tmds.DBus.SourceGenerator
by: affederaffe
- 280 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
- 315 total downloads
- Latest version: 2.4.1
Tomlyn is a high-performance .NET TOML 1.1 parser, round-trippable syntax tree, and `System.Text.Json`-style object serializer - NativeAOT ready.
Ude.NetStandard
by: yinyue200
- 54 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
- 84 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)
upgrade-assistant
by: Microsoft
- 1.187k total downloads
- Latest version: 1.0.518
A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.
Utf8Json
by: neuecc
- 612 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
- 428 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
- 71 total downloads
- Latest version: 0.1.5
Backporting of System.ValueTuple for .NET 3.5.
Verify
by: https://github.com/VerifyTests/Verify/graphs/contributors
- 14.125k total downloads
- Latest version: 31.19.0
Enables verification of complex models and documents.
Verify.SourceGenerators
by: https://github.com/VerifyTests/Verify.SourceGenerators/graphs/contributors
- 225 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.544k total downloads
- Latest version: 31.12.5
Enables verification of complex models and documents.
Vogen
by: Steve Dunn
- 2.15k 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.Content
by: Peter Waher
- 2.384k total downloads
- Latest version: 3.5.1
Library that provides basic abstraction for Internet Content Type, and basic encodings and decodings. This includes handling and parsing of common data types, text, JSON, CSV, binary data and multi-part content, forms, etc. Encoding can be easily extended in external libraries.
Waher.Content.Emoji
by: Peter Waher
- 184 total downloads
- Latest version: 2.0.3
Defines an architecture for handling emojis.
Waher.Content.Html
by: Peter Waher
- 620 total downloads
- Latest version: 3.2.1
Provides a simple HTML document parser that can be used to extract information from web pages. Social Meta-data can be easily extracted from page. Information is taken from Open Graph meta data or Twitter Card meta data, as well as standard HTML meta data.
Waher.Content.Images
by: Peter Waher
- 423 total downloads
- Latest version: 3.1.0
Defines internet content types, encoding and decoding for images. Contains extraction of EXIF meta-data from images. Can parse SVG paths, for generating polygons and images.