Remotion.Linq by: rubicon IT GmbH
  • 6 total downloads
  • Latest version: 2.1.1
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations
Sentry.OpenTelemetry by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 4.2.1
  • 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.
Serilog.Enrichers.Environment by: Serilog Contributors
  • 5 total downloads
  • Latest version: 2.2.0
  • serilog machine enricher
Enrich Serilog log events with properties from System.Environment.
Serilog.Enrichers.Process by: Serilog Contributors
  • 8 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
  • 6 total downloads
  • Latest version: 9.0.0-dev-02313
  • serilog json appsettings
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
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.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.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.Runtime.WindowsRuntime.UI.Xaml by: Microsoft
  • 5 total downloads
  • Latest version: 5.0.0-preview.4.20251.6
Provides managed equivalents of Extensible Application Markup Language (XAML) UI types from Windows Runtime. Commonly Used Types: Windows.UI.Xaml.CornerRadius Windows.UI.Xaml.Duration Windows.UI.Xaml.DurationType Windows.UI.Xaml.GridLength Windows.UI.Xaml.GridUnitType Windows.UI.Xaml.Thickness Windows.UI.Xaml.Media.Matrix Windows.UI.Xaml.Media.Animation.KeyTime Windows.UI.Xaml.Media.Animation.RepeatBehavior Windows.UI.Xaml.Media.Animation.RepeatBehaviorType Windows.UI.Xaml.Media.Media3D.Matrix3D When using NuGet 3.x this package requires at least version 3.4.
System.Security.Cryptography.Pkcs by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-preview.5.25277.114
Provides support for PKCS and CMS algorithms. Commonly Used Types: System.Security.Cryptography.Pkcs.EnvelopedCms
System.ServiceModel.Duplex by: Microsoft
  • 11 total downloads
  • Latest version: 4.10.3
Provides the types that permit 2-way ("duplex") exchanges of messages.
System.Text.Encoding.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22605
Provides support for specific encodings, including ASCII, UTF-7, UTF-8, UTF-16, and UTF-32. Commonly Used Types: System.Text.UTF8Encoding System.Text.UnicodeEncoding System.Text.ASCIIEncoding System.Text.UTF7Encoding System.Text.UTF32Encoding