FluentAssertions
by: Dennis Doomen, Jonas Nyrup, Xceed
- 18 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.
Gee.External.Capstone
by: Ahmed Garhy (@9ee1)
- 4 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.
Google.Protobuf
by: Google Inc.
- 153 total downloads
- Latest version: 3.35.1
C# runtime library for Protocol Buffers - Google's data interchange format.
Independentsoft.Office
by: Independentsoft
- 0 total downloads
- Latest version: 2.0.770
Independentsoft.Office is Office file format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin. Supports Word, Excel, PowerPoint, OpenOffice file formats.
Independentsoft.Office.Odf
by: Independentsoft
- 1 total downloads
- Latest version: 2.0.770
Independentsoft.Office.Odf is Open Document Format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin.
Independentsoft.Office.Spreadsheet
by: Independentsoft
- 1 total downloads
- Latest version: 2.0.740
Independentsoft.Office.Spreadsheet is Excel file format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin.
Interop.UIAutomationClient
by: Roemer
- 1 total downloads
- Latest version: 10.19041.0
The UI Automation COM-to-.NET adapter makes it possible to use the new Windows Automation API 3.0 COM interfaces, with their improved reliability and performance, while still using the same System.Windows.Automation classes as in earlier versions of UI Automation
JetBrains.Annotations
by: JetBrains
- 0 total downloads
- Latest version: 2025.1.0-eap1
JetBrains.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 JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.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.
JetBrains.dotTrace.CommandLineTools.windows-x64
by: JetBrains
- 0 total downloads
- Latest version: 2023.1.7
The dotTrace console tool lets you start a profiling session and get performance snapshots from the command line.
This can be helpful in various scenarios, like:
* profiling an application on a remote server,
* automating the process of gathering performance snapshots, for example, as a part of your continuous integration builds,
* speeding up profiling routines by creating profiling scripts.
The tool supports profiling of .NET Framework, .NET Core, Mono, and Unity applications.
The tool is a JetBrains Redistributable Product. This means it is free and can be freely redistributed. Note that it does not require JetBrains dotTrace to be installed on your machine. At the same time, to analyze the collected snapshots, you will need the standalone version of JetBrains dotTrace or JetBrains Rider.
Libuv
by: Libuv
- 0 total downloads
- Latest version: 1.9.0
Multi-platform support library with a focus on asynchronous I/O.
MathNet.Numerics.Signed
by: Marcus Cuda, Christoph Ruegg, Jurgen Van Gael
- 4 total downloads
- Latest version: 2.6.1
Math.NET Numerics, signed and thus with a strong name. We strongly discourage using this package and recommend using MathNet.Numerics instead, which is unsigned and weakly named.
MessagePack
by: neuecc
- 11 total downloads
- Latest version: 1.6.1.2
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc, aarnott
- 1 total downloads
- Latest version: 3.1.8
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
Microsoft.AspNet.Providers
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.
Microsoft.AspNetCore.Authentication.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Hosting
by: Microsoft.AspNetCore.Hosting
- 1 total downloads
- Latest version: 1.0.0-rc2-final
ASP.NET 5 core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft.AspNetCore.Hosting.Server.Abstractions
- 1 total downloads
- Latest version: 1.0.5
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Http
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0
ASP.NET Core default HTTP feature implementations.