Intel.ML.OnnxRuntime.OpenVino
by: Microsoft
- 3 total downloads
- Latest version: 1.22.0
This package contains native shared library artifacts for ONNX Runtime with OpenVINO.
IsExternalInit
by: Manuel Römer
- 1 total downloads
- Latest version: 1.0.2
A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class.
This package does not contain any compiled binaries, but instead adds the IsExternalInit class as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# code is only included if you are targeting a framework version which does not support the IsExternalInit class. For example, if you create a library which multi-targets .NET Standard 2.0 and .NET 5.0, the IsExternalInit class is not provided in the .NET 5.0 compilation, because .NET 5.0 already provides support for the class by default.
Please see https://github.com/manuelroemer/IsExternalInit for additional information on how to use this package.
MessagePackAnalyzer
by: neuecc, aarnott
- 1 total downloads
- Latest version: 3.1.4
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
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
DirectML Redistributable Package.
Microsoft.ApplicationInsights.WindowsServer
by: Microsoft
- 1 total downloads
- Latest version: 2.22.0
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.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
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 providing git repository information.
Microsoft.CodeAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 4.13.0
.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.DiaSymReader
by: Microsoft
- 1 total downloads
- Latest version: 1.4.0
Microsoft DiaSymReader interop interfaces and utilities.
- 2 total downloads
- Latest version: 0.4.421302
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 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.Logging
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0
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.ML.OnnxRuntime.Gpu
by: Microsoft
- 3 total downloads
- Latest version: 1.22.1
This package contains native shared library artifacts for all supported platforms of ONNX Runtime.
Microsoft.ML.OnnxRuntime.Gpu.Linux
by: Microsoft
- 1 total downloads
- Latest version: 1.20.1
This package contains Linux native shared library artifacts for ONNX Runtime with CUDA.
Microsoft.ML.OnnxRuntime.Gpu.Windows
by: Microsoft
- 4 total downloads
- Latest version: 1.22.1
This package contains Windows native shared library artifacts for ONNX Runtime with CUDA.
Microsoft.NET.ILLink.Tasks
by: Microsoft
- 1 total downloads
- Latest version: 7.0.100-1.23211.1
MSBuild tasks for running the IL Linker