FluentAssertions
by: Dennis Doomen
- 1 total downloads
- Latest version: 4.12.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 test. Runs on 4.0 and 4.5 (Desktop and Windows Store), CoreCLR, Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
FluentMigrator.Abstractions
by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker
- 1 total downloads
- Latest version: 2.0.2
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Google.Protobuf
by: Google Inc.
- 2 total downloads
- Latest version: 3.29.1
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore.Server
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.30.0
gRPC support for ASP.NET Core
Grpc.Core
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.46.0-pre1
C# implementation of gRPC based on native gRPC C-core library.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.
Grpc.Reflection
by: The gRPC Authors
- 3 total downloads
- Latest version: 2.80.0
gRPC C# Server Reflection
Grpc.Tools
by: The gRPC Authors
- 3 total downloads
- Latest version: 2.46.5
gRPC and Protocol Buffer compiler for managed C# and native C++ projects.
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for gRPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.
Humanizer.Core.es
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.3.3
Humanizer Locale (es)
Humanizer.Core.fr
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.5.1
Humanizer Locale (fr)
Humanizer.Core.fr-BE
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.13.14
Humanizer Locale French (Belgium) (fr-BE)
Humanizer.Core.ja
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.6.2
Humanizer Locale Japanese (ja)
Humanizer.Core.lv
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.8.11
Humanizer Locale Latvian (lv)
Humanizer.Core.ro
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.8.26
Humanizer Locale Romanian (ro)
Humanizer.Core.sr
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.11.10
Humanizer Locale Serbian (sr)
Humanizer.Core.zh-Hans
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.7.9
Humanizer Locale Chinese (zh-Hans)
Iced
by: iced project and contributors <https://github.com/icedland>
- 1 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
IKVM.MSBuild.Tools.runtime.win-arm64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.13.2
IKVM MSBuild Tools
JetBrains.Annotations
by: JetBrains
- 1 total downloads
- Latest version: 10.0.0
ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of ReSharper code inspections.
All usages of ReSharper Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.