Cogs.Wpf
1.5.0
See the version list below for details.
dotnet add package Cogs.Wpf --version 1.5.0
NuGet\Install-Package Cogs.Wpf -Version 1.5.0
<PackageReference Include="Cogs.Wpf" Version="1.5.0" />
paket add Cogs.Wpf --version 1.5.0
#r "nuget: Cogs.Wpf, 1.5.0"
// Install Cogs.Wpf as a Cake Addin #addin nuget:?package=Cogs.Wpf&version=1.5.0 // Install Cogs.Wpf as a Cake Tool #tool nuget:?package=Cogs.Wpf&version=1.5.0
Cogs for WPF. Includes general-use behaviors, controls, validation rules, and value converters. Also includes ways to enhancements for Windows (such as using enabling blur-behind and binding system commands to controls) and the inclusion of input gestures in styles.
Product | Versions 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. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.31)
- System.Collections.Immutable (>= 5.0.0)
-
.NETFramework 4.5
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.31)
- System.Collections.Immutable (>= 5.0.0)
-
net5.0-windows7.0
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.31)
- System.Collections.Immutable (>= 5.0.0)
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.26.0 | 310 | 1/26/2023 |
1.25.2 | 279 | 1/21/2023 |
1.25.1 | 307 | 11/23/2022 |
1.25.0 | 423 | 5/16/2022 |
1.24.2 | 418 | 4/4/2022 |
1.24.1 | 412 | 3/23/2022 |
1.24.0 | 409 | 3/19/2022 |
1.23.2 | 319 | 12/16/2021 |
1.23.1 | 290 | 12/16/2021 |
1.23.0 | 311 | 11/19/2021 |
1.22.1 | 293 | 11/3/2021 |
1.22.0 | 330 | 10/31/2021 |
1.21.0 | 303 | 10/13/2021 |
1.20.1 | 310 | 10/1/2021 |
1.20.0 | 304 | 10/1/2021 |
1.19.0 | 374 | 4/9/2021 |
1.18.0 | 332 | 4/5/2021 |
1.17.0 | 361 | 3/24/2021 |
1.16.0 | 365 | 3/11/2021 |
1.15.0 | 323 | 3/10/2021 |
1.14.0 | 363 | 3/10/2021 |
1.13.0 | 346 | 3/10/2021 |
1.12.0 | 390 | 3/5/2021 |
1.11.0 | 308 | 3/5/2021 |
1.10.0 | 326 | 3/5/2021 |
1.9.0 | 302 | 3/4/2021 |
1.8.0 | 382 | 2/28/2021 |
1.7.1 | 362 | 2/24/2021 |
1.7.0 | 314 | 2/21/2021 |
1.6.1 | 321 | 2/16/2021 |
1.6.0 | 337 | 2/16/2021 |
1.5.1 | 308 | 2/16/2021 |
1.5.0 | 324 | 2/16/2021 |
1.4.0 | 320 | 2/15/2021 |
1.3.0 | 302 | 2/15/2021 |
1.2.0 | 314 | 2/12/2021 |
1.1.0 | 334 | 2/12/2021 |
1.0.2 | 341 | 2/9/2021 |
1.0.1 | 317 | 2/8/2021 |
1.0.0 | 350 | 2/8/2021 |
We added the PasswordBindingTarget behavior and took a severe beating from the WPF Analyzer style cop (and fixed a number of potential issues with accidentally overriding data bindings by using SetValue instead of SetCurrentValue).