NSwag.Core
by: Rico Suter
- 4 total downloads
- Latest version: 13.18.3
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation
by: Rico Suter
- 1 total downloads
- Latest version: 13.17.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration
by: Rico Suter
- 1 total downloads
- Latest version: 11.17.9
NSwag: The Swagger API toolchain for .NET and TypeScript
NUnit
by: Charlie Poole, Rob Prouse
- 15 total downloads
- Latest version: 4.2.1
NUnit is a unit-testing framework for all .NET languages.
It can run on macOS, Linux and Windows operating systems.
NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing.
It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.
The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.
If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade.
Supported platforms:
- .NET Framework 4.6.2+
- .NET 6.0+
Plugin.Fingerprint
by: Sven-Michael Stübe
- 5 total downloads
- Latest version: 1.4.6-beta4
Authenticate a user via fingerprint from a cross platform API.
Polly
by: Michael Wolfenden, App vNext
- 1 total downloads
- Latest version: 5.6.1
Polly is a .NET 4.5 / .NET Standard 1.1 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.
Polly.Extensions.Http-Signed
by: App vNext
- 3 total downloads
- Latest version: 1.0.2-rc1
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
Roslyn.Diagnostics.Analyzers
by: Microsoft
- 32 total downloads
- Latest version: 3.12.0-beta1.25218.8
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
- 2 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk
by: Microsoft
- 1 total downloads
- Latest version: 2.2.2
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR.
b24dd8c28aefeae7e4ce38b08ca5797f30bceb94
When using NuGet 3.x this package requires at least version 3.4.
Sentry
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 4.9.0
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 5.15.1-maxpath.1
.NET Bindings for the Sentry Android SDK
Sentry.Profiling
by: Sentry Team and Contributors
- 7 total downloads
- Latest version: 5.14.0
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog
by: Serilog Contributors
- 1 total downloads
- Latest version: 2.11.0
Simple .NET logging with fully-structured events
Serilog.Formatting.Compact
by: Serilog Contributors
- 8 total downloads
- Latest version: 1.1.1-dev-00944
A simple, compact JSON-based event format for Serilog.
Serilog.Sinks.Async
by: Jezz Santos, Serilog Contributors
- 5 total downloads
- Latest version: 1.5.0
Asynchronous sink wrapper for Serilog.
Serilog.Sinks.PeriodicBatching
by: Serilog Contributors
- 11 total downloads
- Latest version: 3.1.1-dev-00801
Buffer batches of log events to be flushed asynchronously.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 1 total downloads
- Latest version: 1.1.11
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: e_sqlite3 included
SQLitePCLRaw.provider.e_sqlite3.netstandard11
by: Eric Sink, et al
- 1 total downloads
- Latest version: 1.1.14
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.