BionicCode.Utilities.Net.Core.Wpf
1.0.5
BionicCode.Utilities.Net.Wpf now targets >= .NET 5 and >= .NET Core 3.0. Therefore the dedicated .NET Core library is not required any longer.
Please note that all previous namespaces "BionicCode.Utilities.Net.Core.Wpf" must be changed to "BionicCode.Utilities.Net.Wpf" (remove the 'Core') if you plan to replace the obsolete library. I highly recommend to migrate to the new package version by simply changing the namespace.
dotnet add package BionicCode.Utilities.Net.Core.Wpf --version 1.0.5
NuGet\Install-Package BionicCode.Utilities.Net.Core.Wpf -Version 1.0.5
<PackageReference Include="BionicCode.Utilities.Net.Core.Wpf" Version="1.0.5" />
<PackageVersion Include="BionicCode.Utilities.Net.Core.Wpf" Version="1.0.5" />
<PackageReference Include="BionicCode.Utilities.Net.Core.Wpf" />
paket add BionicCode.Utilities.Net.Core.Wpf --version 1.0.5
#r "nuget: BionicCode.Utilities.Net.Core.Wpf, 1.0.5"
#:package BionicCode.Utilities.Net.Core.Wpf@1.0.5
#addin nuget:?package=BionicCode.Utilities.Net.Core.Wpf&version=1.0.5
#tool nuget:?package=BionicCode.Utilities.Net.Core.Wpf&version=1.0.5
BionicCode.Net.Core.Wpf

.NET Core library containig utilities and controls that target .NET Core WPF
Compatibility
Project Home
NuGet packages
Class Reference
Table of Contents (click items to navigate)
BaseViewModelAsyncRelayCommand<T>- Extension Methods for WPF e.g.
TryFindVisualParentElement<TParent>(out DependencyObject) : boolTryFindVisualParentElementByName(out FrameworkElement) : boolTryFindVisualChildElement<TChild>(out DependencyObject) : boolTryFindVisualChildElementByName(out FrameworkElement) : boolFindVisualChildElements<TChildren>() : IEnumerable<TChildren>ICollection.AddRange<TItem>(IEnumerable<TItem>) : IEnumerable<TItem>
- EventArgs
- ValueConverters
BoolToStringConverter- Implementation ofIValueConverterthat converts aboolto a custom string representation e.g., converttruetoEnabled.BooleanMultiValueConverter- Implementation ofIMultiValueConverterthat checks if all values aretrue.FilePathTruncateConverterInvertValueConverter
- Collections
ObservablePropertyChangedCollection<T>
- Markup Extensions
InvertExtensionEnumExtensionPrimitiveTypeExtensionEqualsExtension
- Attached Behaviors for WPF
ProfilerAppSettingsConnector- A default API to theAppSettingsthat 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
Dialogattached behavior and infrastructure to allow MVVM friendly dialog handling from the view models in a fire-and-forget manner. To display dialogs implementIDialogViewModelclasses and create aDataTemplatefor each implementation. TheDataTemplateis the rendered in a nativeWindow. Addition attached properties allow for styling of the dialogWindowor 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. 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 was computed. |
-
.NETCoreApp 3.0
- BionicCode.Utilities.Net.Core (>= 1.0.2)
- BionicCode.Utilities.Net.Standard (>= 1.0.4)
- Microsoft.NETCore.UniversalWindowsPlatform (>= 6.2.9)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BionicCode.Utilities.Net.Core.Wpf:
| Package | Downloads |
|---|---|
|
BionicFileExplorer.Net.Wpf
File explorer with different views for .NET 5 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Refactored AsyncRelayCommand. Removed redundant dependency to BionicCode.Utilities.Net.Framework.Wpf.
---------------------------------------------------------
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.