dotnetfoundation
NuGet publisher profile
Packages (1,342)
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
Json.NET BSON adds support for reading and writing BSON
Humanizer.Core
Humanizer core package that contains the library and the neutral language (English) resources
coverlet.collector
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
DocumentFormat.OpenXml
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
System.Reactive
Reactive Extensions (Rx) for .NET
System.Linq.Async
Provides support for Language-Integrated Query (LINQ) over IAsyncEnumerable<T> sequences.
System.Interactive.Async
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
Microsoft.AspNetCore.Mvc.Versioning
A service API versioning library for Microsoft ASP.NET Core.
coverlet.msbuild
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of API-versioned controllers and actions, and their URLs and allowed HTTP methods.
Cake.Tool
The Cake .NET Tool.
Humanizer
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Humanizer.Core.uk
Humanizer Locale Ukrainian (uk)
Humanizer.Core.fr
Humanizer Locale French (fr)
Humanizer.Core.de
Humanizer Locale German (de)
Humanizer.Core.es
Humanizer Locale Spanish (es)
Humanizer.Core.ru
Humanizer Locale Russian (ru)
Humanizer.Core.pt
Humanizer Locale Portuguese (pt)
Humanizer.Core.zh-CN
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.it
Humanizer Locale Italian (it)
Humanizer.Core.nl
Humanizer Locale Dutch (nl)
Humanizer.Core.zh-Hans
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant
Humanizer Locale Chinese (zh-Hant)
Humanizer.Core.pl
Humanizer Locale Polish (pl)
Humanizer.Core.ja
Humanizer Locale Japanese (ja)
Humanizer.Core.sv
Humanizer Locale Swedish (sv)
Humanizer.Core.cs
Humanizer Locale Czech (cs)
Humanizer.Core.da
Humanizer Locale Danish (da)
Humanizer.Core.id
Humanizer Locale Indonesian (id)
Humanizer.Core.he
Humanizer Locale Hebrew (he)
Humanizer.Core.tr
Humanizer Locale Turkish (tr)
Humanizer.Core.hr
Humanizer Locale Croatian (hr)
Humanizer.Core.el
Humanizer Locale Greek (el)
Humanizer.Core.ro
Humanizer Locale Romanian (ro)
Humanizer.Core.fa
Humanizer Locale Persian (fa)
Humanizer.Core.hu
Humanizer Locale Hungarian (hu)
Humanizer.Core.ar
Humanizer Locale Arabic (ar)
Humanizer.Core.nb
Humanizer Locale Norwegian Bokmål (nb)
Humanizer.Core.sk
Humanizer Locale Slovak (sk)
Humanizer.Core.uz-Cyrl-UZ
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Humanizer.Core.bg
Humanizer Locale Bulgarian (bg)
Humanizer.Core.sl
Humanizer Locale Slovenian (sl)
Humanizer.Core.vi
Humanizer Locale Vietnamese (vi)
Humanizer.Core.sr-Latn
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.uz-Latn-UZ
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.sr
Humanizer Locale Serbian (sr)
Humanizer.Core.af
Humanizer Locale Afrikaans (af)
Humanizer.Core.lv
Humanizer Locale Latvian (lv)
Humanizer.Core.mt
Humanizer Locale Maltese (mt)
Humanizer.Core.nb-NO
Humanizer Locale Norwegian Bokmål (Norway) (nb-NO)
Humanizer.Core.fi-FI
Humanizer Locale Finnish (Finland) (fi-FI)
Humanizer.Core.fr-BE
Humanizer Locale French (Belgium) (fr-BE)
Humanizer.Core.bn-BD
Humanizer Locale Bangla (Bangladesh) (bn-BD)
Humanizer.Core.hy
Humanizer Locale Armenian (hy)
Humanizer.Core.ms-MY
Humanizer Locale Malay (Malaysia) (ms-MY)
Humanizer.Core.az
Humanizer Locale Azerbaijani (az)
DocumentFormat.OpenXml.Framework
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
Humanizer.Core.ku
Humanizer Locale Central Kurdish (ku)
System.Reactive.Linq
Legacy facade for Reactive Extensions (Rx) for .NET
Humanizer.Core.ko-KR
Humanizer Locale Korean (South Korea) (ko-KR)
Humanizer.Core.th-TH
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.is
Humanizer Locale Icelandic (is)
System.Reactive.Core
Legacy facade for Reactive Extensions (Rx) for .NET
System.Reactive.Interfaces
Legacy facade for Reactive Extensions (Rx) for .NET
Cake
The Cake script runner.
Microsoft.AspNetCore.OData
This package contains everything you need to create OData v4.0 endpoints using ASP.NET Core MVC Core 10.x to support OData query syntax for your Web APIs.
Docker.DotNet
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
System.Reactive.PlatformServices
Legacy facade for Reactive Extensions (Rx) for .NET
CommunityToolkit.HighPerformance
This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
Docker.DotNet.X509
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
System.Reactive.Providers
Legacy facade for Reactive Extensions (Rx) for .NET
System.Reactive.Compatibility
Reactive Extensions (Rx) Compatibility Library for enabling v3 apps to work with v4
CommunityToolkit.Mvvm
This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.
System.Interactive
Interactive Extensions Main Library used to express queries over enumerable sequences.
Microsoft.AspNet.OData
This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.
Microsoft.Reactive.Testing
Reactive Extensions (Rx) for .NET - Testing Library
coverlet.console
Coverlet is a cross platform code coverage tool for .NET, with support for line, branch and method coverage.
CommunityToolkit.Diagnostics
This package includes .NET helpers such as: - Guard: Helper methods to verify conditions when running code. - ThrowHelper: Helper methods to efficiently throw exceptions.
Steeltoe.Common
Abstractions and code shared by many Steeltoe components.
System.Linq.Async.Queryable
Provides support for Language-Integrated Query (LINQ) over IAsyncQueryable<T> sequences with query providers.
Microsoft.AspNet.WebApi.Versioning
A service API versioning library for Microsoft ASP.NET Web API.
Steeltoe.Common.Http
Shared code related to HTTP, primarily for working with HttpClient.
CoreWCF.Primitives
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
Cake.Core
The Cake core library.
CoreWCF.Http
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
PInvoke.Windows.Core
P/Invoke types for common Windows APIs.
Steeltoe.Extensions.Configuration.CloudFoundryBase
Configuration Provider for reading Cloud Foundry Environment Variables.
PInvoke.Kernel32
P/Invoke methods for the Windows Kernel32.dll.
DotNext
Provides various extensions of .NET Base Class Library
Steeltoe.Common.Abstractions
Abstractions commonly used across Steeltoe components.
CommunityToolkit.Maui
The .NET MAUI Community Toolkit is a collection of Animations, Behaviors, Converters, and Custom Views for development with .NET MAUI. It simplifies and demonstrates common developer tasks building iOS, Android, macOS and Windows apps with .NET MAUI.
CommunityToolkit.Maui.Core
Core library for community toolkits using .NET MAUI
Steeltoe.Extensions.Configuration.Abstractions
Abstractions used in Steeltoe Configuration libraries.
Cake.Cli
The Cake CLI library.
System.Reactive.Windows.Threading
Legacy facade for Reactive Extensions (Rx) for .NET
PInvoke.NCrypt
P/Invoke methods for the Windows NCrypt.dll.
Cake.Common
Provides aliases (extension methods on Cake context) that support CI, build, unit tests, zip, signing, etc. for Cake.
PInvoke.BCrypt
P/Invoke methods for the Windows BCrypt.dll.
Steeltoe.Discovery.Abstractions
Abstractions for service registration and discovery.
Steeltoe.Extensions.Configuration.PlaceholderBase
Configuration provider for resolving property placeholders in configuration values.
MvvmCross
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Core' libraries for MvvmCross
DotNext.Threading
Asynchronous locks and .NET threading extensions
Steeltoe.Extensions.Configuration.ConfigServerBase
Configuration provider for reading from Spring Cloud Config Server.
ilmerge
ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly is created as an executable with the same entry point as the primary assembly. Also, if the primary assembly has a strong name, and a .snk file is provided, then the target assembly is re-signed with the specified key so that it also has a strong name. ILMerge is packaged as a console application. But all of its functionality is also available programmatically. There are several options that control the behavior of ILMerge. See the documentation that comes with the tool for details.
DotNet.ReproducibleBuilds
Enables reproducible build settings
Steeltoe.Extensions.Configuration.ConfigServerCore
Package for adding Spring Cloud Config Server configuration provider to ASP.NET Core applications.
CoreWCF.NetTcp
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
Cake.DotNetTool.Module
Cake Module that extends Cake with ability to install tools using dotnet cli.
Microsoft.AspNet.WebApi.Versioning.ApiExplorer
The API Explorer for Microsoft ASP.NET Web API Versioning.
Microsoft.Toolkit.Uwp.Notifications
The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.
Cake.NuGet
Cake Module providing NuGet install capabilities for i.e. preprocessor directives like #addin, #tool and #load
System.Interactive.Async.Providers
Interactive Extensions Async Providers Library used to build query providers and express queries over async enumerable sequences.
Humanizer.Core.lt
Humanizer Locale Lithuanian (lt)
Humanizer.Core.lb
Humanizer Locale Luxembourgish (lb)
CoreWCF.WebHttp
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
Cake.Frosting
The .NET Core host for Cake.
Steeltoe.Extensions.Logging.DynamicLogger
Steeltoe Dynamic Console Logger.
Steeltoe.Management.EndpointBase
Steeltoe management endpoints.
Microsoft.AspNetCore.OData.NewtonsoftJson
This package contains customized Newtonsoft.Json serializer converters to support OData serialization.
CoreWCF.NetFramingBase
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
Steeltoe.Connector.Abstractions
Abstractions for working with backing services.
Steeltoe.Management.EndpointCore
Package for using Steeltoe management endpoints with ASP.NET Core.
Steeltoe.Connector.ConnectorBase
Connectors for using service bindings in your application.
Steeltoe.Extensions.Configuration.CloudFoundryCore
Package for adding Cloud Foundry environment variable configuration provider to ASP.NET Core applications.
MvvmCross.Plugin.Messenger
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Messenger' plugin for MvvmCross
Silk.NET.Core
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Microsoft.AspNetCore.OData.Versioning
A service API versioning library for Microsoft ASP.NET Core and OData v4.0.
Steeltoe.Discovery.ClientCore
Package for using Steeltoe Service Discovery Client in ASP.NET Core applications.
Steeltoe.Extensions.Logging.Abstractions
Abstractions for use with dynamic logging.
Steeltoe.Management.Abstractions
Abstractions for application management and monitoring.
ColorCode.Core
The Core Library, containing the Parser, and the classes to create your own formatter.
Steeltoe.Discovery.ClientBase
Base package for using Steeltoe Service Discovery.
Steeltoe.CloudFoundry.ConnectorBase
CloudFoundry Connectors for .NET, Base package
Steeltoe.Management.OpenTelemetryBase
Steeltoe Management OpenTelemetry.
Microsoft.AspNetCore.OData.Versioning.ApiExplorer
The API Explorer for Microsoft ASP.NET Core and OData v4.0.
Steeltoe.Management.Diagnostics
Steeltoe Management Runtime Diagnostics.
nanoFramework.CoreLibrary
This package includes the CoreLibrary assembly for .NET nanoFramework C# projects. This package requires a target with mscorlib v100.22.0.5 (checksum 0x2D5CA905). In case you don't need the System.Reflection API there is another NuGet package without this API.
CoreWCF.ConfigurationManager
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
CommunityToolkit.Common
This package includes .NET helpers such as: - IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view. - String extensions and array extensions: These extensions make working with string and arrays easier.
Steeltoe.Extensions.Configuration.PlaceholderCore
Package for adding property placeholder resolving config provider to ASP.NET Core applications.
Steeltoe.Common.Hosting
Steeltoe library for commonly-used ASP.NET Core hosting-related functions.
MvvmCross.Plugin.Visibility
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Visibility' plugin for MvvmCross
Cake.CoreCLR
The Cake script runner.
Silk.NET.Maths
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
System.Device.Gpio
The System.Device.Gpio package supports general-purpose I/O (GPIO) pins, PWM, I2C, SPI and related interfaces for interacting with low level hardware pins to control hardware sensors, displays and input devices on single-board-computers; Raspberry Pi, BeagleBoard, ODROID, and other single-board-computers that are supported by Linux or Windows and can run .NET. Depending on the OS and hardware, various low-level drivers are available. Additionally, hardware interfaces connected trough Serial ports or USB are also supported.
System.Reactive.Windows.Forms
Windows Forms support for Reactive Extensions (Rx) for .NET
DocumentFormat.OpenXml.Linq
Provides additional LINQ functionality to the Open XML SDK to allow operations using XLINQ.
MvvmCross.Tests
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Test Helpers' for MvvmCross
MvvmCross.Plugin.Json
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Json' plugin for MvvmCross
MvvmCross.Plugin.Color
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Color' plugin for MvvmCross
Steeltoe.Management.CloudFoundryCore
Package for using Steeltoe management endpoints with ASP.NET Core on Cloud Foundry.
System.Reactive.Runtime.Remoting
Legacy facade for Reactive Extensions (Rx) for .NET
Steeltoe.Discovery.EurekaBase
Neflix Eureka Client
nanoFramework.Runtime.Events
This package includes the nanoFramework.Runtime.Events assembly for nanoFramework C# projects. This package requires a target with nanoFramework.Runtime.Events v100.2.0.1 (checksum 0x825875FF).
System.Reactive.Experimental
Legacy facade for Reactive Extensions (Rx) for .NET
ColorCode.UWP
Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.
Steeltoe.Discovery.Eureka
Client for service discovery and registration with Netflix Eureka.
Silk.NET.OpenGL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Microsoft.OData.Extensions.Client.Abstractions
This package contains the abstract codes you need to create OData client.
Microsoft.OData.Extensions.Client
This package contains the OData Client factory, with built-in handler to hook up with Http client factory.
TorchSharp
.NET Bindings for Torch. Requires reference to one of libtorch-cpu, libtorch-cuda-12.8, libtorch-cuda-12.8-win-x64 or libtorch-cuda-12.8-linux-x64 version 2.10.0.0 to execute.
DocumentFormat.OpenXml.Features
Provides additional functionality to the Open XML SDK.
Steeltoe.CloudFoundry.ConnectorCore
.NET Core CloudFoundry Connector Extensions
Steeltoe.Management.OpenCensus
OpenCensus .NET API
Steeltoe.Management.OpenCensusBase
Steeltoe Management OpenCensus
CommunityToolkit.Maui.MediaElement
MediaElement is a view for playing video and audio in your .NET MAUI app.
PInvoke.User32
P/Invoke methods for the Windows User32.dll.
PInvoke.Windows.ShellScalingApi
P/Invoke methods for the Windows Windows.ShellScalingApi.dll.
Piranha
Core package for Piranha CMS for .NET Core
CommunityToolkit.Maui.Markup
CommunityToolkit.Maui.Markup is a set of fluent helper methods and classes to simplify building declarative .NET MAUI user interfaces in C#
Steeltoe.Management.OpenCensus.Abstractions
OpenCensus .NET API abstractions
Microsoft.AspNet.OData.Versioning
A service API versioning library for Microsoft ASP.NET Web API and OData v4.0.
DotNet.ReproducibleBuilds.Isolated
Enables reproducible build settings, isolating build from side effects of other installed software on the same machine.
DotVVM
DotVVM is an open source ASP.NET-based framework which allows to build interactive web apps easily by using mostly C# and HTML.
nanoFramework.System.Device.I2c
This package includes the System.Device.I2c assembly for nanoFramework C# projects. This package requires a target with System.Device.I2c v100.2.0.1 (checksum 0xACDDB100).
Docker.DotNet.BasicAuth
Docker.DotNet.BasicAuth is a library that allows you to use basic authentication with a remote Docker engine programmatically in your .NET applications.
Silk.NET.Vulkan
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Cake.Bakery
The Cake script analyzer and code generator.
nanoFramework.System.Math
This package includes the nanoFramework.System.Math assembly for .NET nanoFramework C# projects. This package requires a target with System.Math v100.2.0.1 (checksum 0x5FEF7548).
MvvmCross.Forms
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains MvvmCross to use with Xamarin.Forms
MvvmCross.DroidX.RecyclerView
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains AndroidX RecyclerView support for MvvmCross.
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid
This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.
CommunityToolkit.Aspire.Hosting.NodeJS.Extensions
A .NET Aspire for hosting NodeJS apps using Vite, Yarn, PNPM, or NPM.
Steeltoe.Management.TracingBase
Base package for enabling request tracing in distributed systems.
CommunityToolkit.WinUI.Extensions
This package contains various Extensions for text, framework components (dispatcher, visual tree, FrameworkElement, etc.), visual transforms, shadows, ScrollViewer, ListViewBase, and more.
Steeltoe.Discovery.ConsulBase
Hashicorp Consul Client
Steeltoe.Management.TracingCore
Add distributed tracing to ASP.NET Core applications.
nanoFramework.System.Device.Gpio
This package includes the System.Device.Gpio assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.Gpio v100.2.0.1 (checksum 0xDE01CEA1).
nanoFramework.System.Text
This package includes the System.Text assembly for nanoFramework C# projects. This package requires a target with System.Text v100.2.0.1 (checksum 0x86EC2A29).
DotNext.IO
Common API surface for decoding and encoding data from/to stream or I/O pipe
Silk.NET.GLFW
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
System.Reactive.Observable.Aliases
Reactive Extensions (Rx) provides the aliases Map, FlatMap, and Filter
Silk.NET.Vulkan.Extensions.KHR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Ultz.Native.GLFW
Multi-platform native library for GLFW.
Steeltoe.Extensions.Logging.DynamicSerilogBase
Steeltoe library for enabling dynamic management of Serilog.
dotnet-validate
Enables Validation of .NET Packages from the CLI
ColorCode.HTML
Contains the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code.
DotVVM.Core
This package contains base classes and interfaces of DotVVM that might be useful in a business layer. DotVVM is an open source ASP.NET-based framework which allows to build modern web apps without writing any JavaScript code.
Silk.NET.Windowing.Common
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
MvvmCross.Plugin.ResxLocalization
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'ResxLocalization' plugin for MvvmCross
CommunityToolkit.Aspire.Hosting.Dapr
Dapr support for Aspire.
MvvmCross.Plugin.ResourceLoader
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'ResourceLoader' plugin for MvvmCross
MvvmCross.Plugin.WebBrowser
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'WebBrowser' plugin for MvvmCross
nanoFramework.System.IO.Streams
This package includes the System.IO.Streams assembly for .NET nanoFramework C# projects.
nanoFramework.System.Collections
This package includes the .NET System.Collections assembly for .NET nanoFramework C# projects. This package requires a target with System.Collections v100.2.0.4 (checksum 0xDD331830).
Steeltoe.Extensions.Logging.DynamicSerilogCore
Steeltoe library for enabling dynamic management of Serilog in ASP.NET Core applications. Includes Console sink.
MvvmCross.Plugin.PictureChooser
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'PictureChooser' plugin for MvvmCross
nanoFramework.System.Buffers.Binary.BinaryPrimitives
This package includes the .NET System.Buffers.Binary.BinaryPrimitives namespace for .NET nanoFramework C# projects.
nanoFramework.System.Device.Model
This package includes the .NET System.Device.Model for .NET nanoFramework C# projects.
Steeltoe.Connector.ConnectorCore
Package for using service connectors in your .NET Core application.
Steeltoe.Common.Net
Abstractions and code for using Windows network files shares.
Iot.Device.Bindings
This package provides a set of Device Bindings ("Device drivers") that use System.Device.Gpio package to communicate with sensors and microcontrollers.
nanoFramework.Runtime.Native
This package includes the nanoFramework.Runtime.Native assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.Runtime.Native v100.2.0.1 (checksum 0x4854E672).
Piranha.AttributeBuilder
Library for defining content types with Attributes
Microsoft.Toolkit.Uwp.UI.Controls.Markdown
This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is a part of the Windows Community Toolkit.
Silk.NET.Input.Common
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Windowing.Glfw
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cpu-linux-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cpu-linux-x64 contains components of the PyTorch LibTorch library version 2.10.0 redistributed as a NuGet package with added support for TorchSharp.
CommunityToolkit.WinUI.UI.Controls.DataGrid
This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.
Silk.NET.Vulkan.Extensions.EXT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
ColorCode.WinUI
Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.
Piranha.Manager
Manager panel for Piranha CMS for AspNetCore
Silk.NET.Windowing
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.System.Threading
This package includes the nanoFramework.System.Threading assembly for .NET nanoFramework C# projects.
MvvmCross.DroidX.SwipeRefreshLayout
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains Support Core UI support for MvvmCross.
Steeltoe.Common.Kubernetes
Steeltoe common library for Kubernetes.
Silk.NET.Input.Glfw
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
MvvmCross.DroidX.Material
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains Support v7 Design support for MvvmCross.
Piranha.Data.EF
Data components for Entity Framework Core
Piranha.AspNetCore
Piranha CMS middleware components for AspNetCore
Silk.NET.Input
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
System.Reactive.WindowsRuntime
Window Runtime (WinRT) Support for Reactive Extensions (Rx) for .NET
MvvmCross.Plugin.JsonLocalization
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'JsonLocalization' plugin for MvvmCross
CommunityToolkit.WinUI.Controls.Primitives
Primitive layout controls such as SwitchPresenter, UniformGrid, WrapLayout, StaggeredPanel, WrapPanel, DockPanel, ConstrainedBox and more.
CommunityToolkit.WinUI.UI.Controls.Markdown
This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is a part of the Windows Community Toolkit.
CommunityToolkit.WinUI.Helpers
This package contains various helpers for Colors, Network, Camera, WeakEventListener, PackageVersion, ScreenUnit and more.
nanoFramework.System.Net
This package includes the nanoFramework System.Net assembly for .NET nanoFramework C# projects. This package requires a target with System.Net v100.20.0.2 (checksum 0x0D0C3837).
ClangSharp
ClangSharp are strongly-typed safe Clang bindings written in C# for .NET and Mono, tested on Linux and Windows.
Ultz.Native.SDL
Multi-platform native library for SDL.
MvvmCross.Plugin.FieldBinding
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'FieldBinding' plugin for MvvmCross
Microsoft.Toolkit.Win32.UI.XamlApplication
This library provides XAML islands common helpers for native applications. It is part of the Windows Community Toolkit.
Microsoft.Toolkit.Uwp.Connectivity
This library enables easier consumption of connectivity Devices/Peripherals and handle its connection to Windows devices. It contains BluetoothLE and Network connectivity helpers.
Silk.NET.SDL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Discovery.Consul
Client for service discovery and registration with Hashicorp Consul.
CommunityToolkit.Aspire.OllamaSharp
An Aspire client integration for the OllamaSharp library.
CommunityToolkit.WinUI.Animations
A collection of implicit, composition and connected animation helpers and builders.
MvvmCross.Plugin.PhoneCall
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'PhoneCall' plugin for MvvmCross
Silk.NET.OpenAL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
DotNext.Unsafe
Rich data types to work with unmanaged memory in a safe manner
Steeltoe.Management.ExporterBase
Steeltoe Management ExporterBase - Base Package
nanoFramework.System.Device.Spi
This package includes the System.Device.Spi assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.Spi v100.2.0.1 (checksum 0x084454DB).
Steeltoe.Extensions.Configuration.KubernetesBase
Configuration Provider for reading Cloud Foundry Environment Variables.
DataGridExtensions
This package contains useful extensions for the MS DataGrid (System.Windows.Controls.DataGrid). The current version supports the following features: - Add filtering capabilities to the DataGrid. - Correctly apply initial sorting criteria. - Easy to use\r\n- Easy to customize - Attaches to the existing DataGrid
Steeltoe.Extensions.Configuration.KubernetesCore
Package for adding Kubernetes environment variables, ConfigMaps and Secrets to .NET applications.
Piranha.Manager.Localization
Localization for the Piranha CMS manager panel
MvvmCross.Plugin.Location
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Location' plugin for MvvmCross
libtorch-cpu-win-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cpu-win-x64 contains components of the PyTorch LibTorch library version 2.10.0 redistributed as a NuGet package with added support for TorchSharp.
Steeltoe.Management.ExporterCore
Steeltoe Management Exporter
Steeltoe.Connector.CloudFoundry
Package for enabling Steeltoe Connectors on Cloud Foundry.
Piranha.AspNetCore.Identity
Piranha CMS security provider for AspNetCore Identity
nanoFramework.System.Diagnostics.Stopwatch
This package includes the .NET System.Diagnostics.Stopwatch namespace for .NET nanoFramework C# projects.
PInvoke.AdvApi32
P/Invoke methods for the Windows AdvApi32.dll.
nanoFramework.Hardware.Esp32
This package includes the nanoFramework.Hardware.Esp32 assembly for .NET nanoFramework C# projects. The nanoFramework.Hardware.Esp32 assembly contains functions specific to the ESP32 device. This package requires a target with nanoFramework.Hardware.Esp32 v100.2.0.1 (checksum 0xC5C2813F).
CommunityToolkit.WinUI.Converters
Commonly used converters that allow the data to be modified as it passes through the binding engine.
CommunityToolkit.Aspire.Hosting.Ollama
An Aspire integration leveraging the Ollama container with support for downloading a model on startup.
CommunityToolkit.WinUI.Triggers
A collection of custom visual State Triggers.
DotNext.Metaprogramming
A library for metaprogramming and dynamic code generation
CommunityToolkit.Maui.Camera
Camera contains CameraView, a view for displaying a preview of the camera output and other camera related functionalities in your .NET MAUI app.
DotVVM.AspNetCore
DotVVM is an open source ASP.NET-based framework which allows to build interactive web apps easily by using mostly C# and HTML.
TorchSharp-cuda-windows
TorchSharp makes PyTorch available for .NET users. This package combines the TorchSharp package with LibTorch 2.10.0 CUDA 12.8 support for Windows.
Cake.Testing
Contains testing utilities for Cake.
CommunityToolkit.Aspire.Hosting.MailPit
An Aspire component leveraging the MailPit container.
CommunityToolkit.WinUI.Controls.SettingsControls
Create a Windows 11 style settings experiences with these controls.
Piranha.Local.FileStorage
Package for storing uploaded media assets on disc
Steeltoe.Configuration.Abstractions
Abstractions and code shared by Steeltoe Configuration libraries.
MvvmCross.Plugin.MethodBinding
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'MethodBinding' plugin for MvvmCross
Steeltoe.CircuitBreaker.HystrixBase
Steeltoe's implementation of Netflix's Hystrix, for .NET.
nanoFramework.Tools.FirmwareFlasher
.NET nanoFirmwareFlasher tool to flash firmware images to target devices.
CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects
An Aspire hosting integration capable of deploying SQL Server Database Projects as part of your AppHost.
ClangSharp.Interop
ClangSharp are strongly-typed safe Clang bindings written in C# for .NET and Mono, tested on Linux and Windows.
nanoff
.NET nanoFirmwareFlasher tool to flash firmware images to target devices.
SignClient
Client-side tools for the .NET Foundation Sign Service
Piranha.AspNetCore.Hosting
Basic tools for hosting Piranha CMS in an AspNetCore application
CommunityToolkit.Aspire.Hosting.DbGate
An Aspire hosting integration for the DbGate database management container.
Microsoft.Toolkit.Win32.UI.SDK
This library provides XAML islands common helpers applications. It is part of the Windows Community Toolkit.
Silk.NET.Windowing.Sdl
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.System.Numerics
This package includes the .NET System.Numerics namespace for .NET nanoFramework C# projects.
libtorch-cpu-osx-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cpu-osx-x64 contains components of the PyTorch LibTorch library version 2.2.1 redistributed as a NuGet package with added support for TorchSharp.
Microsoft.Toolkit.UI.XamlHost
This library provides XAML islands common helpers for WPF and WinForms. It is part of the Windows Community Toolkit.
PInvoke.SetupApi
P/Invoke methods for the Windows SetupApi.dll.
Piranha.Manager.LocalAuth
Package Description
Microsoft.Toolkit.Wpf.UI.XamlHost
This library provides XAML islands helpers for WPF. It is part of the Windows Community Toolkit. By using the WindowsXamlHost control, you can add built-in or custom UWP controls to the User Interface (UI) of your WPF desktop application, such as Windows Ink and controls that support the Fluent Design System.
nanoFramework.System.Net.Http
This package includes the System.Net.Http assembly for .NET nanoFramework C# projects. There are also two other packages with just the client API and just the server API. These are meant to be used when there is the need to use smaller assemblies.
Steeltoe.Security.Authentication.CloudFoundryCore
ASP.NET Core External Security Provider for CloudFoundry.
nanoFramework.System.IO.Ports
This package includes the System.IO.Ports assembly for .NET nanoFramework C# projects. This package requires a target with System.IO.Ports v100.2.0.1 (checksum 0x47A1E0DB).
nanoFramework.Iot.Device.Button
This package includes the .NET IoT Core binding Iot.Device.Button for .NET nanoFramework C# projects.
CoreWCF.UnixDomainSocket
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
Steeltoe.Management.OpenCensus.ZipkinExporter
Zipkin exporter for OpenCensus
libtorch-cpu
TorchSharp makes PyTorch available for .NET users. libtorch-cpu contains components of the PyTorch LibTorch library version 2.10.0 redistributed as a NuGet package with added support for TorchSharp.
PInvoke.NTDll
P/Invoke methods for the Windows NTDll.dll.
Microsoft.OData.Cli
The odata-cli is a CLI tool for generating strongly typed C# and Visual Basic client code for a specified OData service. It generates a DataServiceContext class to interact with the service and CLR types for each entity type and complex type in the service model. It does exactly what the OData Connected Service does.
Microsoft.AspNet.OData.Versioning.ApiExplorer
The API Explorer for Microsoft ASP.NET Web API Versioning and OData v4.0.
nanoFramework.ResourceManager
This package includes the nanoFramework.ResourceManager assembly for nanoFramework C# projects. This package requires a target with nanoFramework.ResourceManager v100.2.0.1 (checksum 0xA9473119).
Steeltoe.CloudFoundry.Connector.EFCore
CloudFoundry Connector Extensions for Entity Framework Core
MvvmCross.Platforms.Wpf
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'MvvmCross.Platforms.Wpf' libraries for MvvmCross
Steeltoe.Security.Authentication.CloudFoundryBase
Base Security Provider for CloudFoundry.
Steeltoe.Common.Certificates
Steeltoe shared library for working with certificates.
Steeltoe.Connector.EFCore
Package for using Steeltoe Connectors with Entity Framework Core.
LLVMSharp
LLVMSharp is a multi-platform .NET Standard library for accessing the LLVM infrastructure.
CommunityToolkit.Aspire.Hosting.Adminer
An Aspire hosting integration for the Adminer database management container.
CommunityToolkit.WinUI.Controls.Sizers
Resize various parts of your UI easily in a consistent fashion.
CommunityToolkit.WinUI.Behaviors
A collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.
nanoFramework.Windows.Devices.Gpio
This package includes the Windows.Devices.Gpio assembly for nanoFramework C# projects. This package requires a target with Windows.Devices.Gpio v100.1.2.2 (checksum 0xC41539BE).
MvvmCross.Plugin.Email
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Email' plugin for MvvmCross
CommunityToolkit.WinUI.Controls.Segmented
A common UI control to configure a view or setting.
Silk.NET.OpenGL.Legacy
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.Mpu6886
This package includes the .NET IoT Core binding Iot.Device.Mpu6886 for .NET nanoFramework C# projects.
TorchSharp-cpu
TorchSharp makes PyTorch available for .NET users. This package combines the TorchSharp package with LibTorch 2.10.0 CPU support.
nanoFramework.Hardware.Esp32.Rmt
This package includes the nanoFramework.Hardware.Esp32.Rmt assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.Hardware.Esp32.Rmt v100.2.0.2 (checksum 0x2EC38A19).
Ultz.Native.Assimp
Multi-platform native library for Assimp.
nanoFramework.Logging
This package includes the nanoFramework.Logging assembly for .NET nanoFramework C# projects. There are also two other packages with just the Serial Logging and just the Stream Logging. These are meant to be used when you want to use those possibilities.
Piranha.ImageSharp
Package for processing uploaded images using ImageSharp
Steeltoe.Common.Retry
Retries for circuit breaker.
Microsoft.Toolkit.Wpf.UI.Controls
This library provides XAML controls for WPF. It is part of the Windows Community Toolkit. Controls: -InkCanvas : Defines an area that receives and displays ink strokes. -InkToolbar : Wpf-enabled wrapper for InkToolbar, that Represents a Universal Windows app control containing a customizable and extensible collection of buttons that activate ink-related features in an associated InkCanvas. -MapControl : A set of controls for WPF and UWP for rendering digital maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays. -MediaPlayerElement : This controls embeds a view that streams and renders media content such as video in your Windows Forms or WPF desktop application. -SwapChainPanel : Provides a hosting surface, where Microsoft DirectX swap chains provide content that can be rendered into a XAML UI. A SwapChainPanel element is a key component for an app that renders Microsoft DirectX graphics and then presents those visuals within a XAML page.
Silk.NET.Input.Sdl
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
PInvoke.CfgMgr32
P/Invoke methods for the Windows CfgMgr32.dll.
PInvoke.WinUsb
P/Invoke methods for the Windows WinUsb.dll.
PInvoke.Cabinet
P/Invoke methods for the Windows Cabinet.dll.
PInvoke.NewDev
P/Invoke methods for the Windows NewDev.dll.
Silk.NET
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Graphics
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects.. This package requires a target with System.Graphics v (checksum 0x3C3B8810).
Steeltoe.CircuitBreaker.HystrixCore
Package for adding Steeltoe Hystrix to ASP.NET Core applications.
Silk.NET.OpenXR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-12.1-win-x64-part5-fragment1
(see main package)
Piranha.AspNetCore.Identity.PostgreSQL
Piranha CMS AspNetCore Identity provider for PostgreSQL
libtorch-cuda-12.1-win-x64-part9-fragment1
(see main package)
System.Reactive.Async
Package Description
Piranha.Data.EF.PostgreSql
Entity Framework Core migration package for PostgreSQL
MvvmCross.Plugin.Share
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Share' plugin for MvvmCross
nanoFramework.System.Device.Adc
This package includes the System.Device.Adc assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.Adc v100.2.0.1 (checksum 0xA2D36208).
Silk.NET.Assimp
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Common.Security
Steeltoe common library for security.
CommunityToolkit.Aspire.Hosting.SqlServer.Extensions
An Aspire hosting integration for extending SQL Server resources with additional management tooling.
Steeltoe.Configuration.CloudFoundry
Configuration provider and IOptions support for reading Cloud Foundry environment variables.
libtorch-cuda-12.1-win-x64-part3-fragment1
(see main package)
Silk.NET.DXGI
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Json
This package includes nanoFramework.Json, a helper class library to deal with json serialization/deserialization in .NET nanoFramework C# projects.
nanoFramework.nanoCLR.Win32
This package includes the .NET nanoFramework nanoCLR for Win32.
libtorch-cuda-12.1-win-x64-part4
(see main package)
nanoFramework.System.Device.Pwm
This package includes the nanoFramework System.Device.Pwm assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.System.Device.Pwm v100.2.0.0 (checksum 0xCF40DA96).
libtorch-cuda-12.1-win-x64-part9-primary
(see main package)
Cake.Scripting.Abstractions
The Cake script analyzer and code generator.
libtorch-cuda-12.1-win-x64-part3-primary
(see main package)
Steeltoe.Management.Endpoint
Steeltoe management endpoints, also known as actuators. Includes support for Cloud Foundry integration.
Cake.Scripting.Transport
The Cake script analyzer and code generator.
libtorch-cuda-12.1-win-x64-part2
(see main package)
nanoFramework.System.Device.Dac
This package includes the System.Device.Dac assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.Dac v100.2.0.1 (checksum 0xBD443F06).
DotVVM.Owin
This package contains OWIN middleware and hosting infrastructure for DotVVM apps. DotVVM is an open source ASP.NET-based framework which allows to build interactive web apps easily by using mostly C# and HTML.
Piranha.Manager.TinyMCE
TinyMCE WYSIWYG Editor for Piranha CMS
Steeltoe.Management.TaskCore
Extensions for running tasks embedded in your ASP.NET Core application. Ideal for cf run-task in Cloud Foundry.
CommunityToolkit.WinUI.Notifications
The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.
libtorch-cpu-osx-arm64
TorchSharp makes PyTorch available for .NET users. libtorch-cpu-osx-arm64 contains components of the PyTorch LibTorch library version 2.10.0 redistributed as a NuGet package with added support for TorchSharp.
CommunityToolkit.Aspire.Hosting.Ngrok
An Aspire integration for exposing hosted applications via secure, public URLs using ngrok.
nanoFramework.Tools.Debugger.Net
This .NET library provides a debug client for .NET nanoFramework devices using USB or Serial connection to a board.
nanoFramework.Iot.Device.Rtc
This package includes the .NET IoT Core binding Iot.Device.Rtc for .NET nanoFramework C# projects.
libtorch-cuda-12.1-win-x64-part9-fragment2
(see main package)
MvvmCross.Plugin.Location.Fused
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the implementation of FusedLocationApi as 'Location' plugin for MvvmCross
Steeltoe.Configuration.Kubernetes.ServiceBindings
Configuration provider for reading from Service Binding Specification for Kubernetes.
MvvmCross.CodeAnalysis
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Code Analysis' analyzers and code fixes for MvvmCross
CommunityToolkit.Maui.Maps
The .NET MAUI Community Maps Toolkit is a collection of Maps
libtorch-cuda-12.1-win-x64-part5-primary
(see main package)
CommunityToolkit.Aspire.Hosting.Minio
An Aspire hosting integration for MinIO. DEPRECATED: The MinIO OSS project has been archived and is no longer maintained. This integration is deprecated and will be removed in a future version.
nanoFramework.Iot.Device.Axp192
This package includes the .NET IoT Core binding Iot.Device.Axp192 for .NET nanoFramework C# projects.
ClangSharpPInvokeGenerator
ClangSharp are strongly-typed safe Clang bindings written in C# for .NET and Mono, tested on Linux and Windows.
Steeltoe.Security.Authentication.MtlsCore
ASP.NET Core middleware that enables an application to support certificate authentication.
MvvmCross.Plugin.All
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains all plugins for MvvmCross
Silk.NET.Direct3D11
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.Uwp.Lottie
This library provides the LottieVisualSource which is consumed by the Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer to render Lottie JSON files in runtime.
libtorch-cuda-12.1-win-x64-part6
(see main package)
libtorch-cuda-12.1-win-x64-part8
(see main package)
Steeltoe.Configuration.ConfigServer
Configuration provider for Spring Cloud Config Server.
Piranha.Azure.BlobStorage
Package for storing uploaded media assets on Azure Blob Storage
MvvmCross.Plugin.Sidebar
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Sidebar' plugin for MvvmCross
nanoFramework.Iot.Device.Common.NumberHelper
This package includes the .NET IoT Core binding helper NumberHelper for .NET nanoFramework C# projects.
nanoFramework.System.IO.FileSystem
This package includes the System.IO.FileSystem assembly for .NET nanoFramework C# projects. This package requires a target with System.IO.FileSystem v100.2.0.2 (checksum 0xCCF9B4CA).
DotNext.Net.Cluster
Basic framework for building clusters
nanoFramework.Iot.Device.Buzzer
This package includes the .NET IoT Core binding Iot.Device.Buzzer for .NET nanoFramework C# projects.
libtorch-cuda-11.3-win-x64-part11
(see main package)
libtorch-cuda-11.3-win-x64-part1
(see main package)
CommunityToolkit.Aspire.Hosting.JavaScript.Extensions
An Aspire integration for hosting NodeJS apps using Vite, Yarn, PNPM, or NPM.
DotVVM.Templates
DotVVM Project Templates
libtorch-cuda-12.1-win-x64-part1
(see main package)
TorchSharp-cuda-linux
TorchSharp makes PyTorch available for .NET users. This package combines the TorchSharp package with LibTorch 2.10.0 CUDA 12.8 support for Linux.
nanoFramework.System.Drawing
This package includes the .NET System.Drawing namespace for .NET nanoFramework C# projects.
libtorch-cuda-11.3-win-x64-part2
(see main package)
PInvoke.SHCore
P/Invoke methods for the Windows SHCore.dll.
libtorch-cuda-12.1-win-x64-part7
(see main package)
Steeltoe.CircuitBreaker.Hystrix.MetricsEventsCore
Steeltoe Netflix Hystrix Metrics Event Stream ASP.NET Core.
nanoFramework.Windows.Devices.SerialCommunication
This package includes the Windows.Devices.SerialCommunication assembly for nanoFramework C# projects. This package requires a target with Windows.Devices.SerialCommunication v100.1.1.2 (checksum 0x34BAF06E).
Steeltoe.Configuration.Placeholder
Configuration provider for resolving property placeholders in configuration values.
nanoFramework.System.Net.Http.Server
This package includes the System.Net.Http assembly (server API only) for .NET nanoFramework C# projects. There is also a package with the client API only and another with the full API.
nanoFramework.M2Mqtt
M2Mqtt is a MQTT client available for .NET nanoFramework for M2M communication.
Steeltoe.Messaging.Abstractions
Abstractions for use with Steeltoe Messaging.
libtorch-cuda-11.3-win-x64-part8
(see main package)
libtorch-cuda-11.3-win-x64-part3-fragment1
(see main package)
Piranha.Data.EF.SQLServer
Data components for Entity Framework Core
Silk.NET.Input.Extensions
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.3-win-x64-part9-fragment1
(see main package)
libtorch-cuda-11.3-win-x64-part9-fragment2
(see main package)
libtorch-cuda-11.3-win-x64-part5
(see main package)
Silk.NET.OpenGLES.Extensions.EXT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Security.DataProtection.RedisCore
Support for storing data protection keys in Redis.
libtorch-cuda-11.3-win-x64-part4
(see main package)
Steeltoe.Messaging.MessagingBase
Steeltoe Messaging Base.
nanoFramework.Windows.Storage.Streams
This package includes the Windows.Storage.Streams assembly for .NET nanoFramework C# projects.
MvvmCross.Plugin.Accelerometer
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Accelerometer' plugin for MvvmCross
nanoFramework.DependencyInjection
This package includes the nanoFramework.DependencyInjection assembly for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Common.WeatherHelper
This package includes the .NET IoT Core binding Iot.Device.Common.WeatherHelper for .NET nanoFramework C# projects.
libtorch-cuda-11.3-win-x64-part10
(see main package)
libtorch-cuda-11.3-win-x64-part3-fragment2
(see main package)
DotVVM.CommandLine
Command-line tools for DotVVM.
nanoFramework.Iot.Device.Bmm150
This package includes the .NET IoT Core binding Iot.Device.Bmm150 for .NET nanoFramework C# projects.
CommunityToolkit.Uwp.Extensions
This package contains various Extensions for text, framework components (dispatcher, visual tree, FrameworkElement, etc.), visual transforms, shadows, ScrollViewer, ListViewBase, and more.
nanoFramework.TestFramework
This package includes the Test Framework to be used for Unit Tests in .NET nanoFramework C# projects.
libtorch-cuda-11.3-win-x64-part6
(see main package)
libtorch-cuda-11.1-win-x64-part11
(see main package)
Steeltoe.CircuitBreaker.Abstractions
Circuit breaker abstractions.
Piranha.AspNetCore.Identity.SQLServer
Piranha CMS AspNetCore Identity provider for SQLServer
libtorch-cuda-11.7-win-x64-part2
(see main package)
libtorch-cuda-11.3-win-x64-part9-primary
(see main package)
libtorch-cuda-11.1-win-x64-part1
(see main package)
nanoFramework.Windows.Devices.Spi
This package includes the Windows.Devices.Spi assembly for nanoFramework C# projects. This package requires a target with Windows.Devices.Spi v100.1.4.2.
DotNext.Reflection
Strongly typed reflection, concept types (type classes), fast reflection
System.Interactive.Providers
Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.
Steeltoe.Extensions.Configuration.SpringBootBase
Configuration provider for reading Spring Boot style configuration.
Steeltoe.Common.Expression
Steeltoe common expression language library.
libtorch-cuda-12.1-win-x64-part10
(see main package)
Piranha.AspNetCore.Identity.SQLite
Piranha CMS AspNetCore Identity provider for SQLite
Silk.NET.OpenAL.Soft.Native
Multi-platform native library for OpenAL Soft.
libtorch-cuda-11.3-win-x64-part9-fragment3
(see main package)
libtorch-cuda-11.7-win-x64-part9-fragment2
(see main package)
nanoFramework.Iot.Device.Ws28xx.Esp32
This package includes the .NET nanoFramework binding Ws28xx (specific for ESP32 devices) for .NET nanoFramework C# projects.
nanoFramework.System.Net.Http.Client
This package includes the System.Net.Http assembly (client API only) for .NET nanoFramework C# projects. There is also a package with the server API only and another with the full API.
CommunityToolkit.Aspire.Hosting.Golang
An Aspire integration for hosting Golang apps.
Steeltoe.Messaging.RabbitMQ
Steeltoe Messaging RabbitMQ.
Steeltoe.Management.EndpointWeb
Steeltoe Management Endpoints for ASP.NET 4.x
libtorch-cuda-11.7-win-x64-part1
(see main package)
Silk.NET.Direct3D.Compilers
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.3-win-x64-part3-primary
(see main package)
PInvoke.Psapi
P/Invoke methods for the Windows Psapi.dll.
libtorch-cuda-11.7-win-x64-part9-fragment1
(see main package)
nanoFramework.Windows.Devices.I2c
This package includes the Windows.Devices.I2c assembly for .NET nanoFramework C# projects. This package requires a target with Windows.Devices.I2c v.
nanoFramework.M5Core2
This package includes the nanoFramework.M5Core2 assembly for .NET nanoFramework C# projects.
Steeltoe.Security.DataProtection.CredHubBase
NET Client for CredHub - Base Package.
libtorch-cuda-11.1-win-x64-part2
(see main package)
DotNext.AspNetCore.Cluster
Framework for fault-tolerant clustered microservices based on ASP.NET Core
Silk.NET.OpenCL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.3-win-x64-part7
(see main package)
libtorch-cuda-11.3-win-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cuda-11.3-win-x64 contains components of the PyTorch LibTorch library version 1.11.0 redistributed as a NuGet package with added support for TorchSharp.
PInvoke.Gdi32
P/Invoke methods for the Windows Gdi32.dll.
libtorch-cuda-11.7-win-x64-part11
(see main package)
Steeltoe.Common.Autofac
Steeltoe Common Library for Autofac
DotVVM.Compiler.Light
Command-line compiler for DotVVM.
Steeltoe.Security.DataProtection.CredHubCore
ASP.NET Core Extensions for CredHub Client.
Steeltoe.Extensions.Logging.SerilogDynamicLogger
Steeltoe library for enabling dynamic management of Serilog
nanoFramework.System.Device.Wifi
This package includes the System.Device.Wifi assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.Wifi v100.2.0.1 (checksum 0x7AE2272F).
libtorch-cuda-11.7-win-x64-part9-primary
(see main package)
Silk.NET.OpenXR.Extensions.FB
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Extensions.ImGui
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.7-win-x64-part4
(see main package)
libtorch-cuda-11.7-win-x64-part8
(see main package)
libtorch-cuda-11.7-win-x64-part3-fragment1
(see main package)
libtorch-cuda-11.1-win-x64-part3-fragment1
(see main package)
nanoFramework.M5StickC
This package includes the nanoFramework.M5StickC assembly for .NET nanoFramework C# projects.
nanoFramework.Windows.Devices.Wifi
This package includes the Windows.Devices.Wifi assembly for .NET nanoFramework C# projects. This package requires a target with Windows.Devices.Wifi v (checksum 0xA94A849E).
libtorch-cuda-11.7-win-x64-part5-fragment1
(see main package)
nanoFramework.Azure.Devices.Client
This package includes the .NET nanoFramework.Azure.Devices.Client assembly for .NET nanoFramework C# projects. This is an SDK for Azure IoT Hub using MQTT broker.
libtorch-cuda-11.1-win-x64-part10
(see main package)
CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions
An Aspire hosting integration for extending PostgreSQL resources with additional management tooling.
PInvoke.UxTheme
P/Invoke methods for the Windows UxTheme.dll.
CommunityToolkit.WinUI.Lottie
This library provides the LottieVisualSource which is consumed by the Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer to render Lottie JSON files.
PInvoke.DwmApi
P/Invoke methods for the Windows DwmApi.dll.
nanoFramework.M5StickCPlus
This package includes the nanoFramework.M5StickCPlus assembly for .NET nanoFramework C# projects.
CommunityToolkit.Uwp.Helpers
This package contains various helpers for Colors, Network, Camera, WeakEventListener, PackageVersion, ScreenUnit and more.
nanoFramework.M5Core
This package includes the nanoFramework.M5Core assembly for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.Bun
An Aspire integration for hosting Bun apps. DEPRECATED: Use Aspire.Hosting.JavaScript and builder.AddBunApp(...) instead. This package will be removed in a future release.
nanoFramework.Iot.Device.Ip5306
This package includes the .NET IoT Core binding Iot.Device.Ip5306 for .NET nanoFramework C# projects.
libtorch-cuda-11.1-linux-x64-part1
(see main package)
PInvoke.Shell32
P/Invoke methods for the Windows Shell32.dll.
CoreWCF.Queue
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
libtorch-cuda-11.1-win-x64-part6
(see main package)
libtorch-cuda-11.1-linux-x64-part2-fragment4
(see main package)
libtorch-cuda-11.1-linux-x64-part2-fragment3
(see main package)
libtorch-cuda-11.1-win-x64-part3-fragment2
(see main package)
PInvoke.Win32
P/Invoke methods for Win32 APIs
CommunityToolkit.WinUI.Media
Create animated Media effects on UI elements. Saturation, Opacity, Color, CrossFade, Exposure, Sepia, HueRotation, and more.
CommunityToolkit.WinUI.Collections
This package contains the AdvancedCollectionView and IncrementalLoadingCollection.
libtorch-cuda-11.7-win-x64-part5-primary
(see main package)
libtorch-cuda-11.1-linux-x64-part2-fragment5
(see main package)
libtorch-cuda-11.1-win-x64-part7-fragment1
(see main package)
nanoFramework.AtomLite
This package includes the nanoFramework.AtomLite assembly for .NET nanoFramework C# projects.
Piranha.Data.EF.SQLite
Entity Framework Core migration package for SQLite
libtorch-cuda-11.1-win-x64-part5
(see main package)
nanoFramework.Windows.Storage
This package includes the nanoFramework.Windows.Storage assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.Windows.Storage v100.0.3.0 (checksum 0xF0C37E1B).
nanoFramework.Tools.Debugger.UWP
This UWP library provides a debug client for nanoFramework devices using USB or Serial connection to a board.
nanoFramework.AtomMatrix
This package includes the nanoFramework.AtomMatrix assembly for .NET nanoFramework C# projects.
CommunityToolkit.Authentication
This package includes .NET Standard authentication helpers such as: - BaseProvider: A base construct for building Graph Providers on top of. - IProvider: Authentication provider interface to expose more states around the authentication process for Graph controls and helpers. - ProviderManager: Shared provider manager used by controls and helpers to authenticate and call the Microsoft Graph. - ProviderState: Represents the current authentication state of the session for a given IProvider.
libtorch-cuda-11.1-linux-x64-part2-fragment6
(see main package)
AMQPNetLite.nanoFramework
This is a lightweight AMQP library for .Net nanoFramework. A more compact version is available in the AMQPNetMicro.nanoFramework package.
libtorch-cuda-11.1-linux-x64-part3-fragment1
(see main package)
Steeltoe.Logging.Abstractions
Abstractions for managing minimum logging levels at runtime.
nanoFramework.Windows.Devices.Adc
This package includes the Windows.Devices.Adc assembly for nanoFramework C# projects. This package requires a target with Windows.Devices.Adc v100.1.3.3.
libtorch-cuda-11.1-win-x64-part8
(see main package)
CommunityToolkit.Aspire.Hosting.Sqlite
An Aspire hosting integration for providing a Sqlite database connection.
Silk.NET.Direct3D12
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
DotVVM.Tracing.MiniProfiler.AspNetCore
MiniProfiler Tracing module for ASP.NET Core and DotVVM
nanoFramework.System.Net.WebSockets.Client
This package includes the System.Net.WebSockets assembly (client API only) for .NET nanoFramework C# projects. There are also two other packages, one with the server API only and another with the complete API.
libtorch-cuda-11.1-linux-x64-part3-fragment3
(see main package)
DotVVM.Tracing.ApplicationInsights
Application Insights Tracing module for DotVVM
libtorch-cuda-11.1-linux-x64-part3-fragment2
(see main package)
nanoFramework.Iot.Device.Multiplexing
This package includes the .NET IoT Core binding helper multiplexing for .NET nanoFramework C# projects.
libtorch-cuda-11.7-win-x64-part3-primary
(see main package)
Steeltoe.Logging.DynamicConsole
Manage minimum logging levels at runtime using ConsoleLogger.
libtorch-cuda-11.1-win-x64-part9-fragment2
(see main package)
libtorch-cuda-11.1-win-x64-part9-fragment1
(see main package)
libtorch-cuda-11.1-win-x64-part7-fragment2
(see main package)
CommunityToolkit.Aspire.Hosting.Azure.Dapr
Azure Dapr support for Aspire.
AMQPNetMicro.nanoFramework
This is a compact version of AMQP.Net Lite for .Net nanoFramework on memory/space constrained devices.
libtorch-cuda-11.1-win-x64-part9-fragment4
(see main package)
Silk.NET.OpenAL.Extensions.EXT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.1-win-x64-part9-fragment3
(see main package)
DotNext.MaintenanceServices
Provides API to manage applications and microservices in containers
nanoFramework.Fire
This package includes the nanoFramework.Fire assembly for .NET nanoFramework C# projects.
libtorch-cuda-11.1-linux-x64-part2-fragment7
(see main package)
CommunityToolkit.Datasync.Server.Abstractions
Abstractions for developing server-side applications using the Datasync Toolkit.
CommunityToolkit.WinUI.Controls.TokenizingTextBox
A text input control that auto-suggests and displays token items.
nanoFramework.WebServer
This is a simple multithread WebServer supporting simple controller and event based calls. Perfect for .NET nanoFramework REST API based project. Supports both HTTPS and HTTP. If serving files from local storage is a requirement, please use instead the 'nanoFramework.WebServer.FileSystem' nuget.
Cake.Frosting.Template
Cake.Frosting templates for the .NET SDK.
libtorch-cuda-11.7-win-x64-part10
(see main package)
DotVVM.Api.Swashbuckle.AspNetCore
Swashbuckle.AspNetCore extensions for DotVVM.
CommunityToolkit.Aspire.Minio.Client
An Aspire client integration for MinIO. DEPRECATED: The MinIO OSS project has been archived and is no longer maintained. This integration is deprecated and will be removed in a future version.
libtorch-cuda-11.1-linux-x64-part3-primary
(see main package)
CommunityToolkit.Graph
This package includes .NET Standard code helpers such as: Extensions: - GraphExtensions: Helpers for common tasks related to the Microsoft Graph in context of the available controls and helpers. - ProviderExtensions: Extension on IProvider for accessing a pre-configured GraphServiceClient instance. Helpers: - OneDriveStorageHelper: A helper for interacting with data stored via files and folders in OneDrive. - UserExtensionStorageHelper: A helper for interacting with open extensions on the Graph User to store data in key/value pairs.
libtorch-cuda-12.1-win-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cuda-12.1-win-x64 contains components of the PyTorch LibTorch library version 2.5.1 redistributed as a NuGet package with added support for TorchSharp.
CommunityToolkit.Aspire.Hosting.MongoDB.Extensions
An Aspire hosting integration for extending MongoDB resources with additional management tooling.
nanoFramework.Graphics.Core
This package includes the nanoFramework.Graphics.Core assembly for .NET nanoFramework C# projects.
PInvoke.Msi
P/Invoke methods for the Windows Msi.dll.
Steeltoe.CircuitBreaker.Hystrix.MetricsStreamCore
Netflix Hystrix metrics event stream for ASP.NET Core over RabbitMQ.
CoreWCF.NetNamedPipe
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
CommunityToolkit.Aspire.MassTransit.RabbitMQ
An Aspire client integration for MassTransit RabbitMQ.
CommunityToolkit.Aspire.Meilisearch
A Meilisearch client that integrates with Aspire, including health checks, logging, and telemetry.
TorchVision
.NET Bindings for TorchVision. Requires reference to TorchSharp and one of libtorch-cpu, libtorch-cuda-12.8, libtorch-cuda-12.8-win-x64 or libtorch-cuda-12.8-linux-x64 version 2.10.0.0 to execute.
nanoclr
.NET nanoFramework CLR as a .NET tool. Allows running nanoCLR as a virtual device.
libtorch-cuda-11.1-win-x64-part9-primary
(see main package)
PInvoke.Hid
P/Invoke methods for the Windows Hid.dll.
libtorch-cuda-11.1-win-x64-part9-fragment5
(see main package)
nanoFramework.System.Net.WebSockets
This package includes the System.Net.WebSockets assembly for nanoFramework C# projects. There are also two other packages with just the client API and just the server API. These are meant to be used when there is the need to use smaller assemblies.
CommunityToolkit.WinUI.Controls.ColorPicker
An extended color picker that enables picking a color using a spectrum, sliders, or text input.
nanoFramework.Iot.Device.ShiftRegister
This package includes the .NET IoT Core binding Iot.Device.ShiftRegister for .NET nanoFramework C# projects.
libtorch-cuda-11.1-win-x64-part4
(see main package)
libtorch-cuda-11.1-win-x64-part7-primary
(see main package)
Microsoft.Toolkit.Uwp.Notifications.JavaScript
This project is used for packaging the WinMD to work for WinJS projects. Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML. Supports adaptive tiles and adaptive/interactive toasts for Windows 10. It is part of the Windows Community Toolkit. Supports C# and C++ UWP project types (see Microsoft.Toolkit.Uwp.Notifications). Also works with C# portable class libraries and non-UWP C# projects like server projects.
nanoFramework.System.Net.WebSockets.Server
This package includes the System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects. There are also two other packages, one with the client API only and another with the complete API.
libtorch-cuda-11.3-linux-x64-part1
(see main package)
DotVVM.DynamicData
DotVVM is an open source ASP.NET-based framework which allows to build interactive web apps easily by using mostly C# and HTML.
Silk.NET.OpenAL.Extensions.Enumeration
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.3-linux-x64-part2-fragment2
(see main package)
nanoFramework.Iot.Device.Bmxx80
This package includes the .NET IoT Core binding Iot.Device.Bmxx80 for .NET nanoFramework C# projects.
CommunityToolkit.Uwp.Triggers
A collection of custom visual State Triggers.
CommunityToolkit.WinUI.Controls.HeaderedControls
This package contains controls such as HeaderedItemsControl, HeaderedTreeView, and HeaderedContentControl.
MvvmCross.DroidX.Leanback
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains AndroidX Leanback support for MvvmCross.
Steeltoe.Discovery.Kubernetes
Client for service discovery with Kubernetes native service discovery.
Silk.NET.OpenAL.Extensions.Creative
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
PInvoke.Crypt32
P/Invoke methods for the Windows Crypt32.dll.
DotVVM.DynamicData.Annotations
Annotation attributes for DotVVM Dynamic Data that provide additional features.
libtorch-cuda-11.3-linux-x64-part2-fragment3
(see main package)
libtorch-cuda-11.1-win-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cuda-11.1-win-x64 contains components of the PyTorch LibTorch library version 1.9.0 redistributed as a NuGet package with added support for TorchSharp.
libtorch-cuda-11.1-win-x64-part3-primary
(see main package)
nanoFramework.Logging.Stream
This package includes the nanoFramework.Logging.Stream assembly (Stream Logging only) for .NET nanoFramework C# projects. There is also a package with the Serial Logger only and another with the basic Debug Logger.
nanoFramework.Iot.Device.Apa102
This package includes the .NET IoT Core binding Iot.Device.Apa102 for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.Redis.Extensions
An Aspire hosting integration for extending Redis resources with additional management tooling.
libtorch-cuda-11.1-linux-x64-part2-fragment2
(see main package)
nanoFramework.System.Runtime
This package includes the System.Runtime assembly for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.Java
An Aspire integration for hosting Java apps using either the Java executable or container image.
PInvoke.WtsApi32
P/Invoke methods for the Windows WtsApi32.dll.
libtorch-cuda-11.3-linux-x64-part2-fragment4
(see main package)
libtorch-cuda-11.1-linux-x64-part2-fragment1
(see main package)
nanoFramework.MagicBit
This package includes nanoFramework.MagicBit, a board package library for MagicBit in .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.Python.Extensions
An Aspire integration for hosting Uvicorn apps.
libtorch-cuda-11.3-linux-x64-part2-fragment5
(see main package)
libtorch-cuda-11.7-win-x64-part7
(see main package)
PInvoke.DbgHelp
P/Invoke methods for the Windows DbgHelp.dll.
DotVVM.Api.Swashbuckle.Owin
Swashbuckle.Owin extensions for DotVVM.
Piranha.Templates
Piranha CMS Templates
Steeltoe.Bootstrap.Autoconfig
Package for automatically configuring Steeltoe packages that have separately been added to a project.
PInvoke.ImageHlp
P/Invoke methods for the Windows ImageHlp.dll.
Steeltoe.Extensions.Configuration.RandomValueBase
Configuration provider for generating random values.
nanoFramework.Windows.Devices.Pwm
This package includes the Windows.Devices.Pwm assembly for nanoFramework C# projects. This package requires a target with Windows.Devices.Pwm v100.1.3.3.
CommunityToolkit.Aspire.Hosting.ActiveMQ
An Aspire hosting package for hosting ActiveMQ.
libtorch-cuda-11.7-win-x64-part6
(see main package)
libtorch-cuda-11.3-linux-x64-part3-fragment1
(see main package)
libtorch-cuda-11.3-linux-x64-part3-fragment2
(see main package)
DotVVM.Tracing.ApplicationInsights.AspNetCore
Application Insights Tracing module for ASP.NET Core DotVVM
PInvoke.Userenv
P/Invoke methods for the Windows Userenv.dll.
CommunityToolkit.Aspire.Hosting.Meilisearch
Meilisearch support for Aspire.
nanoFramework.Logging.Serial
This package includes the nanoFramework.Logging.Serial assembly (Serial Logging only) for .NET nanoFramework C# projects. There is also a package with the Stream Logging only and another with the basic Debug Logging.
nanoFramework.Iot.Device.Bmp180
This package includes the .NET IoT Core binding Iot.Device.Bmp180 for .NET nanoFramework C# projects.
CommunityToolkit.WinUI.Connectivity
This library enables easier consumption of connectivity Devices/Peripherals and handle its connection to Windows devices. It contains BluetoothLE and Network connectivity helpers.
CommunityToolkit.Aspire.Hosting.McpInspector
An Aspire hosting integration to run the MCP Inspector against a Model Context Protocol (MCP) server.
CommunityToolkit.Aspire.Hosting.RavenDB
An Aspire integration leveraging the RavenDB container.
CommunityToolkit.Aspire.RavenDB.Client
An Aspire client integration for the RavenDB.Client library.
libtorch-cuda-11.1-linux-x64-part2-primary
(see main package)
libtorch-cuda-11.3-linux-x64-part2-fragment6
(see main package)
CommunityToolkit.Aspire.Hosting.Deno
An Aspire integration for hosting Deno apps.
DotVVM.HotReload
Hot reload support for DotVVM pages and changes in markup
CommunityToolkit.Aspire.Hosting.Rust
An Aspire integration for hosting Rust apps.
CommunityToolkit.Datasync.Client
The client capabilities for developing applications using the Datasync Toolkit.
nanoFramework.Iot.Device.Ft6xx6x
This package includes the .NET IoT Core binding FT6xx6x for .NET nanoFramework C# projects.
libtorch-cuda-11.3-linux-x64-part3-primary
(see main package)
libtorch-cuda-11.3-linux-x64-part3-fragment3
(see main package)
nanodu
.NET tool to update nanoFramework dependencies in class libraries. This is meant to be used in nanoFramework CI-CD pipelines.
CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder
An Aspire component leveraging the Data API Builder container.
Piranha.AspNetCore.SimpleSecurity
Piranha CMS simple security provider for AspNetCore
libtorch-cuda-11.3-linux-x64-part2-fragment1
(see main package)
nanoFramework.Iot.Device.Ccs811
This package includes the .NET IoT Core binding Iot.Device.Ccs811 for .NET nanoFramework C# projects.
CommunityToolkit.Uwp.Controls.SettingsControls
Create a Windows 11 style settings experiences with these controls.
libtorch-cuda-11.1-linux-x64-part4
(see main package)
DotVVM.Tracing.MiniProfiler.Owin
MiniProfiler Tracing module for OWIN and DotVVM
CommunityToolkit.Aspire.Hosting.PowerShell
Run powershell scripts in-process with your Aspire AppHost, injecting aspire resources and/or object instances as variables, using the command lines tools of your choice like azure cli, azd, or any other terminal tools.
DotVVM.Tracing.ApplicationInsights.Owin
Application Insights Tracing module for OWIN and DotVVM
PInvoke.NetApi32
P/Invoke methods for the Windows NetApi32.dll.
CommunityToolkit.Datasync.Server.EntityFrameworkCore
An Entity Framework Core based repository for use with the Datasync Toolkit.
CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite
An Aspire client integration for the Microsoft.EntityFrameworkCore.Sqlite package.
libtorch-cuda-11.1-linux-x64-part3-fragment4
(see main package)
CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector
An Aspire hosting integration to add an OpenTelemetry Collector into the OTLP pipeline.
libtorch-cuda-11.1-linux-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cuda-11.1-linux-x64 contains components of the PyTorch LibTorch library version 1.9.0 redistributed as a NuGet package with added support for TorchSharp.
nanoFramework.Iot.Device.Amg88xx
This package includes the .NET IoT Core binding Iot.Device.Amg88xx for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.k6
Grafana k6 support for Aspire.
DotVVM.HotReload.AspNetCore
Hot reload support for DotVVM pages and changes in markup
CommunityToolkit.Datasync.Server
A server-side component for implementing a datsync controller.
nanoFramework.Iot.Device.AD5328
This package includes the .NET IoT Core binding Iot.Device.AD5328 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Max31856
This package includes the .NET IoT Core binding Iot.Device.Max31856 for .NET nanoFramework C# projects.
nanoFramework.Tough
This package includes the nanoFramework.Tough assembly for .NET nanoFramework C# projects.
libtorch-cuda-11.1-linux-x64-part2-fragment8
(see main package)
nanoFramework.Iot.Device.Hcsr04
This package includes the .NET IoT Core binding Iot.Device.Hcsr04 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Max31865
This package includes the .NET IoT Core binding Iot.Device.Max31865 for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.EventStore
EventStore support for .NET Aspire.
CommunityToolkit.WinUI.Controls.LayoutTransformControl
The LayoutTransformControl is a control that supports transformations on FrameworkElement as if applied by LayoutTransform.
CommunityToolkit.Aspire.Hosting.PapercutSmtp
An Aspire component leveraging Papercut SMTP container.
CommunityToolkit.Uwp.Controls.Primitives
Primitive layout controls such as SwitchPresenter, UniformGrid, WrapLayout, StaggeredPanel, WrapPanel, DockPanel, ConstrainedBox and more.
libtorch-cuda-11.3-linux-x64-part2-primary
(see main package)
CommunityToolkit.WinUI.Controls.RangeSelector
A double Slider control that allows the user to select a sub-range of values from a larger range of values.
libtorch-cuda-11.3-win-x64-part9-fragment4
(see main package)
Microsoft.Toolkit.Forms.UI.XamlHost
This library provides XAML islands interop helpers for Windows Forms. It is part of the Windows Community Toolkit. By using the WindowsXamlHost control, you can add built-in or custom UWP controls to the User Interface (UI) of your Windows Forms desktop application, such as Windows Ink and controls that support the Fluent Design System.
nanoFramework.Iot.Device.Bh1745
This package includes the .NET IoT Core binding Iot.Device.Bh1745 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Ags01db
This package includes the .NET IoT Core binding Iot.Device.Ags01db for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.LidarLiteV3
This package includes the .NET IoT Core binding Iot.Device.LidarLiteV3 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Ads1115
This package includes the .NET IoT Core binding Iot.Device.Ads1115 for .NET nanoFramework C# projects.
libtorch-cuda-12.1-linux-x64-part3-fragment2
(see main package)
nanoFramework.Iot.Device.Bh1750fvi
This package includes the .NET IoT Core binding Iot.Device.Bh1750fvi for .NET nanoFramework C# projects.
nanoFramework.Networking.Sntp
This package includes the nanoFramework.Networking.Sntp assembly for nanoFramework C# projects. This package requires a target with nanoFramework.Networking.Sntp v100.2.0.1 (checksum 0x742C0B5C).
nanoFramework.Iot.Device.Bno055
This package includes the .NET IoT Core binding Iot.Device.Bno055 for .NET nanoFramework C# projects.
libtorch-cuda-11.7-win-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cuda-11.7-win-x64 contains components of the PyTorch LibTorch library version 2.0.1 redistributed as a NuGet package with added support for TorchSharp.
PInvoke.MSCorEE
P/Invoke methods for the Windows MSCorEE.dll.
libtorch-cuda-12.1-linux-x64-part3-fragment1
(see main package)
nanoFramework.Devices.Can
This package includes the nanoFramework.Devices.Can assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.Devices.Can v100.0.5.0 (checksum 0xF319D40E).
libtorch-cuda-11.3-linux-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cuda-11.3-linux-x64 contains components of the PyTorch LibTorch library version 1.11.0 redistributed as a NuGet package with added support for TorchSharp.
Piranha.WebApi
Web Api module for Piranha CMS
Silk.NET.Windowing.Desktop
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
libtorch-cuda-11.1-linux-x64-part2-fragment10
(see main package)
nanoFramework.Iot.Device.Shtc3
This package includes the .NET IoT Core binding Iot.Device.Shtc3 for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Microsoft.Data.Sqlite
An Aspire client integration for the Microsoft.Data.Sqlite.Core package.
nanoFramework.Iot.Device.Ahtxx
This package includes the .NET IoT Core binding Iot.Device.Ahtxx for .NET nanoFramework C# projects.
libtorch-cuda-11.3-linux-x64-part2-fragment7
(see main package)
CoreWCF.Templates
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
nanoFramework.Iot.Device.Si7021
This package includes the .NET IoT Core binding Iot.Device.Si7021 for .NET nanoFramework C# projects.
libtorch-cuda-12.1-linux-x64-part3-fragment3
(see main package)
nanoFramework.Iot.Device.Lps25h
This package includes the .NET IoT Core binding Iot.Device.Lps25h for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.DhcpServer
This package includes the .NET IoT Core binding Iot.Device.DhcpServer for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Dhtxx.Esp32
This package includes the .NET IoT Core binding Iot.Device.Dhtxx.Esp32 for .NET nanoFramework C# projects. Only working with ESP32.
nanoFramework.Iot.Device.Hcsr04.Esp32
This package includes the .NET IoT Core binding Iot.Device.Hcsr04.Esp32 for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.Flyway
An Aspire integration for Flyway database migration tool.
nanoFramework.Iot.Device.Sht3x
This package includes the .NET IoT Core binding Iot.Device.Sht3x for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.Azure.Dapr.Redis
An Aspire hosting integration for configuring Azure Cache for Redis as a Dapr state store or pub/sub component in your AppHost.
nanoFramework.Iot.Device.Lm75
This package includes the .NET IoT Core binding Iot.Device.Lm75 for .NET nanoFramework C# projects.
libtorch-cuda-11.1-linux-x64-part2-fragment9
(see main package)
libtorch-cuda-12.1-linux-x64-part4-fragment1
(see main package)
nanoFramework.Iot.Device.Adxl357
This package includes the .NET IoT Core binding Iot.Device.Adxl357 for .NET nanoFramework C# projects.
nanoFramework.Aws.IoTCore.Devices
This package includes the .NET nanoFramework.Aws.IoTCore.Devices assembly for nanoFramework C# projects. This is an SDK for Aws IoTCore.
libtorch-cuda-11.3-linux-x64-part4
(see main package)
PInvoke.Fusion
P/Invoke methods for the Windows Fusion.dll.
nanoFramework.Iot.Device.Mpu9250
This package includes the .NET IoT Core binding Iot.Device.Mpu9250, Iot.Device.Mpu6500 and Iot.Device.Mpu6050 for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.EventStore
An EventStore client that integrates with Aspire, including health checks, logging, and telemetry.
CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps
A hosting package that wraps endpoints with the Azure Static Web Apps emulator.
nanoFramework.Iot.Device.Hts221
This package includes the .NET IoT Core binding Iot.Device.Hts221 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Mlx90614
This package includes the .NET IoT Core binding Iot.Device.Mlx90614 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Mfrc522
This package includes the .NET IoT Core binding Iot.Device.Mfrc522 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Ms5611
This package includes the .NET IoT Core binding Iot.Device.Ms5611 for .NET nanoFramework C# projects.
PInvoke.Magnification
P/Invoke methods for the Windows Magnification.dll.
libtorch-cuda-12.1-linux-x64-part3-primary
(see main package)
nanoFramework.Iot.Device.Ssd13xx
This package includes the .NET IoT Core binding Iot.Device.Ssd13xx for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Max44009
This package includes the .NET IoT Core binding Iot.Device.Max44009 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Dhtxx
This package includes the .NET IoT Core binding Iot.Device.Dhtxx for .NET nanoFramework C# projects.
Steeltoe.Discovery.ClientAutofac
Steeltoe Service Discovery Client Autofac
CommunityToolkit.Aspire.GoFeatureFlag
A GO Feature Flag client that integrates with Aspire, including health checks, logging, and telemetry.
nanoFramework.Iot.Device.RadioTransmitter
This package includes the .NET IoT Core binding Iot.Device.RadioTransmitter for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.LavinMQ
An Aspire hosting package for hosting LavinMQ.
CommunityToolkit.WinUI.DeveloperTools
The FocusTracker and AlignmentGrid help you to get more information about aligning UI elements.
Silk.NET.OpenGL.Legacy.Extensions.WIN
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.Aspire.Hosting.GoFeatureFlag
GO Feature Flag support for Aspire.
PInvoke.Ole32
P/Invoke methods for the Windows Ole32.dll.
nanoFramework.Iot.Device.Tsl256x
This package includes the .NET IoT Core binding Iot.Device.Tsl256x for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Mcp9808
This package includes the .NET IoT Core binding Iot.Device.Mcp9808 for .NET nanoFramework C# projects.
NuGetPackageExplorer.Types
Contains types to enable the plugin architecture in NuGet Package Explorer.
libtorch-cuda-12.1-linux-x64-part5-fragment1
(see main package)
Steeltoe.Extensions.Configuration.Kubernetes.ServiceBinding
Configuration Provider for reading Kubernetes Service Bindings.
nanoFramework.System.Net.Sockets.UdpClient
This package includes the System.Net.Sockets.UdpClient assembly for .NET nanoFramework C# projects.
libtorch-cuda-12.1-linux-x64-part1
(see main package)
CommunityToolkit.Aspire.Hosting.MySql.Extensions
An Aspire hosting integration for extending MySQL resources with additional management tooling.
nanoFramework.Iot.Device.Mhz19b
This package includes the .NET IoT Core binding Iot.Device.Mhz19b for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Ina219
This package includes the .NET IoT Core binding Iot.Device.Ina219 for .NET nanoFramework C# projects.
libtorch-cuda-12.1-linux-x64-part5-primary
(see main package)
Silk.NET.OpenGL.Legacy.Extensions.NVX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.CharacterLcd
This package includes the .NET IoT Core binding Character LCD for .NET nanoFramework C# projects.
Silk.NET.OpenAL.Extensions.Soft
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.DCMotor
This package includes the .NET IoT Core binding Iot.Device.DCMotor for .NET nanoFramework C# projects.
Silk.NET.Windowing.Extensions
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.RadioReceiver
This package includes the .NET IoT Core binding Iot.Device.RadioReceiver for .NET nanoFramework C# projects.
Steeltoe.Management.KubernetesCore
Package for using Steeltoe management endpoints with ASP.NET Core on Kubernetes.
libtorch-cuda-12.1-linux-x64-part4-primary
(see main package)
CommunityToolkit.Uwp.Animations
A collection of implicit, composition and connected animation helpers and builders.
nanoFramework.Iot.Device.Pn532
This package includes the .NET IoT Core binding Iot.Device.Pn532 for .NET nanoFramework C# projects.
Steeltoe.Extensions.Configuration.CloudFoundryAutofac
CloudFoundry Environment Variable Configuration Provider Autofac
Microsoft.Toolkit.Forms.UI.Controls
This library provides XAML user controls for Windows Forms. It is part of the Windows Community Toolkit. Controls: -InkCanvas : Defines an area that receives and displays ink strokes. -InkToolbar : Wpf-enabled wrapper for InkToolbar, that Represents a Universal Windows app control containing a customizable and extensible collection of buttons that activate ink-related features in an associated InkCanvas. -MapControl : A set of controls for WPF and UWP for rendering digital maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays. -MediaPlayerElement : This controls embeds a view that streams and renders media content such as video in your Windows Forms or WPF desktop application. -SwapChainPanel : Provides a hosting surface, where Microsoft DirectX swap chains provide content that can be rendered into a XAML UI. A SwapChainPanel element is a key component for an app that renders Microsoft DirectX graphics and then presents those visuals within a XAML page.
Piranha.AspNetCore.Identity.MySQL
Piranha CMS AspNetCore Identity provider for MySQL
nanoFramework.Hardware.Stm32
This package includes the nanoFramework.Hardware.Stm32 assembly for nanoFramework C# projects. This package requires a target with nanoFramework.Hardware.Stm32 v100.2.0.1 (checksum 0xB0DE7208).
nanoFramework.Iot.Device.Am2320
This package includes the .NET IoT Core binding Iot.Device.Am2320 for .NET nanoFramework C# projects.
Silk.NET.Input.Desktop
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
Json.NetMF
JSON Serializer and Deserializer library for the .NET Micro Framework.
Silk.NET.EGL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
nanoFramework.Devices.OneWire
This package includes the nanoFramework.Devices.OneWire assembly for nanoFramework C# projects. This package requires a target with nanoFramework.Devices.OneWire v100.0.3.4 (checksum 0xA5C172BD).
Steeltoe.CloudFoundry.ConnectorAutofac
CloudFoundry Connector Extensions for Autofac
nanoFramework.Iot.Device.Sn74hc595
This package includes the .NET IoT Core binding Iot.Device.Sn74hc595 for .NET nanoFramework C# projects.
nanoFramework.Logging.Syslog
This package includes the nanoFramework.Logging.Syslog assembly (Syslog Logging only) for .NET nanoFramework C# projects. There is also a package with the Serial Logging, another with Stream Logging only and another with the basic Debug Logging.
Steeltoe.Management.EndpointOwin
Steeltoe Management Endpoint Support for ASP.NET 4x via OWIN
PInvoke.IPHlpApi
P/Invoke methods for the Windows IPHlpApi.dll.
nanoFramework.Iot.Device.Card
This package includes the .NET IoT Core binding Iot.Device.Card, Mifare, Ultralight and NDEF for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Ws28xx
This package includes the .NET IoT Core binding Iot.Device.Ws28xx for .NET nanoFramework C# projects.
CommunityToolkit.Uwp.Media
Create animated Media effects on UI elements. Saturation, Opacity, Color, CrossFade, Exposure, Sepia, HueRotation, and more.
Silk.NET.OpenCL.Extensions.KHR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-12.1-linux-x64-part8
(see main package)
Piranha.Data.EF.MySql
Entity Framework Core migration package for MySql
nanoFramework.Iot.Device.Pn5180
This package includes the .NET IoT Core binding Iot.Device.Pn5180 for .NET nanoFramework C# projects.
Steeltoe.Integration.Abstractions
Abstractions for use with Steeltoe Integration libraries.
libtorch-cuda-11.3-linux-x64-part3-fragment4
(see main package)
nanoFramework.Iot.Device.Mcp3xxx
This package includes the .NET IoT Core binding Iot.Device.Mcp3xxx for .NET nanoFramework C# projects.
libtorch-cuda-12.1-linux-x64-part6
(see main package)
nanoFramework.Iot.Device.Hdc1080
This package includes the .NET IoT Core binding Iot.Device.Hdc1080 for .NET nanoFramework C# projects.
libtorch-cuda-11.7-linux-x64-part3-fragment1
(see main package)
nanoFramework.Iot.Device.ServoMotor
This package includes the .NET IoT Core binding Servo Motor for .NET nanoFramework C# projects.
Steeltoe.Common.Utils
Steeltoe common utility libraries.
Silk.NET.Vulkan.Loader.Native
Multi-platform native library for Vulkan Loader.
Steeltoe.Integration.IntegrationBase
Steeltoe Integration Base.
Steeltoe.Security.Authentication.CloudFoundryOwin
ASP.NET 4.x External Security Provider for CloudFoundry - Owin
Silk.NET.XInput
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Extensions.Configuration.ConfigServerAutofac
Spring Cloud Config Server Configuration Provider Autofac
Steeltoe.Discovery.HttpClients
Enables HTTP clients to load-balance over discovered service instances.
nanoFramework.Iot.Device.Charlieplex
This package includes the .NET IoT Core binding Iot.Device.Charlieplex for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Mbi5027
This package includes the .NET IoT Core binding Iot.Device.Mbi5027 for .NET nanoFramework C# projects.
Silk.NET.SilkTouch
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.7-linux-x64-part3-fragment2
(see main package)
nanoFramework.Iot.Device.Adxl345
This package includes the .NET IoT Core binding Iot.Device.Adxl345 for .NET nanoFramework C# projects.
libtorch-cuda-12.1-linux-x64-part2-primary
(see main package)
Silk.NET.OpenGL.Extensions.ARB
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.SignalR.Client
This package includes the nanoFramework.SignalR.Client assembly for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Mcp960x
This package includes the .NET IoT Core binding Iot.Device.Mcp960x for .NET nanoFramework C# projects.
libtorch-cuda-11.7-linux-x64-part7
(see main package)
libtorch-cuda-11.7-linux-x64-part8
(see main package)
nanoFramework.M2Mqtt.Core
M2Mqtt is a MQTT client available for .NET nanoFramework for M2M communication.
MvvmCross.Forms.Platforms.Wpf
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'MvvmCross.Forms.Platforms.Wpf' libraries for MvvmCross
libtorch-cuda-11.7-linux-x64-part2
(see main package)
CommunityToolkit.Uwp.Converters
Commonly used converters that allow the data to be modified as it passes through the binding engine.
nanoFramework.Iot.Device.Max7219
This package includes the .NET IoT Core binding Iot.Device.Max7219 for .NET nanoFramework C# projects.
libtorch-cuda-11.7-linux-x64-part3-primary
(see main package)
nanoFramework.CoreLibrary.NoReflection
This package includes the CoreLibrary assembly for .NET nanoFramework C# projects **WITHOUT** the System.Reflection API. This package requires a target with mscorlib v100.22.0.5 (checksum 0xCB139DD2). There is another version that includes the System.Reflection API.
nanoFramework.Iot.Device.Sps30
This package contains a driver to communicate with the SPS30 via the UART interface.
nanoFramework.Iot.Device.Pcd8544
This package includes the .NET IoT Core binding Iot.Device.Pcd8544 for .NET nanoFramework C# projects.
Silk.NET.OpenGL.Extensions.EXT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Cake.Testing.Xunit
Contains Xunit testing utilities for Cake.
libtorch-cuda-11.7-linux-x64-part6
(see main package)
DotVVM.HotReload.Owin
Hot reload support for DotVVM pages and changes in markup
Silk.NET.Direct3D9
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.WinUI.Controls.ImageCropper
The ImageCropper control allows the user to freely crop an image.
nanoFramework.Iot.Device.Chsc6540
This package includes the .NET IoT Core binding CHSC6540 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.A4988
This package includes the .NET IoT Core binding Iot.Device.Uln2003 for .NET nanoFramework C# projects.
CommunityToolkit.WinUI.Controls.CameraPreview
Enables easily previewing video in the MediaPlayerElement from available camera frame source groups.
Silk.NET.OpenGLES.Extensions.OES
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.WinUI.Controls.RadialGauge
The Radial Gauge Control displays a value in a certain range using a needle on a circular face.
DotVVM.Testing
This package contains helpers for testing DotVVM controls and other components. DotVVM is an open source ASP.NET-based framework which allows to build interactive web apps easily by using mostly C# and HTML.
CommunityToolkit.VectorData.InMemory
In-Memory provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
nanoFramework.Device.Bluetooth
This package includes the nanoFramework.Device.Bluetooth assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.Device.Bluetooth v100.2.0.0 (checksum 0x332095C4).
Steeltoe.Stream.Abstractions
Abstractions for use with Steeltoe Stream.
Silk.NET.OpenGLES.Extensions.ANGLE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.ARB
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.EXT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.WinUI.Controls.RichSuggestBox
A rich text input control that auto-suggests and stores token items in a document.
Nuqleon.Linq.CompilerServices
Various utilities for creating, comparing, and modifying LINQ expression trees.
Silk.NET.OpenGL.Extensions.NV
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Nuqleon.Memory
A collection of utilities for optimizing memory usage.
Nuqleon.Time
A collection of utilities to deal with physical and virtual time.
Silk.NET.OpenGLES.Extensions.MESA
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.CloudFoundry.Connector.EF6Core
CloudFoundry Connector Extensions for Entity Framework
Microsoft.Toolkit.Uwp.Input.GazeInteraction
A library to integrate gaze interactions using eye trackers into UWP applications
libtorch-cuda-11.7-linux-x64-part4-fragment1
(see main package)
nanoFramework.Iot.Device.Scd30
This package contains a driver to communicate with the SCD30 via the UART interface.
Silk.NET.OpenGLES.Extensions.KHR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.ANDROID
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Core.Win32Extras
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-12.1-linux-x64-part2-fragment1
(see main package)
Silk.NET.OpenGL.Legacy.Extensions.NV
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.VectorData.Qdrant
Qdrant provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
Silk.NET.OpenGL.Extensions.INTEL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.Mcp3428
This package includes the .NET IoT Core binding MCP3428 for .NET nanoFramework C# projects.
ClangSharp.PInvokeGenerator
ClangSharp are strongly-typed safe Clang bindings written in C# for .NET and Mono, tested on Linux and Windows.
Silk.NET.OpenGL.Legacy.Extensions.REND
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.CircuitBreaker.HystrixAutofac
Steeltoe Neflix Hystrix Client Autofac
nanoframework.System.Net.Sockets.TcpClient
This package includes the System.Net.Sockets.TcpClient assembly for .NET nanoFramework C# projects.
Steeltoe.Management.EndpointOwinAutofac
Extensions for using Steeltoe Management OWIN Endpoints with Autofac
nanoFramework.Iot.Device.Ak8963
This package includes the .NET IoT Core binding Ak8963 for .NET nanoFramework C# projects.
Silk.NET.OpenGL.Extensions.OVR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.ATI
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.KHR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.AMD
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Extensions.AMD
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.INTEL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Extensions.KHR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.GOOGLE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.7-linux-x64-part4-primary
(see main package)
Nuqleon.Linq.Expressions.Bonsai
Serialization for the LINQ expressions API via slim expressions API.
Silk.NET.OpenGLES.Extensions.NV
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.DMP
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.OML
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.WinUI.Controls.TabbedCommandBar
Display multiple CommandBars in the same space using tabs, like Microsoft Office's ribbon.
Silk.NET.OpenGL.Legacy.Extensions.HP
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Nuqleon.Json
Object models, visitors, and serialization support for JSON data.
Nuqleon.Reflection.Virtualization
Provides a virtualization layer for reflection.
nanoFramework.Iot.Device.Tm1637
This package includes the .NET IoT Core binding Iot.Device.Tm1637 for .NET nanoFramework C# projects.
Silk.NET.OpenGL.Legacy.Extensions.APPLE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Nuqleon.Linq.Expressions.Bonsai.Serialization
Isomorphic object models for a subset of the LINQ Expressions API that can be constructed and modified without type safety limitations.
Silk.NET.OpenGL.Legacy.Extensions.SGI
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.AMD
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.AtModem
This package includes the .NET nanoFramework binding Iot.Device.AtModem for .NET nanoFramework C# projects. This nuget allows to use AT Modem for SMS, calls, network, internal storage, HTTP, MQTT for some modems.
Silk.NET.OpenGLES.Extensions.ARM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.INTEL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.IMG
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.SUN
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.QCOM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.SGIS
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.TI.EasyLink
This package includes the nanoFramework.TI.EasyLink assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.TI.EasyLink v200.0.0.0 (checksum 0xA8992F44).
Silk.NET.OpenGL.Legacy.Extensions.SUNX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.VIV
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.OES
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.FUCHSIA
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.PGI
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.APPLE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.SGIX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.GREMEDY
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.MESA
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.IBM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.INGR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.FJ
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.Uwp.Behaviors
A collection of useful triggers and actions to supplement Microsoft.Xaml.Behaviors.*.
nanoFramework.Iot.Device.Hcsr501
This package includes the .NET IoT Core binding Iot.Device.Hcsr501 for .NET nanoFramework C# projects.
Steeltoe.CircuitBreaker.Hystrix.MetricsStreamAutofac
Steeltoe Neflix Hystrix Metrics Event Stream Autofac
CommunityToolkit.Aspire.Hosting.Flagd
flagd is a feature flag evaluation engine. Think of it as a ready-made, open source, OpenFeature-compliant feature flag backend system.
Silk.NET.OpenGL.Extensions.APPLE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.Hmc5883l
This package includes the .NET IoT Core binding HMC5883L for .NET nanoFramework C# projects.
Silk.NET.OpenCL.Extensions.IMG
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Benchmark
This package includes the nanoFramework.Benchmark assembly for .NET nanoFramework C# projects.
Silk.NET.OpenCL.Extensions.INTEL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFirmwareFlasher
nanoFirmwareFlasher
Silk.NET.OpenGL.Extensions.MESA
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.GL3DFX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Security.Authentication.CloudFoundryWcf
External Security Provider for CloudFoundry - WCF
Silk.NET.OpenGLES.Extensions.OVR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.ANDROID
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.MVK
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.Tcs3472x
This package includes the .NET IoT Core binding TCS3472x for .NET nanoFramework C# projects.
Silk.NET.Vulkan.Extensions.NV
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.GGP
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-12.1-linux-x64-part7
(see main package)
nanoFramework.Iot.Device.Ds1621
This package includes the .NET IoT Core binding Iot.Device.Ds1621 for .NET nanoFramework C# projects.
Silk.NET.OpenGL.Legacy.Extensions.OVR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenCL.Extensions.ARM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.Yx5300
This package includes the .NET IoT Core binding Iot.Device.Yx5300 for .NET nanoFramework C# projects.
Silk.NET.OpenGL.Legacy.Extensions.MESAX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Windowing.Extensions.Veldrid
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGL.Legacy.Extensions.S3
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.INTEL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.NN
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
libtorch-cuda-11.7-linux-x64-part5-primary
(see main package)
Silk.NET.OpenCL.Extensions.EXT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.AMD
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Logging.DynamicSerilog
Manage minimum logging levels at runtime using Serilog.
Steeltoe.CloudFoundry.Connector.EF6Autofac
CloudFoundry Connector Extensions for Entity Framework 6 with Autofac
nanoFramework.Iot.Device.Vl53L0X
This package includes the .NET IoT Core binding Iot.Device.Vl53L0X for .NET nanoFramework C# projects.
Silk.NET.OpenCL.Extensions.AMD
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.RotaryEncoder
This package includes the .NET IoT Core binding Iot.Device.RotaryEncoder for .NET nanoFramework C# projects.
Silk.NET.Vulkan.Extensions.NVX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenCL.Extensions.QCOM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.LiquidLevel
This package includes the .NET IoT Core binding Iot.Device.LiquidLevel for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Lsm9Ds1
This package includes the .NET IoT Core binding LSM9DS1 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Nrf24l01
This package includes the .NET IoT Core binding Iot.Device.Nrf24l01 for .NET nanoFramework C# projects.
DotVVM.AutoUI.Annotations
Annotation attributes for DotVVM AutoUI.
Silk.NET.OpenCL.Extensions.NV
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenCL.Extensions.APPLE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
LLVMSharp.Interop
LLVMSharp is a multi-platform .NET Standard library for accessing the LLVM infrastructure.
nanoFramework.Iot.Device.Mpr121
This package includes the .NET IoT Core binding MPR121 for .NET nanoFramework C# projects.
CommunityToolkit.WinUI.Controls.MetadataControl
The MetadataControl control displays a list of labels and hyper-links separated by a bullet.
CommunityToolkit.Uwp.Controls.TokenizingTextBox
A text input control that auto-suggests and displays token items.
nanoFramework.Iot.Device.Mcp25xxx
This package includes the .NET IoT Core binding Iot.Device.Mcp25xxx for .NET nanoFramework C# projects.
Silk.NET.OpenXR.Extensions.KHR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Stream.StreamBase
Steeltoe Stream Base.
nanoFramework.Iot.Device.Pcx857x
This package includes the .NET IoT Core binding Iot.Device.Pcx857x for .NET nanoFramework C# projects.
nanoFramework.WebServer.FileSystem
This is a simple multithread WebServer supporting simple controller and event based calls. Perfect for .NET nanoFramework REST API based project. Support all type of Http Methods. Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory). Supports both HTTPS and HTTP. Use this version if you want to serve local files and have support for System.IO.FileSystem on your device. Otherwise use 'nanoFramework.WebServer' nuget.
Silk.NET.Vulkan.SwiftShader.Native
Multi-platform native library for SwiftShader.
nanoFramework.M5Stack
This package includes the nanoFramework.M5Stack assembly for .NET nanoFramework C# projects.
Humanizer.Core.fil-PH
Humanizer Locale Filipino (Philippines) (fil-PH)
Silk.NET.OpenXR.Extensions.EXT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.Aspire.Hosting.SurrealDb
SurrealDB support for Aspire.
nanoFramework.Iot.Device.Tlc1543
This package includes the .NET IoT Core binding Iot.Device.Tlc1543 for .NET nanoFramework C# projects.
libtorch-cuda-11.7-linux-x64-part5-fragment1
(see main package)
nanoFramework.Iot.Device.Ds18b20
This package includes the .NET IoT Core binding Iot.Device.Ds18b20 for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Uln2003
This package includes the .NET IoT Core binding Iot.Device.Uln2003 for .NET nanoFramework C# projects.
DotVVM.AutoUI
Annotation attributes for DotVVM AutoUI.
nanoFramework.Iot.Device.SwarmTile
This package includes the .NET IoT Core binding Iot.Device.Swarm for .NET nanoFramework C# projects.
CommunityToolkit.Uwp.Controls.Segmented
A common UI control to configure a view or setting.
Steeltoe.Extensions.Configuration.SpringBootCore
Configuration provider for reading Spring Boot style configuration.
CommunityToolkit.Aspire.SurrealDb
A SurrealDB client that integrates with Aspire, including health checks, logging, and telemetry.
LottieGen
Generates code from a Lottie file. This is the most efficient way to render Lottie files on Windows.
Piranha.Extensions.Sync
Sync extensions for Piranha
CommunityToolkit.Labs.WinUI.Controls.DataTable
This package contains DataTable.
CommunityToolkit.Uwp.Collections
This package contains the AdvancedCollectionView and IncrementalLoadingCollection.
Steeltoe.Connector.EF6Core
Connector Extensions for Entity Framework.
nanoFramework.Device.OneWire
This package includes the nanoFramework.Device.OneWire assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.Device.OneWire v100.2.0.1 (checksum 0x60AA6E16).
nanoFramework.NetWorkHelper
This package includes the NetWorkHelper assembly for .NET nanoFramework C# projects.
CommunityToolkit.Authentication.Msal
This library provides an authentication provider based on the native Windows dialogues. It is part of the Windows Community Toolkit. Classes: - MsalProvider: An authentication provider based on MSAL for .NET.
libtorch-cuda-11.7-linux-x64-part1
(see main package)
nanoFramework.Iot.Device.KeyMatrix
This package includes the .NET IoT Core binding Iot.Device.KeyMatrix for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Hx711
This package includes the .NET IoT Core binding for M5Stack WEIGTH module for .NET nanoFramework C# projects.
Steeltoe.Connectors
Connectors for using service bindings in your application.
nanoFrameworkDeployer
This package includes the .NET nanoFrameworkDeployer library that allows developing applications that deploy .NET nanoFramework assemblies.
Steeltoe.Security.DataProtection.Redis
Support for storing data protection keys in Redis.
libtorch-cuda-12.1-linux-x64-part7-primary
(see main package)
libtorch-cuda-12.1-linux-x64-part7-fragment1
(see main package)
nanoFramework.Hosting
This package includes the nanoframework.Hosting assembly for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Pca95x4
This package includes the .NET IoT Core binding Iot.Device.Pca95x4 for .NET nanoFramework C# projects.
TorchAudio
.NET Bindings for TorchAudio. Requires reference to TorchSharp and one of libtorch-cpu, libtorch-cuda-12.8, libtorch-cuda-12.8-win-x64 or libtorch-cuda-12.8-linux-x64 version 2.10.0.0 to execute.
CommunityToolkit.Uwp.Controls.Sizers
Resize various parts of your UI easily in a consistent fashion.
Silk.NET.BuildTools
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.Mcp7940xx
This package includes the .NET IoT Core binding Iot.Device.Mcp7940xx for .NET nanoFramework C# projects.
CommunityToolkit.VectorData.PgVector
Postgres (with pgvector extension) provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
CommunityToolkit.Aspire.Hosting.Keycloak.Extensions
Aspire hosting extensions for Keycloak (includes PostgreSQL integration).
Piranha.Manager.Summernote
Summernote WYSIWYG Editor for Piranha CMS
libtorch-cuda-12.1-linux-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cuda-12.1-linux-x64 contains components of the PyTorch LibTorch library version 2.5.1 redistributed as a NuGet package with added support for TorchSharp.
nanoFramework.Iot.Device.Adxl343
This package includes the .NET IoT Core binding Iot.Device.Adxl343 for .NET nanoFramework C# projects.
nanoFramework.System.Text.RegularExpressions
This package includes the System.Text assembly for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.KurrentDB
KurrentDB support for Aspire.
nanoFramework.Iot.Device.AtomQrCode
This package includes the .NET IoT Core binding form M5Stack ATOM QR Code for .NET nanoFramework C# projects.
nanoFramework.Azure.Devices.Client.FullyManaged
This package includes the .NET nanoFramework.Azure.Devices.Client.FullyManaged assembly for .NET nanoFramework C# projects. This is an SDK for Azure IoT Hub using a MQTT broker interface. This is Independent of hardware typically used with a modem. Use the nanoFrameowrk.Azure.Devices.Client if you want to use native wifi and MQTT broker.
libtorch-cuda-11.7-linux-x64
TorchSharp makes PyTorch available for .NET users. libtorch-cuda-11.7-linux-x64 contains components of the PyTorch LibTorch library version 2.0.1 redistributed as a NuGet package with added support for TorchSharp.
nanoFramework.System.Devices.Dac
This package includes the System.Devices.Dac assembly for nanoFramework C# projects. This package requires a target with System.Devices.Dac v100.0.0.6.
nanoFramework.Hardware.TI
This package includes the nanoFramework.Hardware.TI assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.Hardware.TI v100.2.0.1 (checksum 0x8D473FC2).
CommunityToolkit.Datasync.Server.Swashbuckle
Provides necessary capabilities for supporting the Datasync server library when using Swashbuckle for creating OpenAPI definitions.
Steeltoe.NetCoreTool.Templates
Templates for creating .NET projects with Steeltoe components.
Steeltoe.Integration.RabbitMQ
Steeltoe Integration RabbitMQ.
nanoFramework.Iot.Device.SparkFunLcd
This package includes the .NET IoT Core binding SparkFun LCD for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.Solr
An Aspire hosting integration for Apache Solr.
nanoFramework.Iot.Device.Common.GnssDevice
This package includes the .NET IoT Core binding Iot.Device.Common.GnssDevice for .NET nanoFramework C# projects.
Steeltoe.Configuration.Encryption
Configuration provider for decrypting encrypted configuration values.
CommunityToolkit.Aspire.Hosting.Dbx
An Aspire hosting integration for the Dbx database management container.
nanoFramework.System.Device.UsbStream
This package includes the System.Device.UsbStream assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.UsbStream v100.2.0.0 (checksum 0x1EFB78A4).
libtorch-cuda-12.1-linux-x64-part3-fragment4
(see main package)
CommunityToolkit.VectorData.AzureAISearch
Azure AI Search provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
Silk.NET.OpenXR.Extensions.MSFT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.ePaper
This package includes .Net nanoFramework drivers for EPD devices with a graphics library. This version supports only displays based on the SSD1681 controller. More controllers will be added in the future. Please refer to the README file for more info about support.
Silk.NET.XAudio
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.Ds1302
This package includes the .NET IoT Core binding Iot.Device.Ds1302 for .NET nanoFramework C# projects.
Silk.NET.EGL.Extensions.EXT
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
nanoFramework.Iot.Device.Mcp23xxx
This package includes the .NET IoT Core binding Iot.Device.Mcp23xxx for .NET nanoFramework C# projects.
Steeltoe.Stream.Binder.RabbitMQ
Steeltoe Stream RabbitMQ Binder.
Silk.NET.EGL.Extensions.ANGLE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
nanoFramework.Iot.Device.Sen5x
This package contains a driver to communicate with the Sen5x via the UART interface.
nanovc
.NET tool to check for version mismatches in nanoFramework builds. This is meant to be used in nanoFramework CI-CD pipelines.
CommunityToolkit.Uwp.Controls.LayoutTransformControl
The LayoutTransformControl is a control that supports transformations on FrameworkElement as if applied by LayoutTransform.
CommunityToolkit.Aspire.Hosting.Stripe
An Aspire integration for the Stripe CLI for local webhook forwarding and testing.
CommunityToolkit.Aspire.KurrentDB
A KurrentDB client that integrates with Aspire, including health checks, logging, and telemetry.
nanoFramework.Iot.Device.Bq2579x
This package includes the .NET IoT Core binding Iot.Device.Bq2579x/92/98 for .NET nanoFramework C# projects.
CoreWCF.Kafka
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
DotVVM.Diagnostics.StatusPage
Module for DotVVM with dothtml files Status Page.
nanoFramework.Iot.Device.Ld2410
This package includes the .NET IoT Core binding Iot.Device.Ld2410 for .NET nanoFramework C# projects.
CoreWCF.RabbitMQ.Client
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
Silk.NET.EGL.Extensions.KHR
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
CoreWCF.RabbitMQ
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
DotVVM.Adapters.WebForms
This package contains helpers for migration of ASP.NET Web Forms application to DotVVM. DotVVM is an open source ASP.NET-based framework which allows to build interactive web apps easily by using mostly C# and HTML.
Steeltoe.Management.Prometheus
Adds Prometheus support for Steeltoe management endpoints.
Microsoft.Restier.AspNetCore.Swagger
Package Description
CommunityToolkit.Uwp.Controls.ImageCropper
The ImageCropper control allows the user to freely crop an image.
CoreWCF.Kafka.Client
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
Silk.NET.EGL.Extensions.NV
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
Silk.NET.EGL.Extensions.NOK
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
nanoFramework.Iot.Device.Lp3943
This package includes the .NET IoT Core binding Iot.Device.Lp3943 for .NET nanoFramework C# projects.
Microsoft.OData.Extensions.Migration
The package contains the OData Migration extension that enables an Asp.Net Core service to serve OData v3 requests
nanoFramework.Iot.Device.Dac63004
This package includes the .NET IoT Core binding Iot.Device.Dac63004/W for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.At24cxx
This package includes the .NET IoT Core binding Iot.Device.At24cxx for .NET nanoFramework C# projects.
Silk.NET.OpenGL.Legacy.Extensions.ImGui
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Discovery.Configuration
Client for service discovery from application configuration.
nanoFramework.CoreInk
This package includes the nanoFramework.CoreInk assembly for .NET nanoFramework C# projects.
Silk.NET.EGL.Extensions.TIZEN
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
Silk.NET.EGL.Extensions.ANDROID
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
Silk.NET.EGL.Extensions.ARM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
CommunityToolkit.Aspire.Hosting.Sftp
Aspire hosting integration for the atmoz SFTP container image.
Silk.NET.EGL.Extensions.HI
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
Silk.NET.EGL.Extensions.WL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
Silk.NET.EGL.Extensions.IMG
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
CommunityToolkit.Labs.WinUI.Controls.MarkdownTextBlock
This package contains MarkdownTextBlock.
nanoFramework.Iot.Device.At24C128C
This package includes the .NET IoT Core binding AT24C128C for .NET nanoFramework C# projects.
Silk.NET.EGL.Extensions.MESA
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
Silk.NET.OpenXR.Extensions.HTC
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.HUAWEI
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.Uwp.Controls.HeaderedControls
This package contains controls such as HeaderedItemsControl, HeaderedTreeView, and HeaderedContentControl.
CommunityToolkit.Graph.Uwp
This library provides Microsoft Graph UWP XAML controls. It is part of the Windows Community Toolkit. Controls: - GraphPresenter: A specialized ContentPresenter for fetching and displaying data from Microsoft Graph. - LoginButton: The Login Control leverages the global authentication provider to support the sign-in processes for Microsoft Graph and beyond. - PersonView: The PersonView control displays a user photo and can display their name and e-mail. - PeoplePicker: The PeoplePicker Control is a simple control that allows for selection users. Extensions: - FrameworkElement.IsVisibleWhen(ProviderState): Extension on FrameworkElement for toggling visibility in response to changes in the global authentcation provider. Triggers: - ProviderStateTrigger: StateTrigger for reacting to changes in the global authentcation provider.
LottieGen.MsBuild
MsBuild Task for LottieGen. Generates code from a Lottie file. This is the most efficient way to render Lottie files on Windows.
nanoFramework.Iot.Device.Modbus
This package includes the .NET IoT Core binding Iot.Device.Modbus for .NET nanoFramework C# projects.
Silk.NET.OpenCL.Extensions.LOADER
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.EXTX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.OCULUS
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Iot.Device.Relay4
This package includes the .NET IoT Core binding M5Stack Relay4 for .NET nanoFramework C# projects.
nanoFramework.Tools.MetadataProcessor.MsBuildTask
This package includes the Metadata Processor build task required to build a .NET nanoFramework project with msbuild and dotnet tool.
nanoFramework.Iot.Device.MulticastDns
This package includes the .NET IoT Core binding Iot.Device.MulticastDns for .NET nanoFramework C# projects.
Silk.NET.Vulkan.Extensions.BRCM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.VALVE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenGLES.Extensions.ImGui
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.ULTRALEAP
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.FB
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
DotVVM.Framework.Integration.Electron
DotVVM integration with Electron
Silk.NET.OpenXR.Extensions.MND
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.MNDX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.ARM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Graphics.St7735
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects. It does embed a managed driver St7735. It is aimed to be used for images built with Generic Graphics driver. This package requires a target with nanoFramework.Graphics v (checksum 0x3C3B8810).
Silk.NET.Vulkan.Extensions.JUICE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Steeltoe.Common.Logging
Abstractions and code for bootstrap logging, before the IoC container is built. Bootstrap logging is replaced by the runtime logging (what the rest of your application is using) after the IoC container is built.
Silk.NET.OpenXR.Extensions.VALVE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.EPIC
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.LUNARG
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.QNX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Bluetooth.Hid
This package includes the .NET nanoFramework.Bluetooth.Hid assembly for .NET nanoFramework C# projects. This allows to have a device seen as an HID device over Bluetooth.
Silk.NET.Vulkan.Extensions.QCOM
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.IMG
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.MAGICLEAP
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.VARJO
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.HUAWEI
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Windowing.Sdl.iOS
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Windowing.Sdl.Android
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Vulkan.Extensions.MESA
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.Authentication.Uwp
This library provides an authentication provider based on the native Windows dialogues. Classes: - WindowsProvider: An authentication provider based on the native AccountsSettingsPane in Windows.
Silk.NET.OpenXR.Extensions.UNITY
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.ML
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.VectorData.CosmosNoSql
Azure Cosmos DB for NoSQL provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
CommunityToolkit.Datasync.Server.NSwag
Provides necessary capabilities for supporting the Datasync server library when using NSwag for creating OpenAPI definitions.
Steeltoe.Connectors.EntityFrameworkCore
Extensions for using Steeltoe Connectors with Entity Framework Core.
nanoFramework.Tools.MetadataProcessor.CLI
Command line interface to the Metadata Processor that is used internally by nanoFramework tooling and VS extensions. It is not needed for regular nanoFramework projects, but there are a few use cases where this tool is required.
nanoFramework.Iot.Device.Max1704x
This package includes the .NET IoT Core binding Iot.Device.Max1704x for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.RotaryEncoder.Esp32
This package includes the .NET IoT Core binding Iot.Device.RotaryEncoder.Esp32 for .NET nanoFramework C# projects.
nanoFramework.Graphics.Ili9341
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects. It does embed a managed driver Ili9341. It is aimed to be used for images built with Generic Graphics driver. This package requires a target with nanoFramework.Graphics v (checksum 0x3C3B8810).
nanoFramework.Graphics.Ssd1306
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects. It does embed a managed driver Ssd1306. It is aimed to be used for images built with Generic Graphics driver. This package requires a target with nanoFramework.Graphics v (checksum 0x3C3B8810).
nanoFramework.Graphics.St7789
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects. It does embed a managed driver St7789. It is aimed to be used for images built with Generic Graphics driver. This package requires a target with nanoFramework.Graphics v (checksum 0x3C3B8810).
CommunityToolkit.Aspire.Hosting.Elasticsearch.Extensions
An Aspire hosting integration for extending Elasticsearch resources with additional management tooling.
Silk.NET.DXVA
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.LIV
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.UnitsNet.ElectricPotential
Adds ElectricPotential units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Datasync.Server.Template.CSharp
Template for creating an ASP.NET Core Service using the Community Datasync Toolkit
nanoFramework.Graphics.Ssd1331
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects. It does embed a managed driver Ssd1331. It is aimed to be used for images built with Generic Graphics driver. This package requires a target with nanoFramework.Graphics v (checksum 0x3C3B8810).
nanoFramework.Graphics.Gc9A01
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects. It does embed a managed driver Gc9A01. It is aimed to be used for images built with Generic Graphics driver. This package requires a target with nanoFramework.Graphics v (checksum 0x3C3B8810).
nanoFramework.Iot.Device.Lis2Mdl
This package includes the .NET IoT Core binding Iot.Device.Lis2Mdl for .NET nanoFramework C# projects.
nanoFramework.Graphics.Ili9342
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects. It does embed a managed driver Ili9342. It is aimed to be used for images built with Generic Graphics driver. This package requires a target with nanoFramework.Graphics v (checksum 0x3C3B8810).
Steeltoe.Management.Tracing
Adds trace information to logging output in distributed systems.
Silk.NET.OpenCL.Extensions.POCL
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Graphics.Otm8009A
This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects. It does embed a managed driver Otm8009A. It is aimed to be used for images built with Generic Graphics driver. This package requires a target with nanoFramework.Graphics v (checksum 0x3C3B8810).
CommunityToolkit.VectorData.AzureCosmosDB
Azure Cosmos DB for NoSQL provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
nanoFramework.System.Buffers.Helpers
This package includes the .NET System.Buffers.Helpers namespace for .NET nanoFramework C# projects.
nanoFramework.Iot.Device.Lps22Hb
This package includes the .NET IoT Core binding Iot.Device.Lps22Hb for .NET nanoFramework C# projects.
CoreWCF.MSMQ
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
CommunityToolkit.Aspire.Hosting.Azure.Extensions
Azure extensions support for Aspire.
nanoFramework.Iot.Device.RgbDiode
This package includes the .NET nanoFramework binding Iot.Device.RgbDiode for .NET nanoFramework C# projects.
Silk.NET.OpenXR.Extensions.HTCX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.OpenXR.Extensions.ALMALENCE
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.System.Runtime.Serialization
This package includes the System.Runtime.Serialization assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.System.Runtime.Serialization v100.2.0.2 (checksum 0x33AD7648).
nanoFramework.Iot.Device.QtrSensors
This package includes the .NET IoT Core binding Iot.Device.QtrSensors for .NET nanoFramework C# projects.
nanoFramework.Networking.Thread
This package includes the nanoFramework.Networking.Thread assembly for .NET nanoFramework C# projects running on targets supporting OpenThread.
nanoFramework.Iot.Device.Seesaw
This package includes the .NET IoT Core binding Iot.Device.Seesaw for .NET nanoFramework C# projects.
Silk.NET.DirectStorage.Native
Contains DirectStorage binaries for use with .NET applications.
nanoFramework.GiantGecko.Adc
This package includes the nanoFramework.GiantGecko.Adc assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.GiantGecko.Adc v100.2.0.1 (checksum 0x046A2175).
CommunityToolkit.Uwp.Controls.RangeSelector
A double Slider control that allows the user to select a sub-range of values from a larger range of values.
Steeltoe.Bootstrap.AutoConfiguration
Automatically configure Steeltoe packages that are referenced by a project. This is not a meta package, other packages must be added separately.
CommunityToolkit.Uwp.Controls.RadialGauge
The Radial Gauge Control displays a value in a certain range using a needle on a circular face.
nanoFramework.Iot.Device.Sht4x
This package includes the .NET IoT Core binding Iot.Device.Sht4x for .NET nanoFramework C# projects.
libtorch-cuda-12.8-linux-x64-part1
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part3-fragment1
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part3-primary
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part3-fragment2
This package contains fragmented components for the TorchSharp LibTorch redistribution.
nanoFramework.Device.Can
This package includes the nanoFramework.Device.Can assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.Device.Can v100.2.0.1 (checksum 0x5F837937).
libtorch-cuda-12.8-linux-x64-part4-fragment1
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part3-fragment5
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part3-fragment4
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part5-fragment1
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part3-fragment3
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part4-primary
This package contains fragmented components for the TorchSharp LibTorch redistribution.
CommunityToolkit.Labs.Extensions.DependencyInjection
This package contains Extensions.DependencyInjection.
CommunityToolkit.VectorData.Redis
Redis provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
libtorch-cuda-12.8-linux-x64-part5-fragment2
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part7-fragment3
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part7-fragment2
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part7-fragment1
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part3-fragment6
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part2-primary
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part6
This package contains fragmented components for the TorchSharp LibTorch redistribution.
libtorch-cuda-12.8-linux-x64-part5-primary
This package contains fragmented components for the TorchSharp LibTorch redistribution.
CommunityToolkit.Datasync.Server.InMemory
An in-memory repository for the server-side of the Datasync Toolkit.
CommunityToolkit.VectorData.Weaviate
Weaviate provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
libtorch-cuda-12.8-linux-x64-part7-primary
This package contains fragmented components for the TorchSharp LibTorch redistribution.
Steeltoe.Management.Tasks
Extensions for running tasks embedded in your .NET application. Ideal for cf run-task in Cloud Foundry.
libtorch-cuda-12.8-linux-x64-part2-fragment1
This package contains fragmented components for the TorchSharp LibTorch redistribution.
CommunityToolkit.Aspire.Sftp
An SFTP client that integrates with Aspire, including health checks, logging, and telemetry.
Silk.NET.Vulkan.Extensions.SEC
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.Hardware.GiantGecko
This package includes the nanoFramework.Hardware.GiantGecko assembly for nanoFramework C# projects. This package requires a target with nanoFramework.Hardware.GiantGecko v100.2.0.1 (checksum 0x77895998).
nanoFramework.System.Device.I2s
This package includes the System.Device.I2s assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.I2s v100.2.0.1 (checksum 0xA4BE3501).
CommunityToolkit.WinUI.Input.GazeInteraction
A library to integrate gaze interactions using eye trackers into UWP applications
Silk.NET.Vulkan.Extensions.COREAVI
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
CommunityToolkit.Aspire.Hosting.Dapr.AzureRedis
Package Description
CommunityToolkit.Datasync.Server.OpenApi
Provides necessary capabilities for supporting the Datasync server library when using the official OpenApi generator.
nanoFramework.Iot.Device.Vl6180X
This package includes the .NET IoT Core binding Iot.Device.Vl6180X for .NET nanoFramework C# projects.
Silk.NET.DirectStorage
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
nanoFramework.WebServer.Mcp
This is a simple Model Context Protocol (MCP) multithread WebServer supporting tools for integration with AI Agents. Perfect for .NET nanoFramework to be integrated with AI solutions. Supports both HTTPS and HTTP, Authentication, Strong Typing, Automatic Discovery. This comes also with the nanoFramework WebServer. Allowing to create a REST API based project with ease as well.
CommunityToolkit.Datasync.Server.Automapper
A repository for the server-side of the Datasync Toolkit that uses Automapper.
CommunityToolkit.Uwp.Controls.CameraPreview
Enables easily previewing video in the MediaPlayerElement from available camera frame source groups.
CommunityToolkit.Uwp.Controls.ColorPicker
An extended color picker that enables picking a color using a spectrum, sliders, or text input.
nanoFramework.Iot.Device.CardRfid
This package includes the .NET IoT Core binding Iot.Device.CardRfid, Mifare, Ultralight and NDEF for .NET nanoFramework C# projects.
nanoFramework.Targets.ST_STM32F769I_DISCOVERY
Helper classes to use ST_STM32F769I_DISCOVERY target in C# applications.
CommunityToolkit.Uwp.DeveloperTools
The FocusTracker and AlignmentGrid help you to get more information about aligning UI elements.
CommunityToolkit.Datasync.Server.LiteDb
A repository for the server-side of the Datasync Toolkit that uses LiteDb for storage.
nanoFramework.System.Device.I2c.Slave
This package includes the System.Device.I2c.Slave assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.I2c.Slave v100.2.0.1 (checksum 0x2A525688).
nanoFramework.System.Security.Cryptography
This package includes the nanoFramework System.Security.Cryptography assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.System.Security.Cryptography v100.2.0.5 (checksum 0x727048B8).
CommunityToolkit.VectorData.CosmosMongoDB
Azure CosmosDB MongoDB vCore provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
Reaqtor.Shared.Model
Provides a common set of interfaces shared by reactive event processing services and clients.
Reaqtor.Local.Model
Provides interfaces for local evaluation of reactive computations.
Reaqtor.Expressions.Model
Provides interfaces to represent quoted reactive artifacts.
Reaqtor.Shared.Core
Provides base classes and utilities used by reactive event processing services and clients.
Reaqtor.Service
Provides abstractions used by implementations of reactive event processing services.
Reaqtor.Expressions.Core
Provides base classes and utilities to represent quoted reactive artifacts.
Reaqtor.Local.Core
Provides base classes and utilities for local evaluation of reactive computations.
Reaqtor.Engine.Contracts
Provides a set of interfaces used to host query engines in reactive event processing services.
Reaqtor.Metadata.Model
Provides a set of interfaces used for metadata discovery of reactive artifacts.
Reaqtor.Service.Core
Provides base classes and utilities for implementing reactive event processing services.
Reaqtor.Service.Model
Provides interfaces used by reactive event processing services.
nanoFramework.nanoCLR.CLI
.NET nanoFramework CLI that runs the nanoCLR as a virtual device.
CommunityToolkit.Uwp.Controls.RichSuggestBox
A rich text input control that auto-suggests and stores token items in a document.
CommunityToolkit.Uwp.Controls.MetadataControl
The MetadataControl control displays a list of labels and hyper-links separated by a bullet.
Steeltoe.Security.Authentication.OpenIdConnect
Library for using OpenID Connect with UAA-based systems, including Cloud Foundry.
CommunityToolkit.Aspire.Hosting.RustFs
An Aspire hosting integration for the RustFS S3-compatible object storage container.
nanoFramework.Targets.NETDUINO3_WIFI
Helper classes to use NETDUINO3_WIFI target in C# applications.
CommunityToolkit.VectorData.SqliteVec
SQLite (sqlitevec) provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
nanoFramework.Iot.Device.DnsServer
This package includes the .NET nanoFramework binding to implement a minimal DNS server for .NET nanoFramework C# projects.
Microsoft.OData.Cli.Exe
The odata-cli is a CLI tool for generating strongly typed C# and Visual Basic client code for a specified OData service. It generates a DataServiceContext class to interact with the service and CLR types for each entity type and complex type in the service model. It does exactly what the OData Connected Service does.
CommunityToolkit.Uwp.Controls.TabbedCommandBar
Display multiple CommandBars in the same space using tabs, like Microsoft Office's ribbon.
nanoFramework.UnitsNet.Angle
Adds Angle units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Datasync.Server.CosmosDb
Package Description
nanoFramework.Targets.ST_STM32F429I_DISCOVERY
Helper classes to use ST_STM32F429I_DISCOVERY target in C# applications.
Steeltoe.Configuration.RandomValue
Configuration provider for generating random values.
CommunityToolkit.Aspire.Hosting.Zitadel
An Aspire hosting integration for the ZITADEL identity and access management container.
Steeltoe.Security.Authentication.JwtBearer
Library for using JWT Bearer tokens with UAA-based systems, including Cloud Foundry.
libtorch-cuda-12.8-linux-x64-part9
This package contains fragmented components for the TorchSharp LibTorch redistribution.
CommunityToolkit.Aspire.Hosting.Umami
Umami support for Aspire.
libtorch-cuda-12.8-linux-x64-part8
This package contains fragmented components for the TorchSharp LibTorch redistribution.
Steeltoe.Configuration.SpringBoot
Configuration provider for reading Spring Boot-style configuration.
Silk.NET.OpenGLES.ANGLE.Native
Multi-platform native library for ANGLE.
nanoFramework.Protobuf
This library allows to serialize and deserialize object graphs in nanoFramework and netstandard 2.0. It hence allows to serialize data on .NET nanoFramework and deserialize it in any other .NET platform (or the other way around) while providing high performance and the smallest possible payload.
nanoFramework.Serialization.Helper
.NET nanoFramework binary formatter to serialize and deserialize binary data exchanged with nanoFramework devices.
nanoFramework.System.IO.Hashing
This package includes the nanoFramework System.IO.Hashing assembly for .NET nanoFramework C# projects. This package requires a target with nanoFramework.System.IO.Hashing v100.2.0.1 (checksum 0x236E73F7).
CommunityToolkit.Labs.WinUI.Controls.TokenView
This package contains TokenView.
CommunityToolkit.Aspire.Hosting.SeaweedFS
Provides extension methods and resource definitions for the Aspire AppHost to support running SeaweedFS containers with an S3-compatible API.
nanoFramework.Iot.Device.Drv8825
This package includes the .NET IoT Core binding Iot.Device.Drv8825 for .NET nanoFramework C# projects.
CommunityToolkit.Aspire.Hosting.Perl
An Aspire hosting integration for hosting Perl apps.
nanoFramework.Iot.Device.Adc128D818
This package includes the .NET IoT Core binding Iot.Device.Adc128D818 for .NET nanoFramework C# projects.
SceneLoaderComponent
Parses a GLTF file and produces a WUC SceneNode.
CommunityToolkit.Aspire.Hosting.Floci
An Aspire hosting integration for the Floci local cloud emulators: AddFlociAws (AWS), AddFlociAzure (Azure) and AddFlociGcp (GCP). Includes a WithFlociUI() extension for running the Floci UI web console alongside one or more emulators.
DotVVM.Diagnostics.ServerSideCache
Diagnostics add-in for DotVVM projects to visualize usage of Server-Side ViewModel Cache
CommunityToolkit.Datasync.Server.MongoDB
A repository for the server-side of the Datasync Toolkit that uses MongoDB for storage.
Steeltoe.Security.Authorization.Certificate
Provides support for authorization with client certificates.
CommunityToolkit.VectorData.AzureDocumentDB
Azure DocumentDB (with MongoDB compatibility) provider for Microsoft.Extensions.VectorData by the .NET Community Toolkit
CommunityToolkit.Aspire.Bitwarden.SecretManager
An Aspire client integration for Bitwarden Secrets Manager.
nanoFramework.Iot.Device.XPT2046
This package includes the nanoFramework.Iot.Device.XPT2046 assembly for .NET nanoFramework C# projects. XPT2046 - Touch screen controller The XPT2046 from XPTEK is a 4-wire resistive touch screen controller that incorporates a 12-bit 125 kHz successive approximation register type A/D converter. The XPT2046 can detect the pressed screen location by performing two A/D conversions. As well as the location, the XPT2046 also measures touch screen pressure. Communication is via the SPI bus which can communicate at maximum speed of 2Mhz and uses Mode 0 for the clock polarity/phase setting.
CommunityToolkit.Aspire.Hosting.K3s
An Aspire hosting integration for k3s. Provides AddK3sCluster, AddHelmRelease (via alpine/helm), AddK8sManifest with Kustomize support (via alpine/kubectl), and AddServiceEndpoint for in-process WebSocket port-forwarding. No host-side kubectl or helm required.
CommunityToolkit.Aspire.Hosting.DuckDB
An Aspire hosting integration for providing a DuckDB database connection.
CommunityToolkit.Aspire.DuckDB.NET.Data
An Aspire client integration for the DuckDB.NET.Data package.
nanoFramework.UnitsNet.Duration
Adds Duration units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Aspire.Logto.Client
An Aspire client integration for Logto that registers OpenID Connect (OIDC) or JWT authentication services in the dependency injection container.
CommunityToolkit.Aspire.Hosting.Logto
.NET Aspire hosting extensions for Logto (includes PostgreSQL and Redis integration).
nanoFramework.MessagePack
This library allows to serialize and deserialize object graphs in .NET nanoFramework. MessagePack is an object serialization specification like JSON.
Nuqleon.Json.Interop.Newtonsoft
Interoperability functionality between Nuqleon.Json and Newtonsoft.Json.
CommunityToolkit.Aspire.Hosting.Bitwarden.SecretManager
An Aspire hosting integration for Bitwarden Secrets Manager.
Silk.NET.OpenGLES.Extensions.NVX
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenAL, and Vulkan.
CommunityToolkit.Aspire.Hosting.Squad
An Aspire hosting integration for Squad AI-agent teams. Models a `.squad/` workspace as a first-class Aspire resource that auto-discovers the team roster and exposes it via WithReference for downstream services.
CommunityToolkit.Labs.WinUI.DependencyPropertyGenerator
This package contains DependencyPropertyGenerator.
Reaqtive.Core
Base classes for building query operators in Reaqtive.
CommunityToolkit.Aspire.SeaweedFS.Client
An Aspire client integration for SeaweedFS using the AWSSDK.S3 client.
nanoFramework.Targets.TI_CC3220SF_LAUNCHXL
Helper classes to use TI_CC3220SF_LAUNCHXL target in C# applications.
Reaqtive.Interfaces
Interfaces for building query operators in Reaqtive.
Reaqtive.Linq
Provides implementations of Rx-style query operators.
Nuqleon.Linq.Expressions.Optimizers
A set of optimizers for LINQ expression trees.
Reaqtor.Reliable.Model
Provides variants of Rx interfaces that support reliability for event delivery using sequence numbers.
libtorch-cuda-11.3-linux-x64-part2-fragment10
(see main package)
Nuqleon.DataModel
Attributes for declaration of data model types.
Reaqtor.QueryEngine
Provides a query engine implementation used to host reactive event processing computations with checkpointing support.
Reaqtive.Quotation
Provides support for quotation of reactive artifacts when hosted in a query engine.
Reaqtor.Reactive.HigherOrder
Provides support for higher-order query operators when hosted in a query engine.
Nuqleon.Collections.Specialized
Specialized data structures implemented for performance. Currently includes an optimized BitArray implementation, and a dictionary implementation optimized for enum keys.
Nuqleon.IO.StreamSegment
Provides functionality to create a segment over a System.IO.Stream.
Reaqtor.QueryEngine.Interfaces
Interfaces describing a Reaqtor query engine.
Nuqleon.DataModel.Serialization.Json
Serializers for instances of data model types.
Reaqtive.Scheduler
Reaqtive scheduler interface and implementation for managing asynchronous behavior.
Reaqtor.Client
Provides abstractions used by clients of reactive event processing services.
Reaqtor.Service.Contracts
Provides a set of interfaces used for the communication between reactive event processing clients and services.
Reaqtor.Client.Core
Provides base classes and utilities for building clients of reactive event processing services.
Reaqtor.Client.Model
Provides interfaces used by clients of reactive event processing services.
Nuqleon.Linq.CompilerServices.Optimizers
Optimizers for query expressions.
Reaqtor.Expressions.Binding
Provides a set of utilities to perform binding of artifacts in reactive expressions.
Reaqtor.Reliable
Provides base classes and utilities to support reliable event delivery using sequence numbers.
CommunityToolkit.VectorData.SqlServer
SQL Server provider for Microsoft.Extensions.VectorData
Reaqtor.QueryEngine.Serialization.DataModel
Implementation of query engine state persistence using the Nuqleon DataModel serialization framework.
nanoFramework.Targets.ORGPAL_PALTHREE
Helper classes to use ORGPAL_PALTHREE target in C# applications.
CommunityToolkit.Aspire.Hosting.Listmonk
listmonk support for Aspire.
Nuqleon.DataModel.CompilerServices
Tools for creating and substituting anonymized versions of data model types in expressions.
nanoFramework.M5CoreS3
This package includes the nanoFramework.M5CoreS3 assembly for .NET nanoFramework C# projects.
CommunityToolkit.Labs.WinUI.TransitionHelper
This package contains a TransitionHelper.
Reaqtor.Hosting.Shared
Provides a set of helpers to implement Reaqtor services and clients.
CommunityToolkit.Aspire.Hosting.Kind
An Aspire hosting integration for Kind that manages local Kind clusters for development with Docker or Podman.
CommunityToolkit.Labs.Uwp.Controls.TitleBar
This package contains TitleBar.
CommunityToolkit.Labs.WinUI.Controls.Shimmer
This package contains Shimmer.
Reaqtor.Shebang.Service
Provides a reference implementation of a Reaqtor service hosting the query engine and the Reaqtive query operators.
Reaqtor.Shebang.Client
Provides a reference implementation of a Reaqtor client library.
nanoFramework.Iot.Device.Ltr553AlsWa
This package includes the .NET IoT Core binding Iot.Device.Ltr553AlsWa for .NET nanoFramework C# projects.
Reaqtor.Hosting.Service
Provides a set of helpers to implement Reaqtor services.
Nuqleon.Pearls.Linq.Expressions.Bonsai.Serialization.Binary
Prototype of binary expression tree serialization.
Nuqleon.Runtime.Remoting.Tasks
Support for using asynchronous methods over .NET Remoting.
Nuqleon.Json.Serialization
Fast serialization support for JSON data.
CommunityToolkit.Labs.WinUI.Controls.OpacityMaskView
This package contains OpacityMaskView.
nanoFramework.System.Device.Sx126x
This library allows to interact with Sx126x devices from .NET nanoFramework projects.
Nuqleon.Documentation
Contains utilities to read XML documentation for types and members at runtime.
Reaqtive.TestingFramework
Testing framework for Reaqtive query operators.
Nuqleon.Linq.Expressions.Bonsai.Hashing
Support for stable hashing of expression trees.
Nuqleon.DataModel.Serialization.Binary
Serializers for instances of data model types.
Reaqtive.Storage
Core implementation of operator local storage.
Reaqtive.Storage.Operators
Reaqtive operators with operator local storage support.
Reaqtive.Testing
Provides testing support for reactive operators, using the MSTest unit testing framework.
Reaqtor.QueryEngine.OperatorLocalStorage.Utilities
Utilities used to implement operator local storage.
libtorch-cuda-11.3-linux-x64-part2-fragment8
(see main package)
Reaqtor.QueryEngine.OperatorLocalStorage
Reaqtor query engine with suppotr for operator local storage.
Reaqtor.QueryEngine.KeyValueStore.InMemory
In-memory key/value store implementation for the Reaqtor query engine.
Reaqtor.QueryEngine.ReificationFramework
Reified representations of operations performed by the Reaqtor query engine.
Reaqtor.ReificationFramework
Reified operations for the Reaqtor query operator library.
libtorch-cuda-11.3-linux-x64-part2-fragment9
(see main package)
Nuqleon.Linq.Expressions.Serialization
Legacy serialization for the LINQ expressions API.
Nuqleon.Serialization
General-purpose extensible serialization framework.
Reaqtor.QueryEngine.Mocks
Mocks for extensibility points in the Reaqtor query engine.
Nuqleon.Linq.Expressions.Jit
Just-in-time compiler for expression trees.
Nuqleon.Pearls.PartialExpressionTreeEvaluator
Prototype of partial expression tree evaluation.
Reaqtor.ReifiedOperations
Reified operations for Reaqtor interfaces.
Nuqleon.Memory.Diagnostics
Provides utilities to analyze memory usage.
nanoFramework.Tools.BuildTasks
This package includes the build tasks required to build a .NET nanoFramework project with msbuild and dotnet tool.
nanoFramework.Hardware.Drivers.Keypad-PCF8574
Keypad driver for .NET nanoFramework using a PCF8574.
CommunityToolkit.Labs.Notifications
The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.
CommunityToolkit.Labs.WinUI.Controls.TitleBar
This package contains TitleBar.
CommunityToolkit.Aspire.Hosting.RedPanda
An Aspire hosting package for the Redpanda Kafka-compatible streaming platform.
CommunityToolkit.Labs.Uwp.Controls.MarkdownTextBlock
This package contains MarkdownTextBlock.
nanoFramework.UnitsNet.Acceleration
Adds Acceleration units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Labs.Uwp.Controls.DataTable
This package contains DataTable.
CommunityToolkit.Labs.Uwp.DependencyPropertyGenerator
This package contains DependencyPropertyGenerator.
CommunityToolkit.Aspire.Hosting.Posta
An Aspire hosting integration for Posta.
CommunityToolkit.Aspire.Posta
An Aspire client integration for the Posta email delivery platform.
nanoFramework.UnitsNet.ElectricChargeDensity
Adds ElectricChargeDensity units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.ElectricConductivity
Adds ElectricConductivity units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.DoseAreaProduct
Adds DoseAreaProduct units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.ElectricCharge
Adds ElectricCharge units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.Area
Adds Area units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.Density
Adds Density units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.Compressibility
Adds Compressibility units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.BitRate
Adds BitRate units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Aspire.Hosting.Mosquitto
An Aspire hosting package for hosting the Mosquitto MQTT broker.
nanoFramework.UnitsNet.ElectricApparentEnergy
Adds ElectricApparentEnergy units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.AmplitudeRatio
Adds AmplitudeRatio units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.ElectricApparentPower
Adds ElectricApparentPower units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.ElectricConductance
Adds ElectricConductance units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Labs.Uwp.TransitionHelper
This package contains a TransitionHelper.
CommunityToolkit.Aspire.Hosting.StableDiffusionCpp
An Aspire hosting integration for the stable-diffusion.cpp image generation server.
nanoFramework.UnitsNet.CoefficientOfThermalExpansion
Adds CoefficientOfThermalExpansion units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.AreaMomentOfInertia
Adds AreaMomentOfInertia units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.ElectricAdmittance
Adds ElectricAdmittance units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Labs.WinUI.RivePlayer
This package contains RivePlayer.
nanoFramework.UnitsNet.AbsorbedDoseOfIonizingRadiation
Adds AbsorbedDoseOfIonizingRadiation units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.AmountOfSubstance
Adds AmountOfSubstance units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
DotVVM.Diagnostics.ViewHotReload
Hot reload support for DotVVM pages and changes in markup
nanoFramework.UnitsNet.AreaDensity
Adds AreaDensity units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.DynamicViscosity
Adds DynamicViscosity units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
nanoFramework.UnitsNet.BrakeSpecificFuelConsumption
Adds BrakeSpecificFuelConsumption units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Labs.Uwp.RivePlayer
This package contains RivePlayer.
nanoFramework.UnitsNet.ElectricCapacitance
Adds ElectricCapacitance units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.
CommunityToolkit.Labs.AppServices
This package contains AppServices, to easily communicate between UWP apps and Win32 extensions.
CommunityToolkit.Labs.WinUI.Controls.Ribbon
This package contains Ribbon.
CommunityToolkit.Labs.Uwp.Controls.OpacityMaskView
This package contains OpacityMaskView.
DotVVM.Diagnostics.ViewHotReload.Owin
Hot reload support for DotVVM pages and changes in markup
DotVVM.Diagnostics.ViewHotReload.AspNetCore
Hot reload support for DotVVM pages and changes in markup
nanoFramework.LoRa
This library allows to interact with Sx126x devices from .NET nanoFramework projects.
CommunityToolkit.Labs.Uwp.Adorners
This package contains Adorners. A Modern WinUI XAML based take on WPF Adorners.
CommunityToolkit.Labs.WinUI.Adorners
This package contains Adorners. A Modern WinUI XAML based take on WPF Adorners.
CommunityToolkit.Labs.Uwp.Controls.Shimmer
This package contains Shimmer.
nanoFramework.Iot.Device.Paj7620
This package includes the PAJ7620U2 gesture sensor binding Iot.Device.Paj7620 for .NET nanoFramework C# projects.
CommunityToolkit.Labs.WinUI.Controls.Marquee
This package contains Marquee.
CommunityToolkit.Labs.Uwp.Controls.TokenView
This package contains TokenView.
CommunityToolkit.Labs.Uwp.Controls.Ribbon
This package contains Ribbon.
CommunityToolkit.Labs.WinUI.Controls.CanvasView
This package contains CanvasView.
CommunityToolkit.Labs.WinUI.Controls.CanvasLayout
This package contains a CanvasLayout Layout for ItemsRepeater.
CommunityToolkit.Labs.Uwp.Controls.Marquee
This package contains Marquee.
CommunityToolkit.Labs.Uwp.Controls.CanvasLayout
This package contains a CanvasLayout Layout for ItemsRepeater.
CommunityToolkit.Labs.Uwp.Controls.CanvasView
This package contains CanvasView.
CommunityToolkit.Labs.WinUI.ColorAnalyzer
This package contains the ColorAnalyzer.
nanoFramework.NET.Sdk
MSBuild SDK for building .NET nanoFramework projects. Enables cross-platform builds with 'dotnet build' using SDK-style project files.
CommunityToolkit.Labs.Uwp.ColorAnalyzer
This package contains the ColorAnalyzer.
nanoFramework.Iot.Device.Scd4x
This package includes the .NET IoT Core binding Iot.Device.Scd4x for .NET nanoFramework C# projects.
Steeltoe.Management.GitProperties.Build
Generates a Spring Boot-compatible git.properties file at build time via MSBuild props/targets/tasks.