LanguageExt.Core by: Paul Louth
  • 1 total downloads
  • Latest version: 4.4.4
  • C#, Functional, Language Extension, Monad, Option, Either, Reader, Writer, State, List, Set, Map, Queue, Memo, Memoization, Immutable, Lambda, Pattern Matching, Tuple
This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
libsodium by: Frank Denis
  • 1 total downloads
  • Latest version: 1.0.17
Internal implementation package not meant for direct consumption. Please do not reference directly.
MessagePack by: neuecc, aarnott
  • 4 total downloads
  • Latest version: 3.0.129-beta
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations by: neuecc, aarnott
  • 1 total downloads
  • Latest version: 3.1.7
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Attributes and interfaces for .NET types serializable with MessagePack.
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 0 total downloads
  • Latest version: 10.0.5
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/a612c2a1056fe3265387ae3ff7c94eba1505caf9
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.19
  • aspnetcore
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/06b2bc111203f9b9ff0914a7715675a9a66bdac9
Microsoft.AspNetCore.CookiePolicy by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.2
  • aspnetcore
ASP.NET Core cookie policy classes to control the behavior of cookies.
Microsoft.AspNetCore.DataProtection.AzureStorage by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.20
  • aspnetcore dataprotection azure blob
Microsoft Azure Blob storage support as key store. This library has been replaced by the following new Azure SDK. https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs It is recommended that you move to the new package. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/c04846dc66cc97f71d83a83a15437828435f5d44
Microsoft.AspNetCore.Http.Connections.Common by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0-preview.3.24172.13
  • aspnetcore signalr
Common primitives for ASP.NET Connection Handlers and clients This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.Azure.Cosmos.Direct by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.0.28-preview
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Azure.Storage.Queue by: Microsoft
  • 1 total downloads
  • Latest version: 11.1.5
  • Microsoft, Azure, Queue, StorageScalable, azureofficial
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Queue/README.md and https://github.com/Azure/azure-storage-net/blob/master/Queue/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Queue/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Microsoft.Bcl.AsyncInterfaces by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-rc.1.22426.10
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. Commonly Used Types: System.IAsyncDisposable System.Collections.Generic.IAsyncEnumerable System.Collections.Generic.IAsyncEnumerator
Microsoft.Build by: Microsoft
  • 1 total downloads
  • Latest version: 18.3.3
  • MSBuild
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
Microsoft.CodeAnalysis.Features by: Microsoft
  • 1 total downloads
  • Latest version: 4.4.0-4.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for creating editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/65df6b1065bae316232a6c9907a8be995302fb5e.
Microsoft.EntityFrameworkCore.InMemory by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.4
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore In-Memory
In-memory database provider for Entity Framework Core (to be used for testing purposes). This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/d1b10fc6ccca83e29109a0a8d9c047f2e68aede5
Microsoft.EntityFrameworkCore.Sqlite.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.3
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQLite
SQLite database provider for Entity Framework Core. This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/bf24028cec2e5f63c02307865729f3c1b3afcf38
Microsoft.Extensions.Configuration.CommandLine by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.6.21352.12
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.EnvironmentVariables by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.29
  • configuration envvar environmentvariable
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.FileProviders.Embedded by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.26
  • files filesystem
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/d504a7b7dab277712646747e9f5cce0d9507245e
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.1
File provider for physical files for Microsoft.Extensions.FileProviders.