UToolKit 0.0.2-preview

This is a prerelease version of UToolKit.
There is a newer version of this package available.
See the version list below for details.
dotnet add package UToolKit --version 0.0.2-preview
                    
NuGet\Install-Package UToolKit -Version 0.0.2-preview
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UToolKit" Version="0.0.2-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UToolKit" Version="0.0.2-preview" />
                    
Directory.Packages.props
<PackageReference Include="UToolKit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add UToolKit --version 0.0.2-preview
                    
#r "nuget: UToolKit, 0.0.2-preview"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package UToolKit@0.0.2-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=UToolKit&version=0.0.2-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=UToolKit&version=0.0.2-preview&prerelease
                    
Install as a Cake Tool

UToolKit

Release notes:

  • Added base services, tools and converters.

How to use

Converts (XAML)

<App xmlns:converters="https://github.com/nullsoftware/UToolKit" />

In Develpment

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.0

    • No dependencies.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net5.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 282 5/17/2023
1.1.0.1 313 2/25/2023
1.1.0 297 2/24/2023
1.0.2 308 2/24/2023
1.0.1.1 356 1/28/2023
1.0.0.1 381 12/18/2022
1.0.0 364 12/16/2022
0.0.8.1-alpha 218 12/16/2022
0.0.8-alpha 206 12/16/2022
0.0.7.8-alpha 220 11/12/2022
0.0.7.4-alpha 254 8/12/2022
0.0.7.2-alpha 265 5/11/2022
0.0.7.1-alpha 234 5/10/2022
0.0.7-alpha 248 5/10/2022
0.0.6-alpha 250 4/27/2022
0.0.4-preview 257 4/7/2022
0.0.3-preview 249 4/7/2022
0.0.2-preview 242 4/2/2022
0.0.1-preview 249 4/1/2022

Added RoutedCommandHandler to bind RoutedUICommand to ICommand.
Changed namespace in XAML declaration.