Microsoft.CodeAnalysis.BannedApiAnalyzers by: Microsoft
  • 1 total downloads
  • Latest version: 2.9.5-beta1.final+494de6f8
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics BannedApi ApiAnalyzer
Banned API Analyzers
Microsoft.CodeAnalysis.PublicApiAnalyzers by: Microsoft
  • 1 total downloads
  • Latest version: 2.9.5
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics PublicApi ApiAnalyzer
Public API Analyzers
Microsoft.Data.Sqlite by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • 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.EntityFrameworkCore.Tools by: Microsoft
  • 3 total downloads
  • Latest version: 7.0.19
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Microsoft.Extensions.Caching.Redis by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • cache distributedcache redis
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Logging.AzureAppServices by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-preview1-final
  • logging
Diagnostics logger for Azure WebApps
Microsoft.Extensions.Logging.TraceSource by: Microsoft
  • 6 total downloads
  • Latest version: 1.1.2
  • logging,tracesource
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().
Microsoft.Identity.Client by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2-preview0008
  • Microsoft Authentication Library MSA MSAL B2C Azure Active Directory AAD Identity Authentication .NET Windows Store Xamarin iOS Android
This package contains the binaries of the Microsoft Authentication Library (MSAL). MSAL makes it easy to obtain tokens from Azure AD v2 (work & school accounts, MSA) and Azure AD B2C, gaining access to Microsoft Cloud API and any other API secured by Microsoft identities. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
Microsoft.Net.Compilers by: Microsoft
  • 1 total downloads
  • Latest version: 3.2.1
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compilers package. Referencing this package will cause the project to be built using the specific version of the C# and Visual Basic compilers contained in the package, as opposed to any system installed version. This package can be used to compile code targeting any platform, but can only be run using the desktop .NET 4.7.2+ Full Framework. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/2fc6a04980f800c59e8ede97e6ae294ff47d666e.
Microsoft.Net.UWPCoreRuntimeSdk by: Microsoft
  • 2 total downloads
  • Latest version: 2.2.13
Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. 1b651b26ca39a8a2b6c090a85b6025565fa46203 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHost by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.9
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module dcedc87d22ffdc1b86b6a1217dec61c4802ab517 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostPolicy by: Microsoft
  • 3 total downloads
  • Latest version: 5.0.7
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing 556582d964cc21b82a88d7154e915076f6f9008e When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostResolver by: Microsoft
  • 2 total downloads
  • Latest version: 2.2.4
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost f95848e5243fafee7e535d6db4f8a7d227346cc3 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Orleans.Client by: Microsoft Research
  • 1 total downloads
  • Latest version: 1.0.10
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Referencing this package is necessary for a client to communicate with an Orleans system.
Microsoft.VisualStudio.Web.CodeGeneration by: Microsoft
  • 9 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
Microsoft.WindowsAppSDK.ML by: Microsoft
  • 1 total downloads
  • Latest version: 1.8.2109
  • Windows "Windows App SDK" WinAppSDK ML MachineLearning APIs
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the Windows Machine Learning APIs.
MimeKit by: Jeffrey Stedfast
  • 3 total downloads
  • Latest version: 1.18.0
  • mime encryption dkim security smime s/mime openpgp pgp mbox mail email parser tnef netstandard net35 net40 net45 xamarin android ios monodroid monotouch win8 wp81
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET). MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
MudBlazor by: Garderoben, Henon and Contributors
  • 1 total downloads
  • Latest version: 9.0.0-preview.1
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
NUnit3TestAdapter by: Charlie Poole, Terje Sandstrom
  • 1 total downloads
  • Latest version: 4.3.0
  • test visualstudio testadapter nunit nunit3 dotnet
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core). Note that this package ONLY contains the adapter, not the NUnit framework. For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
OpenTK by: Team OpenTK
  • 1 total downloads
  • Latest version: 4.0.0-pre9.3
  • OpenTK OpenGL OpenGLES GLES OpenAL C# F# .NET Mono Vector Math Game Graphics Sound
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.