NuGet.Packaging.Core.Types by: NuGet.Packaging.Core.Types
  • 2 total downloads
  • Latest version: 4.0.0-rc3
NuGet v3 core library.
NuGet.Protocol.Core.v3 by: NuGet
  • 5 total downloads
  • Latest version: 4.2.0
  • nuget protocol
NuGet Protocol for 3.1.0 servers
NuGet.Repositories by: NuGet.Repositories
  • 5 total downloads
  • Latest version: 4.1.0
NuGet v3 core library.
Nullable by: Manuel Römer
  • 0 total downloads
  • Latest version: 1.1.1
  • source compiletime csharp8.0 netcore3.0 null nullable attributes allownull disallownull doesnotreturn doesnotreturnif maybenull maybenullwhen notnull notnullifnotnull notnullwhen
A source code only package which allows you to use .NET Core 3.0's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. This package does not contain any compiled binaries, but instead adds a single C# file with the attribute classes to your project. Because this C# file gets compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# file is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the file is only included in the .NET Standard 2.0 version, because .NET Standard 2.1 already provides the nullable attributes by default. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
OpenTelemetry by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.11.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET SDK
OpenTelemetry.Api by: OpenTelemetry Authors
  • 2 total downloads
  • Latest version: 1.11.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.11.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Extensions.Hosting by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.11.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTK by: Team OpenTK
  • 18 total downloads
  • Latest version: 5.0.0-pre.8
  • OpenTK OpenGL OpenGLES GLES OpenAL OpenCL C# F# .NET Mono Vector Math Game Graphics Sound
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s
PolySharp by: Sergio Pedri
  • 6 total downloads
  • Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
  • dotnet net netcore netstandard csharp library generator polyfill roslyn
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
Roslynator.Analyzers by: Josef Pihrt
  • 3 total downloads
  • Latest version: 4.12.10
  • Roslyn Analyzer Refactoring Productivity CodeAnalysis C# CSharp
A collection of 200+ analyzers for C#, powered by Roslyn.
Sentry by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 5.1.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.OpenTelemetry by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 5.1.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling OpenTelemetry
Official OpenTelemetry integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Profiling by: Sentry Team and Contributors
  • 3 total downloads
  • Latest version: 5.4.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling Profiling Diagnostic
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
StackExchange.Redis by: Stack Exchange inc., marc.gravell
  • 4 total downloads
  • Latest version: 1.0.241
  • Async Redis NoSQL Client Distributed Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
Swashbuckle.AspNetCore by: domaindrivendev
  • 19 total downloads
  • Latest version: 8.0.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen by: domaindrivendev
  • 1 total downloads
  • Latest version: 8.1.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI by: domaindrivendev
  • 1 total downloads
  • Latest version: 7.2.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.Composition.Convention by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
Provides types that support using Managed Extensibility Framework (MEF) with a convention-based configuration model.
System.Configuration.ConfigurationManager by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.