Microsoft.Azure.Functions.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0
  • Azure Functions analyzers
This package provides development time code analysis for C# Azure Functions.
Microsoft.Azure.Functions.Worker by: Microsoft
  • 1 total downloads
  • Latest version: 1.21.0
This library enables you to create an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model.
Microsoft.Azure.Functions.Worker.Core by: Microsoft
  • 1 total downloads
  • Latest version: 1.17.0
This library provides the core functionality to build an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model.
Microsoft.Azure.Functions.Worker.Extensions.Http by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.0
HTTP extensions for .NET isolated functions
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore by: Microsoft
  • 1 total downloads
  • Latest version: 1.2.0
ASP.NET Core extensions for .NET isolated functions
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.1
This package provides development time code analysis for ASP.NET Core extensions for .NET isolated functions.
Microsoft.Azure.Functions.Worker.Grpc by: Microsoft
  • 1 total downloads
  • Latest version: 1.16.0
This library provides gRPC support for Azure Functions .NET Worker communication with the Azure Functions Host.
Microsoft.Azure.Functions.Worker.Sdk by: Microsoft
  • 1 total downloads
  • Latest version: 1.16.4
This package provides development time support for the Azure Functions .NET Worker.
Microsoft.Azure.Functions.Worker.Sdk.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 1.2.1
  • Azure Functions Worker analyzers
This package provides development time code analysis for the Azure Functions .NET Worker.
Microsoft.Azure.WebJobs.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.6
  • Microsoft Azure WebJobs AzureFunctions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
Microsoft.Azure.WebJobs.Extensions.Http by: Microsoft
  • 1 total downloads
  • Latest version: 3.2.0
  • Microsoft Azure WebJobs AzureFunctions
This package adds binding extensions for Http.
Microsoft.Azure.WebJobs.Host.Storage by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.14
  • Microsoft Azure WebJobs AzureFunctions
Package Description
Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1
Azure Functions extensions metadata generator
Microsoft.Bcl.AsyncInterfaces by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0
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.CodeCoverage by: Microsoft
  • 1 total downloads
  • Latest version: 17.6.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing codecoverage code-coverage
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.Data.Sqlite by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0
  • SQLite Data ADO.NET
Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.SqliteConnectionStringBuilder Microsoft.Data.Sqlite.SqliteDataReader Microsoft.Data.Sqlite.SqliteException Microsoft.Data.Sqlite.SqliteFactory Microsoft.Data.Sqlite.SqliteParameter Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.Data.Sqlite.Core by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0
  • SQLite Data ADO.NET
Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. This package does not include a copy of the native SQLite library. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.SqliteConnectionStringBuilder Microsoft.Data.Sqlite.SqliteDataReader Microsoft.Data.Sqlite.SqliteException Microsoft.Data.Sqlite.SqliteFactory Microsoft.Data.Sqlite.SqliteParameter Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.Extensions.Caching.Memory by: Microsoft.Extensions.Caching.Memory
  • 1 total downloads
  • Latest version: 1.0.0
  • cache memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0
  • configuration
Abstractions of key-value pair based configuration. Commonly used types: Microsoft.Extensions.Configuration.IConfiguration Microsoft.Extensions.Configuration.IConfigurationBuilder Microsoft.Extensions.Configuration.IConfigurationProvider Microsoft.Extensions.Configuration.IConfigurationRoot Microsoft.Extensions.Configuration.IConfigurationSection This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0
  • configuration
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.