PutridParrot.Maui 0.1.0-alpha

This is a prerelease version of PutridParrot.Maui.
dotnet add package PutridParrot.Maui --version 0.1.0-alpha
NuGet\Install-Package PutridParrot.Maui -Version 0.1.0-alpha
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="PutridParrot.Maui" Version="0.1.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PutridParrot.Maui --version 0.1.0-alpha
#r "nuget: PutridParrot.Maui, 0.1.0-alpha"
#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 PutridParrot.Maui as a Cake Addin
#addin nuget:?package=PutridParrot.Maui&version=0.1.0-alpha&prerelease

// Install PutridParrot.Maui as a Cake Tool
#tool nuget:?package=PutridParrot.Maui&version=0.1.0-alpha&prerelease

PutridParrot.Maui

Build PutridParrot.Maui NuGet version (PutridParrot.Maui) GitHub license GitHub Releases GitHub Issues

A package for MAUI specific code.

BindableCollection

Originally known as the ExtendedObservableCollection (which is a bit of a mouthfall). The BindableCollection is basically an ObservableCollection which allows for deferred UI updating. For example in the ObservableCollection if you're adding thousands of items, each addition results in the UI updating.

Deferred updating basically uses a BeginUpdate/EndUpdate pattern, whereby when you start a process that would result in multiple updates, you call BeginUpdate, when you've completed and want those updates propataged to the UI, then you call EndUpdate.

Note: BeginUpdate/EndUpdate uses reference counting so that you can call BeginUpdate multiple times and only when the last, corresponding number of EndUpdate's are call will the UI update - hence you must ensure that for every BeginUpdate there is a corresponding EndUpdate.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net7.0-ios was computed.  net7.0-ios16.1 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst16.1 is compatible.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net7.0-windows10.0.19041 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.
  • net7.0-android33.0

    • No dependencies.
  • net7.0-ios16.1

    • No dependencies.
  • net7.0-maccatalyst16.1

    • No dependencies.
  • net7.0-windows10.0.19041

    • No dependencies.

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
0.1.0-alpha 76 6/3/2023