OpenIddict.Server.DataProtection by: Kévin Chalet
  • 6 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security server dataprotection
ASP.NET Core Data Protection integration package for the OpenIddict server services.
OpenIddict.Validation.DataProtection by: Kévin Chalet
  • 5 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security validation dataprotection
ASP.NET Core Data Protection integration package for the OpenIddict validation services.
OpenIddict.Validation.AspNetCore by: Kévin Chalet
  • 5 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security validation aspnetcore
ASP.NET Core integration package for the OpenIddict validation services.
System.Text.Json by: Microsoft
  • 22 total downloads
  • Latest version: 6.0.0
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader
RestSharp by: .NET Foundation and Contributors
  • 4 total downloads
  • Latest version: 112.1.0
Simple REST and HTTP API Client
xunit.analyzers by: jnewkirk, bradwilson, marcind
  • 66 total downloads
  • Latest version: 2.0.0-pre.9
  • xunit.analyzers, analyzers, roslyn, xunit, xunit.net
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
Swashbuckle.AspNetCore by: domaindrivendev
  • 17 total downloads
  • Latest version: 10.1.7
  • swagger openapi documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
xunit by: jnewkirk, bradwilson
  • 89 total downloads
  • Latest version: 2.9.3
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.core by: jnewkirk, bradwilson
  • 61 total downloads
  • Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.
Xunit.DependencyInjection by: Wei Peng
  • 70 total downloads
  • Latest version: 11.2.1
  • xunit ioc di DependencyInjection test
Use Microsoft.Extensions.DependencyInjection to inject xunit testclass. If you want write Microsoft.Extensions.Logging to ITestOutputHelper, please install Xunit.DependencyInjection.Logging. Release notes: 11.2: Update xunit.v3 to 3.2.2, Move HostManager.Start/Stop to AssemblyRunner. 11.1: Update xunit.v3 to 3.2.0. 11.0: C# 14, Downgrade Microsoft.Extensions.Hosting to 8.0. 10.8: Add CreateHostApplicationBuilder method. 10.7: Update xunit.v3 to 3.0.1, does not set ApplicationName if it is already configured. 10.6: Update xunit.v3 to 3.0.0. 10.5: Improve compatibility with top level statements. 10.4: Fix #146. 10.3: Update xunit.v3 to 2.0.0. 10.2: Fix some parallelization problem. 10.1: Allow the default startup to be missing anywhere. 10.0: Upgrade xunit to v3.
OpenIddict.Validation.ServerIntegration by: Kévin Chalet
  • 3 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security server validation
Local server integration package for the OpenIddict validation services.
OpenIddict.Validation by: Kévin Chalet
  • 6 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security validation
OpenIddict token validation services. Note: this package only contains the generic/host-agnostic validation components. To use the validation feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Validation.AspNetCore or OpenIddict.Validation.Owin package.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 9 total downloads
  • Latest version: 9.0.2
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource
OpenIddict.Validation.SystemNetHttp by: Kévin Chalet
  • 4 total downloads
  • Latest version: 7.4.0
  • authentication jwt openidconnect openiddict security http httpclient validation
System.Net.Http integration package for the OpenIddict validation services.
SkiaSharp.NativeAssets.Linux by: Microsoft
  • 1 total downloads
  • Latest version: 1.68.0
  • xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
ParquetSharp by: G-Research
  • 4 total downloads
  • Latest version: 21.0.0
  • apache parquet gresearch g-research .net c#
ParquetSharp is a .NET library for reading and writing Parquet files. It's implemented in C# as a PInvoke wrapper around apache-parquet-cpp to provide high performance and compatibility.
System.Text.RegularExpressions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine. Commonly Used Types: System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Match System.Text.RegularExpressions.Group System.Text.RegularExpressions.Capture System.Text.RegularExpressions.MatchEvaluator