Redistributable components for package 'PostSharp.Patterns.Aggregation'. This package should only be installed as a dependency.
(This is not the package you are looking for).
Visual Studio Debug Helper for ChildProcesses attaches the Visual Studio debugger automatically to any started child process with the ChildProcesses library.
ChildProcesses is a child process management library for the .NET Framework.
It allows to create child processes, and provides bidirectional extendable interprocess communication based on WCF and NamedPipes out of the box.
Child and parent processes monitor each other and notify about...
More information
Tools to convert a flat list to a hierarchy based on ParentId properties and work with hierarchy collection (child or parent search, element selecting etc.).
A few methods that can be usefull when building custom UI in Xamarin.Forms. Extension methods on Element. Where RootLayout() return the root layout of the page - which also can be specified to return the highest layout of type Layout<VIew> (Stacklyout, FlexLayout etc ) -in the hierarchy. And...
More information
Classes to support a business logic layer or an API. Keep child-parent relationships in sync. Wrap a result with data along with a Successful flag and a list of messages. Keep business logic units separate, implementing ISideEffect. Check whether a list is dirty.