Microsoft.WindowsAppSDK.WinUI by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.250930000-experimental
  • Windows "Windows App SDK" WinAppSDK WinUI XAML Fluent Controls Downlevel Compatibility TreeView ColorPicker NavigationView MenuBar
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 modern Windows UI features.
MudBlazor by: Garderoben, Henon and Contributors
  • 4 total downloads
  • Latest version: 7.0.0-rc.1
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
A Blazor Component Library based on Material Design principles, focusing on ease of use. Written mainly in C# with minimal JavaScript, it allows .NET developers to easily understand and debug the code when needed.
MySql.Data by: Oracle
  • 1 total downloads
  • Latest version: 6.7.9
  • MySql MySql.Data Connector/NET
ADO.Net driver for MySQL
Nerdbank.GitVersioning by: Andrew Arnott
  • 1 total downloads
  • Latest version: 1.4.41
  • 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.
NuGet.Packaging.Core by: NuGet
  • 2 total downloads
  • Latest version: 4.2.0
The core data structures for NuGet.Packaging
NuGet.Protocol.Core.Types by: NuGet
  • 3 total downloads
  • Latest version: 4.3.0-beta1-2418
  • nuget protocol
NuGet's protocol-level base types used for connecting to API v2 and API v3 repositories.
NuGet.Repositories by: NuGet.Repositories
  • 6 total downloads
  • Latest version: 4.1.0
NuGet v3 core library.
Nullable by: Manuel Römer
  • 0 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.
NUnit3TestAdapter by: NUnit Software
  • 1 total downloads
  • Latest version: 3.0.7-ctp-7
  • test visualstudio testadapter nunit nunit3
A package including the NUnit 3.0 TestAdapter for Visual Studio 2012/13/15. With this package you don't need to install the VSIX adapter package, and you don't need to upload the adapter to your TFS server. Note that this package ONLY contains the adapter, not the NUnit framework. You must also get the framework. You only need one such package for a solution. The package works with Visual Studio 2012 from RTM, and with Update 1 and higher, and with Visual Studio 2013 from RTM and all updates, Visual Studio 2015, tested up to RC.
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0-preview1-24530-04
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.win10-x86.Microsoft.Net.Native.SharedLibrary by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.8-rel-30601-02
  • Compiler Compilation .Net
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version. Supported Platforms: - UWP tools 2.2
Sentry by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 4.10.1
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Profiling by: Sentry Team and Contributors
  • 2 total downloads
  • Latest version: 5.14.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling Profiling Diagnostic
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog by: Serilog Contributors
  • 1 total downloads
  • Latest version: 4.3.2-dev-02433
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
SixLabors.Fonts by: Six Labors and contributors
  • 0 total downloads
  • Latest version: 3.0.0
  • font truetype opentype woff woff2
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
SQLitePCLRaw.lib.e_sqlite3.osx by: Eric Sink, D. Richard Hipp, et al
  • 1 total downloads
  • Latest version: 1.1.1-pre20161109081005
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v140 by: Eric Sink, D. Richard Hipp, et al
  • 1 total downloads
  • Latest version: 1.1.3
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
StackExchange.Redis by: Stack Exchange inc., marc.gravell
  • 1 total downloads
  • Latest version: 1.0.231
  • Async Redis NoSQL Client Distributed Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
Swashbuckle.AspNetCore by: domaindrivendev
  • 3 total downloads
  • Latest version: 10.2.1
  • swagger openapi documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.Collections.NonGeneric by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22605
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer