Benday.Presentation
1.2.3
dotnet add package Benday.Presentation --version 1.2.3
NuGet\Install-Package Benday.Presentation -Version 1.2.3
<PackageReference Include="Benday.Presentation" Version="1.2.3" />
paket add Benday.Presentation --version 1.2.3
#r "nuget: Benday.Presentation, 1.2.3"
// Install Benday.Presentation as a Cake Addin #addin nuget:?package=Benday.Presentation&version=1.2.3 // Install Benday.Presentation as a Cake Tool #tool nuget:?package=Benday.Presentation&version=1.2.3
Benday.Presentation
A collection of classes and utility methods working with the model-view-viewmodel (MVVM) pattern in MAUI .NET. These classes support the controls in the Benday.Presentation.Controls package.
Written by Benjamin Day
Pluralsight Author | Microsoft MVP | Scrum.org Professional Scrum Trainer (PST)
https://www.benday.com
info@benday.com
Got ideas for features you'd like to see? Found a bug? Let us know by submitting an issue https://github.com/benday-inc/mvvm-presentation/issues. Want to contribute? Submit a pull request.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios18.0 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst18.0 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. 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. |
-
net8.0
- CommunityToolkit.Mvvm (>= 8.2.2)
- Microsoft.Maui.Controls (>= 8.0.80)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.80)
-
net8.0-ios18.0
- CommunityToolkit.Mvvm (>= 8.2.2)
- Microsoft.Maui.Controls (>= 8.0.80)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.80)
-
net8.0-maccatalyst18.0
- CommunityToolkit.Mvvm (>= 8.2.2)
- Microsoft.Maui.Controls (>= 8.0.80)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.80)
-
net8.0-windows10.0.19041
- CommunityToolkit.Mvvm (>= 8.2.2)
- Microsoft.Maui.Controls (>= 8.0.80)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.80)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Benday.Presentation:
Package | Downloads |
---|---|
Benday.Presentation.Controls
A collection of reusable controls for displaying and editing data in an model-view-viewmodel (MVVM) application that uses MAUI .NET. These controls use the MVVM utilities in the Benday.Presentation library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.2.3 - Fixed bug where SelectableCollection was setting the wrong selected item if an item was already selected
v1.2.2 - Fixed bug where SelectableCollection wasn't always subscribing to events on ObservableCollection
v1.2.1 - Fixed stack overflow exception in SelectableCollectionViewModel
v1.2 - Fixed a nasty bug in SelectableCollectionViewModel where the wrong interface was being checked for IsSelected value changes
v1.1 - Multi select list view model
v1.0 - Initial release