BionicCode.Utilities.Net.Standard 1.2.2

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

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

BionicCode.Net GitHub Release

Collection of .NET libraries like utilities and controls that target .NET Standard, .NET 5, .NET 5 WPF, .NET Core, .NET Framework, .NET Core WPF, .NET Framework WPF and UWP

Compatibilty

BC BC BC BC

BC BC BC BC BC

Project Home

BC

NuGet packages

BionicCode.Utilities.Net.StandardBionicCode.Utilities.Net.Standard.NuGet

Class Reference

BionicCode.Utilities.Net.Standard

Table of Contents (click items to navigate)

  • BaseViewModel
  • 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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on BionicCode.Utilities.Net.Standard:

Package Downloads
BionicCode.Utilities.Net.Core.Wpf

Reusable utility and class library for WPF .NET Core >= 3.0 - Featuring: AsyncRelayCommand&lt;T&gt;, ObservablePropertyChangedCollection, ViewModel, Visual Tree Helpers, Profiling, Extension Methods, ValueChangedEventArgs, MruManager (Most Recently Used files), AppSettingsConnector, InverExtension MarkupExtension, EnumExtension MarkupExtension, EventAggregator, MVVM DialogService, Attached Behaviors and more.

BionicCode.Utilities.Net.Wpf

.NET 5/.NET Core 3 - Reusable utility and class library for WPF .NET 5/.NET Core 3.0 - Featuring: ViewModel (abstract base class), Profiling, Extension Methods, ValueChangedEventArgs, EventAggregator, AutoResetStream and more.

BionicCode.Utilities.Net.Core

Reusable utility and class library for .NET Core >= 3.0 - Featuring: ViewModel (abstract base class), Profiling, Extension Methods, ValueChangedEventArgs, EventAggregator, AutoResetStream and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 373 9/10/2021
1.2.1 329 9/10/2021
1.2.0 415 9/9/2021
1.1.1 321 8/1/2021
1.1.0 332 8/1/2021
1.0.5 235 7/19/2021
1.0.4 621 10/15/2020
1.0.3 456 10/8/2020
1.0.2 567 10/8/2020
1.0.1 473 10/8/2020
1.0.0 299 10/8/2020

- 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.