Found 2,207 packages
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Use this package to generate a MetadataReference based on an Assembly location or Assembly image.
ASP.NET Core default HTTP feature implementations.
A set of analyzers to assist developers in upgrading .NET Framework applications to .NET 6.
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
The SQLServer, ODBC, and OLEDB providers for Insight.Database. These are legacy providers. Recommend use Insight.Database.Providers.MsSqlServer.
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way. Commonly Used Types: System.Net.Http.IHttpClientFactory
Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package. Commonly Used Types: System.Diagnostics.TraceListener System.Diagnostics.TraceLevel System.Diagnostics.TraceSource System.Diagnostics.TraceEventType System.Diagnostics.DefaultTraceListener System.Diagnostics.Trace When using NuGet 3.x this package requires at least version 3.4.
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET APIs that are included in the default .NET application model. Contains reference assemblies, documentation, and other design-time assets.
Create a simple markdown documentation from the Visual Studio xml one.
WampSharp above Newtonsoft.Json, NewtonsoftMessagePack and System.Net.WebSockets
Generates gramatically correct passphrases that are easy for human to remember and hard for computers to guess. For normal use, reference the "ReadablePassphrase" package. This is just the default dictionary as an embedded resource. See https://id.ligos.net/murray/ReadablePassphraseGenerator/ for PGP & Keybase signatures of nuget packages.
Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
WampSharp above Fleck, Newtonsoft.Json, NewtonsoftMessagePack, and System.Net.WebSockets
WampSharp above Fleck, Newtonsoft.Json and NewtonsoftMessagePack
Default exporters (implementations of EasyData's IDataExporter interface) for CSV and HTML (Excel-compatible) formats.