FastMember.Signed
by: Marc Gravell
- 2 total downloads
- Latest version: 1.3.0
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FileFormatWavefront
by: Dave Kerr
- 3 total downloads
- Latest version: 1.0.3
FileFormatWavefront is a simple class library that lets you load Wavefront *.obj or *.mlb files.
FlaUI.Core
by: Roemer
- 15 total downloads
- Latest version: 3.1.0
Library with base elements used in the concrete implementations of FlaUI.
Fluent.Ribbon
by: Bastian Schmidt
- 17 total downloads
- Latest version: 9.0.0-rc0278
Fluent.Ribbon is a library that implements an Office-like user interface for the Windows Presentation Foundation (WPF). It provides controls such as RibbonTabControl, Backstage, Gallery, QuickAccessToolbar, ScreenTip and so on.
FluentAssertions
by: Dennis Doomen, Jonas Nyrup, Xceed
- 71 total downloads
- Latest version: 8.1.0
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.
Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit.
IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/).
Check out the [license page](LICENSE) for more information.
Fody
by: The Fody Team
- 59 total downloads
- Latest version: 6.9.3
Extensible tool for weaving .net assemblies.
FontAwesome5
by: Codinion
- 4 total downloads
- Latest version: 2.0.0
WPF (.Net and .Net Core 3.0) and UWP controls for the iconic SVG, font, and CSS toolkit Font Awesome 5.
For examples https://github.com/MartinTopfstedt/FontAwesome5
Font-Awesome Version: 5.11.2
Gee.External.Capstone
by: Ahmed Garhy (@9ee1)
- 6 total downloads
- Latest version: 2.0.2
Capstone.NET is an opinionated .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.
geometry3Sharp
by: Ryan Schmidt
- 0 total downloads
- Latest version: 1.0.324
C# library for 2D/3D geometric computing and triangle mesh processing
GlmNet
by: Dave Kerr
- 0 total downloads
- Latest version: 0.7.0
GlmNet is a .NET version of the popular GLM mathematics library.
gong-wpf-dragdrop
by: Jan Karger, Steven Kirk, mitchell.jon
- 4 total downloads
- Latest version: 2.4.3
An easy to use drag'n'drop framework for WPF applications.
Google.Protobuf
by: Google Inc.
- 191 total downloads
- Latest version: 3.35.1
C# runtime library for Protocol Buffers - Google's data interchange format.
HelixToolkit
by: objo
- 9 total downloads
- Latest version: 2.21.1
Portable core assembly that is referenced by the other Helix Toolkit packages.
HelixToolkit.Wpf
by: objo
- 35 total downloads
- Latest version: 2015.1.715
Provides custom controls and extensions for WPF 3D.
Humanizer.Core
by: Mehdi Khalili, Claire Novotny
- 11 total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Iced
by: iced project and contributors <https://github.com/icedland>
- 17 total downloads
- Latest version: 1.21.0
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
- 👍 Supports all Intel and AMD instructions
- 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed
- 👍 100% C# code
- 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- 👍 The decoder decodes >130 MB/s
- 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory
- 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)`
- 👍 The encoder can be used to re-encode decoded instructions at any address
- 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc
- 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- 👍 License: MIT
ImageComparison
by: Thomas Piart, Jakob XnaFan Krarup
- 0 total downloads
- Latest version: 2.0.4
A set of .NET extension methods to get the difference between images and more...