BionicCode.Utilities.Net.Wpf 1.3.1

dotnet add package BionicCode.Utilities.Net.Wpf --version 1.3.1
NuGet\Install-Package BionicCode.Utilities.Net.Wpf -Version 1.3.1
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="BionicCode.Utilities.Net.Wpf" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BionicCode.Utilities.Net.Wpf --version 1.3.1
#r "nuget: BionicCode.Utilities.Net.Wpf, 1.3.1"
#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.
// Install BionicCode.Utilities.Net.Wpf as a Cake Addin
#addin nuget:?package=BionicCode.Utilities.Net.Wpf&version=1.3.1

// Install BionicCode.Utilities.Net.Wpf as a Cake Tool
#tool nuget:?package=BionicCode.Utilities.Net.Wpf&version=1.3.1

BionicCode.Net.Wpf GitHub Release

.NET library containing utilities that target .NET 5 WPF and .NET Core 3.0 WPF

Compatibility

BC BC BC

Project Home

BC

NuGet packages

BionicCode.Utilities.Net.WpfBionicCode.Utilities.Net.Wpf.NuGet BionicCode.Utilities.Net.StandardBionicCode.Utilities.Net.Standard.NuGet

Class Reference

BionicCode.Utilities.Net.Core.Wpf
BionicCode.Utilities.Net.Standard

Table of Contents (click items to navigate)

  • ViewModel
  • AsyncRelayCommand<T>
  • Extension Methods for WPF e.g.
    • TryFindVisualParentElement<TParent>(out DependencyObject) : bool
    • TryFindVisualParentElementByName(out FrameworkElement) : bool
    • TryFindVisualChildElement<TChild>(out DependencyObject) : bool
    • TryFindVisualChildElementByName(out FrameworkElement) : bool
    • FindVisualChildElements<TChildren>() : IEnumerable<TChildren>
    • ICollection.AddRange<TItem>(IEnumerable<TItem>) : IEnumerable<TItem>
  • EventArgs
  • ValueConverters
    • BoolToStringConverter - Implementation of IValueConverter that converts a bool to a custom string representation e.g., convert true to Enabled.
    • BooleanMultiValueConverter - Implementation of IMultiValueConverter that checks if all values are true.
    • FilePathTruncateConverter
    • InvertValueConverter
  • Collections
    • ObservablePropertyChangedCollection<T>
  • Markup Extensions
  • Attached Behaviors for WPF
  • Profiler
  • AppSettingsConnector - A default API to the AppSettings that provides strongly typed reading and writing (e.g. bool, int, double, string) of key-value pair values
  • MruManager - Most Recently Used (MRU) file manager. An API that maintains an MRU table stored in the Application Settings file.
  • EventAggregator - Implementation of the Event Aggregator pattern that supports dynamic aggregation of different typed event sources
  • Easy to use Dialog attached behavior and infrastructure to allow MVVM friendly dialog handling from the view models in a fire-and-forget manner. To display dialogs implement IDialogViewModel classes and create a DataTemplate for each implementation. The DataTemplate is the rendered in a native Window. Addition attached properties allow for styling of the dialog Window or to assign an optional DataTemplateSelector. The attached behavior will handle showing and closing of the dialog.
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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.3.1 437 9/10/2021
1.2.1 351 9/10/2021
1.2.0 321 9/9/2021
1.1.0 347 8/1/2021
1.0.3 340 8/1/2021
1.0.2 368 7/20/2021
1.0.1 353 7/19/2021
1.0.0 410 7/6/2021

- added default implementation of ViewModel.OnProgress (which is used to retrieve the IProgress<ProgressData> instance by calling ViewModel.CreateProgressReporterFromCurrentThread()
---------------------------------------------------------
For bug reports or feature requests please visit the project home on GutHub (follow the "Project Site" link on the right) and then open an issue (open the "issue" tab, click "New Issue" and select the appropriate template) or send  a mail to BionicCode@outlook.com. Thank you very much.