Microsoft.SourceLink.GitHub by: Microsoft
  • 4 total downloads
  • Latest version: 8.0.0
  • MSBuild Tasks GitHub source link
Generates source link for GitHub repositories.
Microsoft.VisualStudio.Web.CodeGeneration.Design by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.0
  • aspnetcore codegenerator scaffolding visualstudioweb
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-preview3-final
  • aspnetcore,codegenerator,scaffolding,visualstudioweb
Contains Entity Framework Core Services used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGenerators.Mvc by: Microsoft
  • 4 total downloads
  • Latest version: 1.1.5
  • aspnetcore aspnetcoremvc codegenerator scaffolding visualstudioweb
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.
Microsoft.Web.WebView2 by: Microsoft
  • 30 total downloads
  • Latest version: 1.0.3124.44
  • Microsoft Web WebView Native native package Edge C++ Win32 WPF WinForms dotnet framework core Webview2
The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). This package is necessary for Win32 C/C++, WPF, and WinForms applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
Microsoft.Windows.SDK.BuildTools by: Microsoft
  • 34 total downloads
  • Latest version: 10.0.26100.1
  • WindowsSDK build tools
Includes tools required for building projects targeting the Windows SDK.
Microsoft.WindowsAppSDK by: Microsoft
  • 19 total downloads
  • Latest version: 1.7.241114004-experimental1
  • Windows "Windows App SDK" WinAppSDK WinUI XAML Fluent Controls Downlevel Compatibility TreeView ColorPicker NavigationView MenuBar Resources Native DWriteCore "Interactive Experiences" ixp "Project Reunion" ProjectReunion
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support.
Microsoft.WindowsAppSDK.WinUI by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-experimental1
  • Windows WinUI UWP XAML Fluent Controls Downlevel Compatibility TreeView ColorPicker NavigationView MenuBar
This package provides backward-compatible versions of Windows UI features including UWP XAML controls, dense control styles, and Fluent styles and materials. It is part of the Windows UI Library. The WinUI 3 APIs in this package are subject to change in future releases of Windows App SDK. This version is intended for preview and not for use in shipping applications.
Microsoft.WindowsDesktop.App.Ref by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-rc.2.20475.6
Internal implementation package not meant for direct consumption. Please do not reference directly. Windows Forms and WPF targeting pack. Contains reference assemblies, documentation, and other design-time assets. 3f7b76f5e2c6216a265daff3e403e61ae24815dc When using NuGet 3.x this package requires at least version 3.4.
Mono.Unix by: Microsoft
  • 3 total downloads
  • Latest version: 7.0.0-beta1.21310.1
  • posix unix mono macos osx linux
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
MudBlazor by: Garderoben, Henon and Contributors
  • 9 total downloads
  • Latest version: 8.5.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
Nerdbank.GitVersioning by: Andrew Arnott
  • 1 total downloads
  • Latest version: 2.1.11
  • git commit versioning version assemblyinfo
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NSwag.AspNetCore by: Rico Suter
  • 1 total downloads
  • Latest version: 14.3.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Common by: NuGet.Common
  • 1 total downloads
  • Latest version: 4.1.0
NuGet v3 core library.
NuGet.Packaging.Core by: NuGet
  • 2 total downloads
  • Latest version: 4.1.0
The core data structures for NuGet.Packaging
NuGet.Protocol.Core.v3 by: NuGet
  • 1 total downloads
  • Latest version: 4.3.0-beta1-2418
  • nuget protocol
NuGet Protocol for 3.1.0 servers
NuGet.Repositories by: NuGet.Repositories
  • 1 total downloads
  • Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
Nullable by: Manuel Römer
  • 1 total downloads
  • Latest version: 1.1.1
  • source compiletime csharp8.0 netcore3.0 null nullable attributes allownull disallownull doesnotreturn doesnotreturnif maybenull maybenullwhen notnull notnullifnotnull notnullwhen
A source code only package which allows you to use .NET Core 3.0's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. This package does not contain any compiled binaries, but instead adds a single C# file with the attribute classes to your project. Because this C# file gets 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# file is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the file is only included in the .NET Standard 2.0 version, because .NET Standard 2.1 already provides the nullable attributes by default. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
PolySharp by: Sergio Pedri
  • 4 total downloads
  • Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
  • dotnet net netcore netstandard csharp library generator polyfill roslyn
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
Portable.JWT by: Mitja Bombac
  • 2 total downloads
  • Latest version: 1.0.3
  • jwt portable json signing hs256 hs384 hs512 key password based encryption
JWT (JSON Web Token) Portable Implementation for .NET 4.5+ (Public Domain). Supported algorithms: HMAC signatures with HS256, HS384 and HS512.