Yatter.UI.ListBuilder.Serialization 0.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Yatter.UI.ListBuilder.Serialization --version 0.0.5
                    
NuGet\Install-Package Yatter.UI.ListBuilder.Serialization -Version 0.0.5
                    
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="Yatter.UI.ListBuilder.Serialization" Version="0.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Yatter.UI.ListBuilder.Serialization" Version="0.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Yatter.UI.ListBuilder.Serialization" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Yatter.UI.ListBuilder.Serialization --version 0.0.5
                    
#r "nuget: Yatter.UI.ListBuilder.Serialization, 0.0.5"
                    
#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.
#:package Yatter.UI.ListBuilder.Serialization@0.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Yatter.UI.ListBuilder.Serialization&version=0.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Yatter.UI.ListBuilder.Serialization&version=0.0.5
                    
Install as a Cake Tool

Alpha Alert!

We are progressively building this solution from a custom ListView pattern that we already use in Xamarin Forms, and as you can't read our mind, you wont know from one week to another where we are going on this. So beware. We are, however, developing on various branches, and commiting approved updates to the master branch, so the master branch can be considered to have better form than the development branches. It's a winding road to Camelot!

Yatter.UI.ListBuilder.Serialization

This library is designed to facilitate the capacity of lists created by Yatter.UI.ListBuilder to be used as remotely-driven lightweight lists that originate as serialized JSON or serialized XML, on any of the following platforms, with such lists having the innate capacity to submit collations of themselves, either to local storage for retrieval by a locally loaded list (such as where a locally-loaded list is being used as a menu), or to a remote endpoint, where the response to such a submission is another list of the same ilk.

Associated projects are as follows:

Subscript.

The following XML root tag is inevitable:

  • <yatter />

It comes from the 'Y' (meaning yatter) component of our HARRY API, which stands for Highly Atomic Readily Reactive Yatter where yatter means to chatter.

This actually describes the request/response conversation of our highly atomic, readily reactive, lists!

Yatter is so powerful that we expect that in time, the whole HARRY API that is around yatter will come to be known as Yatter!

Product 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 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Yatter.UI.ListBuilder.Serialization:

Package Downloads
Yatter.UI.Blazor.Components

Yatter Blazor Component items, available in conjunction with ListBuilder DTO ListItems at Yatter.UI.ListBuilder 0.0.4 and above. For platforms other than Blazor, for XAML, see Yatter.UI.Xaml.Components, and for a Net Interactive Notebook, see Yatter.UI.NetInteractiveNotebook.Components

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.8 573 10/27/2021
0.0.7 609 10/24/2021
0.0.6 502 10/23/2021
0.0.5 601 10/23/2021
0.0.4 530 10/17/2021

Alpha Release
Added YatNav to wrap a List<YatterPath> as clickable MenuItems