LibUsbDotNet by: Travis Robinson, Stevie-O, Quamotion
  • 1 total downloads
  • Latest version: 2.2.29
.NET C# USB library for WinUSB, LibUsb-Win32, and libusb-1.0. Using the common device classes, applications work with all operating systems and drivers without modification. Lots of example code. Open source software at sourceforge.net.
MessagePackAnalyzer by: neuecc, aarnott
  • 1 total downloads
  • Latest version: 3.1.4
  • MsgPack MessagePack Serialization Formatter Analyzer
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
MethodBoundaryAspect.Fody by: Ralf Kornelius, Marcell Spies, Martin Ayasse, Contributors
  • 1 total downloads
  • Latest version: 2.0.148
  • il weaving fody aspect aop method-invocation method boundary
A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions. Additionally you have access to useful method parameters.
Microsoft.AI.DirectML by: Microsoft
  • 2 total downloads
  • Latest version: 1.15.4
  • AI MachineLearning DirectX D3D12 Direct3D12 DirectML Native
DirectML Redistributable Package.
Microsoft.ApplicationInsights by: Microsoft
  • 2 total downloads
  • Latest version: 2.22.0
  • Analytics Azure ApplicationInsights Telemetry Monitoring SDK
Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.WindowsServer by: Microsoft
  • 1 total downloads
  • Latest version: 2.22.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry AppInsights
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNet.Providers.Core by: Microsoft
  • 1 total downloads
  • Latest version: 1.2.0
ASP.NET Universal Providers add provider support in ASP.NET 4 for all editions of SQL Server 2005 and later and to SQL Azure. If you use these providers to develop your application, the application will be ready for cloud environments like Azure. Other than supporting additional storage options, the providers work like the existing SQL-based providers, so that you can easily switch an application to use cloud storage via SQL Azure.
Microsoft.AspNetCore.App.Internal.Assets by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.4.25258.110
ASP.NET Core static framework assets This package was built from the source code at https://github.com/dotnet/dotnet/tree/c22dcd0c7a78d095a94d20e59ec0271b9924c82c
Microsoft.AspNetCore.Components.WebAssembly.DevServer by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0
  • aspnetcore components
Development server for use when building Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3f1acb59718cadf111a0a796681e3d3509bb3381
Microsoft.Build.Locator by: Microsoft
  • 1 total downloads
  • Latest version: 1.2.6
Package that assists in locating and using an installed version of MSBuild 15.
Microsoft.Build.Tasks.Git by: Microsoft
  • 3 total downloads
  • Latest version: 8.0.0
  • MSBuild Tasks source control git
MSBuild tasks providing git repository information.
Microsoft.CodeAnalysis by: Microsoft
  • 1 total downloads
  • Latest version: 4.13.0
  • 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/75e79dace86b274327a1afe479228d82a06051a4.
Microsoft.CodeCoverage by: Microsoft
  • 1 total downloads
  • Latest version: 17.0.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.CSharp by: Microsoft
  • 2 total downloads
  • Latest version: 4.7.0
Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags When using NuGet 3.x this package requires at least version 3.4.
Microsoft.DiaSymReader by: Microsoft
  • 1 total downloads
  • Latest version: 1.4.0
  • DiaSymReader ISymUnmanagedReader PDB COM interop debugging
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DotNet.PlatformAbstractions by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.6
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers by: Microsoft
  • 2 total downloads
  • Latest version: 0.4.421302
  • Upgrade, analyzers
A set of analyzers to assist developers in upgrading .NET Framework applications to .NET 6.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.2
  • 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.DependencyModel by: Microsoft
  • 2 total downloads
  • Latest version: 3.0.0
Abstractions for reading `.deps` files.
Microsoft.Extensions.Logging by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging.