CSharp - Nuget

NSwag.AspNetCore

NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript

Nuke.GlobalTool

The AKEless Build System for C#/.NET

Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'f38745a72c2c9d9f630ffd2fe5e04431ce2d166f' (see contained AppVeyorSettings.json file for build settings).

Obfuscar.GlobalTool

Obfuscar is an open source .NET obfuscator released under MIT license. It provides basic obfuscation features that help secure secrets in a .NET assembly.

Occurify

A powerful and intuitive .NET library for defining, filtering, transforming, and scheduling instant and period timelines.


Ocelot

Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrieved as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.

Octonica.ClickHouseClient

ClickHouse .NET Core driver

OpenAI

The OpenAI .NET library provides convenient access to the OpenAI REST API from .NET applications.


It is generated from our OpenAPI specification in collaboration with Microsoft.

OpenCvSharp4

OpenCV wrapper for .NET. Since this package includes only core managed libraries, another package of native bindings for your OS is required (OpenCvSharp4.runtime.*).

OpenIddict

Versatile OpenID Connect stack for .NET.


Note: this metapackage only references the generic core, client, server and validation packages.

To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package.

OpenTelemetry

OpenTelemetry .NET SDK

OpenTelemetry.Exporter.Console

Console exporter for OpenTelemetry .NET

OpenTelemetry.Extensions.Hosting

Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting