Uno.Microsoft.Toolkit.Uwp
5.1.0-build.193.gf4394c96c7
Prefix Reserved
See the version list below for details.
dotnet add package Uno.Microsoft.Toolkit.Uwp --version 5.1.0-build.193.gf4394c96c7
NuGet\Install-Package Uno.Microsoft.Toolkit.Uwp -Version 5.1.0-build.193.gf4394c96c7
<PackageReference Include="Uno.Microsoft.Toolkit.Uwp" Version="5.1.0-build.193.gf4394c96c7" />
paket add Uno.Microsoft.Toolkit.Uwp --version 5.1.0-build.193.gf4394c96c7
#r "nuget: Uno.Microsoft.Toolkit.Uwp, 5.1.0-build.193.gf4394c96c7"
// Install Uno.Microsoft.Toolkit.Uwp as a Cake Addin #addin nuget:?package=Uno.Microsoft.Toolkit.Uwp&version=5.1.0-build.193.gf4394c96c7&prerelease // Install Uno.Microsoft.Toolkit.Uwp as a Cake Tool #tool nuget:?package=Uno.Microsoft.Toolkit.Uwp&version=5.1.0-build.193.gf4394c96c7&prerelease
This package includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid80 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap10.0.16299 is compatible. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
- Uno.Microsoft.Toolkit (>= 5.1.0-build.193.gf4394c96c7)
- Uno.UI (>= 1.45.0-dev.1138)
-
MonoAndroid 8.0
- Newtonsoft.Json (>= 10.0.3)
- Uno.Microsoft.Toolkit (>= 5.1.0-build.193.gf4394c96c7)
- Uno.UI (>= 1.45.0-dev.1138)
-
UAP 10.0.16299
- Newtonsoft.Json (>= 10.0.3)
- Uno.Microsoft.Toolkit (>= 5.1.0-build.193.gf4394c96c7)
-
Xamarin.iOS 1.0
- Newtonsoft.Json (>= 10.0.3)
- Uno.Microsoft.Toolkit (>= 5.1.0-build.193.gf4394c96c7)
- Uno.UI (>= 1.45.0-dev.1138)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Uno.Microsoft.Toolkit.Uwp:
Package | Downloads |
---|---|
Uno.Microsoft.Toolkit.Uwp.UI
This library provides UI components, such as XAML extensions, helpers, converters and more. It is a part of the Windows Community Toolkit. AdvancedCollectionView: It's a collection view implementation that support filtering, sorting and incremental loading. It's meant to be used in a viewmodel. CacheBase: Provides methods and tools to cache files in a folder. Converters: Commonly used converters that allow the data to be modified as it passes through the binding engine. Extensions: - ApplicationViewExtensions: Provides attached properties for interacting with the ApplicationView on a window (app view). - FrameworkElementExtensions: Provides attached dependency properties for the FrameworkElement. - ListViewExtensions: Provides attached dependency properties for the ListViewBase - LogicalTree: Defines a collection of extensions methods for UI. - MatrixExtensions: Provides a set of extensions to the Matrix struct. - MatrixHelperEx: Static helper methods for Matrix. - Mouse: Helper class for easily changing the mouseover cursor type. - NullableBool: Custom MarkupExtension which can provide nullable bool values. - RotateTransformExtensions: Extension methods for RotateTransform. - ScaleTransformExtensions: Extension methods for ScaleTransform. - ScrollViewerExtensions: Provides attached dependency properties for the ListViewBase - SkewTransformExtensions: Extension methods for SkewTransform. - SurfaceDialTextbox: Helper class that provides attached properties to enable any TextBox with the Surface Dial. - TextBoxMask: TextBox mask property allows a user to more easily enter fixed width text in TextBox control. - TextBoxRegex: TextBoxRegex allows text validation using a regular expression. - TitleBarExtensions: Provides attached dependency properties for interacting with the ApplicationViewTitleBar on a window (app view). - TranslateTransformExtensions: Extension methods for TranslateTransform. - VisualExtensions: Extension methods and attached properties for Visual objects - VisualTree: Defines a collection of extensions methods for UI. Helpers: - BindableValueHolder: Holds the value. Can be used to change several objects' properties at a time. - DependencyPropertyWatcher: Used to Track Changes of a Dependency Property - ThemeListener: Class which listens for changes to Application Theme or High Contrast Modes and Signals an Event when they occur. |
|
Uno.Microsoft.Toolkit.Uwp.UI.Controls.Core
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. - 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.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. |
|
Uno.Microsoft.Toolkit.Services
This .NET standard library enables access to different data sources such as Microsoft Graph, OneDrive, Twitter, Microsoft Translator, and LinkedIn. It is part of the Windows Community Toolkit. Namespace: - Facebook: Album, DataConfig, DataHost, OAuthTokens, Permissions, Photo, Picture, PictureData, PlatformImageSource, Post, RequestSource, Service. |
|
Uno.Microsoft.Toolkit.Uwp.Services
This library enables access to Facebook. It is part of the Windows Community Toolkit. |
GitHub repositories
This package is not used by any popular GitHub repositories.