This project uses
C# 11
with thePolySharp
library. The minimum version is Windows 10,1903
(Build,18362).
In UWP Toolkit
you can find Controls, Extensions, Converters for XAML, Helpers, Math, Exceptions, and more.
This project can be used with C# 7.2, but we recommend that you use C# 11 in your project (.csproj) and use the
PolySharp
library.
This project is available as a NuGet package. You can install it using the NuGet Package Console window:
NuGet\Install-Package AlexFalconFlores.UWP.Toolkit -Version 0.0.7
- Extensions
- ResourceExtensions
- StringExtensions
- FloatExtensions
- DoubleExtensions
- FrameworkElementExtensions
- ObservableCollectionExtensions
- StorageFolderExtensions
- StorageFileExtensions
- StorageFileExtensions
- ScrollViewerExtension
- EnumerableExtensions
- CollectionExtensions
- SettingsStorageExtensions
- IsRoamingStorageAvailable
- SaveAsync(this StorageFolder folder, string name, T content)
- SaveAsync(this ApplicationDataContainer settings, string key, T value)
- ReadAsync(this StorageFolder folder, string name)
- ReadAsync(this ApplicationDataContainer settings, string key)
- SaveString
- SaveFileAsync
- ReadFileAsync
- ReadBytesAsync
- EnumExtensions
- Converters
- Helpers
- Math
- Services
- Exceptions
- PolySharp
- SQLitePCLRaw.bundle_e_sqlite3
- Microsoft.Data.Sqlite.Core
- Newtonsoft.Json