BionicCode.Utilities.Net.Standard
1.0.3
See the version list below for details.
dotnet add package BionicCode.Utilities.Net.Standard --version 1.0.3
NuGet\Install-Package BionicCode.Utilities.Net.Standard -Version 1.0.3
<PackageReference Include="BionicCode.Utilities.Net.Standard" Version="1.0.3" />
paket add BionicCode.Utilities.Net.Standard --version 1.0.3
#r "nuget: BionicCode.Utilities.Net.Standard, 1.0.3"
// Install BionicCode.Utilities.Net.Standard as a Cake Addin #addin nuget:?package=BionicCode.Utilities.Net.Standard&version=1.0.3 // Install BionicCode.Utilities.Net.Standard as a Cake Tool #tool nuget:?package=BionicCode.Utilities.Net.Standard&version=1.0.3
BionicCode.Net
Collection of .NET libraries like utilities and controls that target .NET Standard, .NET Core, .NET Framework, .NET Core WPF, .NET Framework WPF and UWP
Compatibility
Project Home
NuGet packages
Class Reference
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 ofIValueConverter
that converts abool
to a custom string representation e.g., converttrue
toEnabled
.BooleanMultiValueConverter
- Implementation ofIMultiValueConverter
that checks if all values aretrue
.FilePathTruncateConverter
InvertValueConverter
- Collections
ObservablePropertyChangedCollection<T>
- Markup Extensions
InvertExtension
EnumExtension
PrimitiveTypeExtension
EqualsExtension
- Attached Behaviors for WPF
Profiler
AppSettingsConnector
- A default API to theAppSettings
that provides strongly typed reading and writing (e.g.bool
,int
,double
,string
) of key-value pair valuesMruManager
- 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 implementIDialogViewModel
classes and create aDataTemplate
for each implementation. TheDataTemplate
is the rendered in a nativeWindow
. Addition attached properties allow for styling of the dialogWindow
or to assign an optionalDataTemplateSelector
. The attached behavior will handle showing and closing of the dialog.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- JetBrains.Annotations (>= 2020.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on BionicCode.Utilities.Net.Standard:
Package | Downloads |
---|---|
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.Wpf
Reusable utility and class library for WPF .NET Core >= 3.0 - Featuring: AsyncRelayCommand<T>, 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.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.
Successor of legacy 'BionicUtilities.Net' package and library. 'BionicUtilities.Net' will no longer be maintained (except bug fixes).
---------------------------------------------------------
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.