Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 21 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Abstractions of files and directories.
Commonly Used Types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 160 total downloads
- Latest version: 9.0.0-preview.3.24172.13
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.Extensions.Hosting
by: Microsoft
- 17 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 18 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http
by: Microsoft
- 14 total downloads
- Latest version: 9.0.0-preview.3.24172.9
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
Microsoft.Extensions.Localization
by: Microsoft
- 15 total downloads
- Latest version: 9.0.0-preview.3.24172.13
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/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.Extensions.Logging
by: Microsoft
- 116 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 18 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Logging abstractions for Microsoft.Extensions.Logging.
Commonly Used Types:
Microsoft.Extensions.Logging.ILogger
Microsoft.Extensions.Logging.ILoggerFactory
Microsoft.Extensions.Logging.ILogger<TCategoryName>
Microsoft.Extensions.Logging.LogLevel
Microsoft.Extensions.Logging.Logger<T>
Microsoft.Extensions.Logging.LoggerMessage
Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.Options
by: Microsoft
- 115 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 17 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Provides additional configuration specific functionality related to Options.
Microsoft.IdentityModel.Tokens
by: Microsoft
- 16 total downloads
- Latest version: 6.35.0
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 19 total downloads
- Latest version: 3.0.0
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.JSInterop
by: Microsoft
- 34 total downloads
- Latest version: 9.0.0-preview.3.24172.13
Abstractions and features for interop between .NET and JavaScript code.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.NETCore.Targets
by: Microsoft
- 20 total downloads
- Latest version: 6.0.0-preview.4.21253.7
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these.
Microsoft.Win32.SystemEvents
by: Microsoft
- 16 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
Mongo2Go
by: Johannes Hoppe and many contributors
- 25 total downloads
- Latest version: 3.1.1
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 2.1.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v4.4.4 for Windows, Linux and macOS.
Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests)
2. Providing a quick to set up MongoDB database for a local developer environment
MongoDB.Bson
by: vincentkam dmitry_lukyanov rstam craiggwilson
- 18 total downloads
- Latest version: 2.11.5
MongoDB's Official Bson Library.
MongoDB.Driver.Core
by: MongoDB Inc.
- 33 total downloads
- Latest version: 2.25.0
Core Component of the Official MongoDB .NET Driver.
Mono.TextTemplating
by: mhutch
- 18 total downloads
- Latest version: 2.2.1
Open source implementation of the T4 templating engine
This package allows embedding the T4 engine in an application.
* To install as a dotnet global or local tool, use `dotnet-t4` instead.
* To install in a project as a `DotNetCliToolReference`, use `dotnet-t4-project-tool` instead.
MQTTnet
by: The contributors of MQTTnet
- 147 total downloads
- Latest version: 4.3.3.952
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.