Microsoft.CodeAnalysis by: Microsoft
  • 44 total downloads
  • Latest version: 4.12.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 2 total downloads
  • Latest version: 3.12.0-beta1.25218.8
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.AnalyzerUtilities by: Microsoft
  • 1 total downloads
  • Latest version: 3.11.0-beta1.25173.3
  • Roslyn Analyzer Utilities CodeAnalysis Dataflow ControlFlowGraph FlowAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.Data.Sqlite by: Microsoft.Data.Sqlite
  • 2 total downloads
  • Latest version: 1.0.0-rc2-final
SQLite implementation of the System.Data.Common provider model.
Microsoft.Data.Sqlite.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • SQLite Data ADO.NET
SQLite implementation of the System.Data.Common provider model. 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.DiaSymReader.Native by: Microsoft
  • 2 total downloads
  • Latest version: 15.9.52-beta1.23070.1
  • DiaSymReader PDB
Native implementation of PDB file reader and writer. Supported Platforms: - Windows x86 - Windows amd64 - Windows arm
Microsoft.EntityFrameworkCore by: Microsoft
  • 11 total downloads
  • Latest version: 2.0.0
  • Entity Framework Core entity-framework-core EF Data O/RM
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.InMemory by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM,In-Memory
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.Extensions.Caching.Redis by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.0-preview1-final
  • cache distributedcache redis
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration.AzureKeyVault by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.1
  • configuration,azure,keyvault
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 5 total downloads
  • Latest version: 1.1.2
  • configuration
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.CommandLine by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • configuration commandline
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 7 total downloads
  • Latest version: 2.0.0-preview2-final
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • dependencyinjection di
Abstractions for dependency injection. Commonly used types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0-preview2-final
  • files filesystem
Abstractions of files and directories. Commonly used types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • hosting
.NET Core hosting and startup abstractions for applications.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 5 total downloads
  • Latest version: 6.0.1
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.Logging.Debug by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • logging
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
Microsoft.Extensions.ObjectPool by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • pooling
A simple object pool implementation.
Microsoft.Extensions.Options by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • aspnetcore,options
Provides a strongly typed way of specifying and accessing settings using dependency injection.