An open API service indexing awesome lists of open source software.

https://github.com/thunderdesign/thunderdesign.net-pcl.dynamic

A combination of generic Dynamic Thread-Safe objects that can be used in all application types.
https://github.com/thunderdesign/thunderdesign.net-pcl.dynamic

bindable binding c-sharp cross-platform dotnet-core dotnet-framework dotnet-standard dynamic mono net pcl-library threading thunderdesign unity visual-studio xamarin-android xamarin-forms xamarin-ios xamarin-mac xamarin-uwp

Last synced: 10 months ago
JSON representation

A combination of generic Dynamic Thread-Safe objects that can be used in all application types.

Awesome Lists containing this project

README

          

# ThunderDesign.Net-PCL.Dynamic
[![CI](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/actions/workflows/CI.yml/badge.svg)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/actions/workflows/CI.yml)
[![CD](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/actions/workflows/CD.yml/badge.svg)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/actions/workflows/CD.yml)
[![Nuget](https://img.shields.io/nuget/v/ThunderDesign.Net-PCL.Dynamic)](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Dynamic)
[![License](https://img.shields.io/github/license/ThunderDesign/ThunderDesign.Net-PCL.Dynamic)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/blob/main/LICENSE)
[![Net](https://img.shields.io/badge/.net%20standard-v1.0%20--%20v2.1-blue)](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/blob/main/README.md)

A combination of generic Dynamic Thread-Safe objects that can be used in all application types.

----

### Highlights include:

- Collections
- DynamicExpandObjectList
- DynamicPropertyList
- DataObjects
- DynamicExpandObject
- DynamicProperty
- Extentions
- DynamicExpandObjectExtention

----

## Installation

Grab the latest [ThunderDesign.Net-PCL.Dynamic NuGet](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Dynamic) package and install in your solution.

> Install-Package ThunderDesign.Net-PCL.Dynamic

Use the `-version` option to specify an [older version](https://www.nuget.org/packages/ThunderDesign.Net-PCL.Dynamic#versions-tab) to install.

## Examples

*(TIP: Clone repo, open the solution, build it and run sample app.)*
- Xamarin
- [SimpleContacts Example](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/tree/main/samples/Xamarin/SimpleContacts)

## Please Contribute!

This is an open source project that welcomes contributions/suggestions/bug reports from those who use it. If you have any ideas on how to improve the library, please [post an issue here on GitHub](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/issues). Please check out the [How to Contribute](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Dynamic/blob/main/.github/CONTRIBUTING.md).