Serilog.Enrichers.Process by: Serilog Contributors
  • 9 total downloads
  • Latest version: 2.0.2-dev-00763
  • serilog process enricher
The process enricher for Serilog.
Serilog.Extensions.Logging by: Microsoft, Serilog Contributors
  • 1 total downloads
  • Latest version: 3.0.0-dev-10232
  • serilog Microsoft.Extensions.Logging
Low-level Serilog provider for Microsoft.Extensions.Logging
Serilog.Settings.Configuration by: Serilog Contributors
  • 12 total downloads
  • Latest version: 9.0.0-dev-02313
  • serilog json appsettings
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Spectre.Console by: Patrik Svensson, Phil Scott, Nils Andresen
  • 1 total downloads
  • Latest version: 0.44.1-preview.0.1
A library that makes it easier to create beautiful console applications.
Swashbuckle.AspNetCore.SwaggerGen by: Swashbuckle.AspNetCore.SwaggerGen
  • 1 total downloads
  • Latest version: 5.1.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for API's built on ASP.NET Core
System.Buffers by: Microsoft
  • 1 total downloads
  • Latest version: 4.4.0-preview1-25305-02
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> af7d2ae49c79bb279625de4e92f7f91f9fe94f5d When using NuGet 3.x this package requires at least version 3.4.
System.ClientModel by: Microsoft
  • 1 total downloads
  • Latest version: 1.2.1
Contains building blocks for clients that call cloud services.
System.CodeDom by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.8
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Collections by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.11-beta-23516
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> - 1548494
System.Collections.Immutable by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.0-preview.4.24266.19
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.ComponentModel.Annotations by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Composition.TypedParts by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-rc.1.20451.14
Provides some extension methods for the Managed Extensibility Framework. Commonly Used Types: System.Composition.CompositionContextExtensions System.Composition.Hosting.ContainerConfiguration When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.Debug by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides classes and attributes that allows basic interaction with a debugger. Commonly Used Types: System.Diagnostics.Debug System.Diagnostics.DebuggerStepThroughAttribute System.Diagnostics.Debugger System.Diagnostics.DebuggerDisplayAttribute System.Diagnostics.DebuggerBrowsableAttribute System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerHiddenAttribute System.Diagnostics.DebuggerNonUserCodeAttribute System.Diagnostics.DebuggerTypeProxyAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-preview.7.20364.11
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 When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.FileVersionInfo by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-rc2-24027
Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk. Commonly Used Types: System.Diagnostics.FileVersionInfo \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
System.Diagnostics.Process by: Microsoft
  • 1 total downloads
  • Latest version: 4.1.0-beta-23409
Provides the System.Diagnostics.Process class, which allows interaction with local and remote processes. Commonly Used Types: System.Diagnostics.Process System.Diagnostics.ProcessModule System.Diagnostics.ProcessStartInfo System.Diagnostics.ProcessThread
System.Drawing.Common by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0
Provides access to GDI+ graphics functionality. Commonly Used Types: System.Drawing.Bitmap System.Drawing.BitmapData System.Drawing.Brush System.Drawing.Font System.Drawing.Graphics System.Drawing.Icon Since .NET 7, non-Windows platforms are not supported, even with the runtime configuration switch. See https://aka.ms/systemdrawingnonwindows for more information.
System.Dynamic.Runtime by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.11-beta-23409
Provides classes and interfaces that support the Dynamic Language Runtime (DLR). Commonly Used Types: System.Runtime.CompilerServices.CallSite System.Runtime.CompilerServices.CallSite<T> System.Dynamic.IDynamicMetaObjectProvider System.Dynamic.DynamicMetaObject System.Dynamic.SetMemberBinder System.Dynamic.GetMemberBinder System.Dynamic.ExpandoObject System.Dynamic.DynamicObject System.Runtime.CompilerServices.CallSiteBinder System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue>
System.IO by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.IOException System.IO.EndOfStreamException System.IO.FileNotFoundException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader
System.IO.Hashing by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
Provides non-cryptographic hash algorithms, such as CRC-32. Commonly Used Types: System.IO.Hashing.Crc32 System.IO.Hashing.XxHash32