Uno.CommunityToolkit.Common by: nventive
  • 55 total downloads
  • Latest version: 7.1.206-dev.2.g3811fa060b
  • Windows Community Toolkit WCT .NET Incremental Loading Collection IncrementalLoadingCollection String Array Extensions Helpers
This package includes .NET Standard code only 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.
Uno.ColorCode.Core by: Microsoft William Bradley
  • 26 total downloads
  • Latest version: 2.1.0-uno.36
  • ColorCode Syntax Highlighting SyntaxHighlighting Formatting
The Core Library, containing the Parser, and the classes to create your own formatter.
Uno.CommunityToolkit.WinUI.UI.Controls by: nventive
  • 47 total downloads
  • Latest version: 7.1.206-dev.2.g3811fa060b
  • Windows Community Toolkit WCT .NET WinUI
This library provides Controls, Panels, ItemsRepeater Layouts, and various other classes & helpers for XAML UI development with UWP. It is a part of the Windows Community Toolkit. This package is only an aggregate of its dependencies, meaning it's a meta-package and has no assemblies. You can find out how to optimize your app after development at https://aka.ms/wct/optimize
Uno.CommunityToolkit.WinUI.UI.Controls.Core by: nventive
  • 55 total downloads
  • Latest version: 7.1.206-dev.2.g3811fa060b
  • Windows Community Toolkit WCT .NET WinUI Controls XAML UI Camera Preview CameraPreview Drop Shadow Panel DropShadowPanel DropShadow Image Ex ImageEx In App Notification InAppNotification InApp Loading Metadata Tags Radial Progress Bar RadialProgressBar ProgressBar Rotator Tile RotatorTile Tabbed Command TabbedCommandBar CommandBar Text Tool TextToolBar ToolBar Markdown RTF Control TileControl
This library provides XAML templated controls. It is a part of the Windows Community Toolkit. Controls: - CameraPreview: Easily preview video from camera sources and get realtime frames from the selected source. - DropShadowPanel: DropShadowPanel control allows the creation of a DropShadow for any Xaml FrameworkElement in markup. - ImageEx: Images are downloaded asynchronously showing a load indicator and can be stored in a local cache. - InAppNotification: Show local notifications in your application. - Loading: Helps to show content with animation to the user while the app is doing some calculation. - MetadataControl: Control for organizing text based categories with a separator, supports commands. - RadialProgressBar: Displays progress as a circle getting filled. - RotatorTile: Rotates through a set of items one-by-one like a live-tile. - TabbedCommandBar: A command bar that organizes features of an application into a series of tabs. - TextToolbar: A Toolbar for Editing Text attached to a RichEditBox. It can format RTF, Markdown, or use a Custom Formatter. - TileControl: A ContentControl that show an image repeated many times.
Uno.CommunityToolkit.WinUI.UI.Controls.Input by: nventive
  • 56 total downloads
  • Latest version: 7.1.206-dev.2.g3811fa060b
  • Windows Community Toolkit WCT .NET WinUI Controls XAML UI Color Picker Button ColorPickerButton ColorPicker Radial Gauge RadialGauge Range Selector RangeSelector Remote Device RemoteDevicePicker DevicePicker RemoteDevice RichEditBox RichSuggestBox Suggestions Mentions Tags Tokenizing Text Box TokenizingTextBox TextBox
This library provides XAML templated controls. It is a part of the Windows Community Toolkit. Controls: - ColorPicker/ColorPickerButton: Improved ColorPicker and DropDownButton version. - RadialGauge: Displays a value within a range, using a needle on a circular face. - RangeSelector: "Double slider" control for range values. - RemoteDevicePicker: Remote Device Picker Control for Project Rome. - RichSuggestBox: RichEditBox which supports at mentioning or tags. - TokenizingTextBox: An AutoSuggestBox like control which places entered input into easily removed containers for contacts or tags.
Uno.CommunityToolkit.WinUI.UI.Controls.Markdown by: nventive
  • 56 total downloads
  • Latest version: 7.1.206-dev.2.g3811fa060b
  • Windows Community Toolkit WCT .NET WinUI Controls XAML UI Markdown Text Block MarkdownTextBlock
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.
Uno.Core.Build by: nventive
  • 849 total downloads
  • Latest version: 4.1.1
A package that includes Uno.Core as a dependency for build tasks and Uno.SourceGeneration binaries.
Uno.Foundation by: Uno Platform
  • 2.488k total downloads
  • Latest version: 6.6.0-dev.733
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
Uno.CommunityToolkit.WinUI.UI.Controls.Layout by: nventive
  • 58 total downloads
  • Latest version: 7.1.206-dev.2.g3811fa060b
  • Windows Community Toolkit WCT .NET WinUI Controls XAML UI Blade View BladeView Carousel Expander Grid Splitter GridSplitter Headered Content Control HeaderedContentControl ContentControl HeaderedContent Items HeaderedItemsControl ItemsControl HeaderedItems Layout Transform LayoutTransformControl LayoutTransform List Details ListDetailsView ListDetails Orbit OrbitView
This library provides XAML layout controls. It is a part of the Windows Community Toolkit. Controls: - BladeView: Provides a horizontal collection of blades for drilling into detailed scenarios. - Carousel: Presents items in a carousel control. - Expander: Expander allows user to show/hide content based on a boolean state. - GridSplitter: A the control that redistributes space between columns or rows of a Grid control. - HeaderedContentControl: Provides a header to content. - HeaderedItemsControl: Provides a header to items. - LayoutTransformControl: Support for transformations as if applied by LayoutTransform. - ListDetailsView: Implements the List/Details design pattern. - OrbitView: Positions items in a circle around a center element and supports orbits and anchors.
Uno.CommunityToolkit.WinUI.UI.Controls.Primitives by: nventive
  • 54 total downloads
  • Latest version: 7.1.206-dev.2.g3811fa060b
  • Windows Community Toolkit WCT .NET WinUI Controls XAML UI Adaptive Grid View AdaptiveGridView GridView AdaptiveGrid Constrained Box ConstrainedBox AspectRatio Aspect Scale Multiple Dock Panel DockPanel Staggered Layout StaggeredLayout StaggeredPanel Switch Presenter SwitchPresenter Uniform UniformGrid Wrap WrapLayout WrapPanel
This library provides controls for use in XAML which don't provide their own style. It is a part of the Windows Community Toolkit. Controls: - AdaptiveGridView: Presents items in an evenly-spaced set of columns to fill the total available space. - ConstrainedBox: Constrain child element by aspect ratio, scale, or multiple. - DockPanel: Define areas where you can arrange child elements either horizontally or vertically, relative to each other. - StaggeredLayout: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space. - StaggeredPanel: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space. - SwitchPresenter: A presenter which can act as a switch statement for layout providing alternate layouts based on a value. - UniformGrid: Presents items in an evenly-spaced set of rows or columns to fill the total available display space. - WrapLayout: Positions child elements in sequential position from left to right and breaks content to the next line. - WrapPanel: Positions child elements in sequential position from left to right and breaks content to the next line.
Uno.Fonts.Fluent by: Uno Platform
  • 510 total downloads
  • Latest version: 2.8.1
Uno Platform Fluent Font (Windows 11 iconography)
Uno.MonoAnalyzers by: nventive
  • 91 total downloads
  • Latest version: 1.1.0-dev.9
A set of Roslyn C# analyzers for Xamarin and Mono-based code bases.
Uno.UI by: Uno Platform
  • 3.934k total downloads
  • Latest version: 5.7.0-dev.814
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
Uno.SourceGenerationTasks by: nventive
  • 712 total downloads
  • Latest version: 4.3.0-dev.19
The Uno Source Generator is an msbuild tasks used to generate C# code.
Uno.WinRT by: Uno Platform
  • 2.65k total downloads
  • Latest version: 6.6.0-dev.733
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
Uno.WinUI by: Uno Platform
  • 1.747k total downloads
  • Latest version: 6.6.0-dev.379
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
UTF.Unknown by: Julian Verdurmen Rustam Sayfutdinov Rudi Pettazzi Shy Shalom
  • 110 total downloads
  • Latest version: 2.5.1
  • charset detection unicode ascii netstandard chardet
Detect character set for files, streams and other bytes. This package is based on Ude and since version 2 also on uchardet, which are ports of the Mozilla Universal Charset Detector. Features: - Easy to use API - Supports frameworks: - .NET Standard 1.0 - .NET Standard 1.3 and 2.0 - .NET Core 3.0 (because `System.Text.Encoding.CodePages` in shared framework) - .NET Framework 4.0 - Strong named - XML documentation included Compared to Ude: - Refactor of API, namespaces and deadcode removal - Added some docs - Improve error handling - Improved unit tests
Validation by: Andrew Arnott
  • 304 total downloads
  • Latest version: 2.4.22
  • InputValidation IntegrityCheck
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
ValueTupleBridge by: Nobuyuki Iwanaga
  • 67 total downloads
  • Latest version: 0.1.5
  • ValueTuple
Backporting of System.ValueTuple for .NET 3.5.
Utf8Json by: neuecc
  • 18 total downloads
  • Latest version: 1.0.0
  • Json Serialization Formatter Serializer Unity Xamarin
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).