https://github.com/thunderdesign/thunderdesign.net-pcl.toolbox
A set of core methods and classes to ease every days .NET development tasks.
https://github.com/thunderdesign/thunderdesign.net-pcl.toolbox
c-sharp cross-platform dotnet-core dotnet-framework dotnet-standard mono pcl-library thunderdesign toolbox unity visual-studio xamarin-android xamarin-forms xamarin-ios xamarin-mac xamarin-uwp
Last synced: 11 months ago
JSON representation
A set of core methods and classes to ease every days .NET development tasks.
- Host: GitHub
- URL: https://github.com/thunderdesign/thunderdesign.net-pcl.toolbox
- Owner: ThunderDesign
- License: mit
- Created: 2022-02-23T00:53:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T16:03:20.000Z (almost 4 years ago)
- Last Synced: 2025-07-22T09:50:37.428Z (11 months ago)
- Topics: c-sharp, cross-platform, dotnet-core, dotnet-framework, dotnet-standard, mono, pcl-library, thunderdesign, toolbox, unity, visual-studio, xamarin-android, xamarin-forms, xamarin-ios, xamarin-mac, xamarin-uwp
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThunderDesign.Net-PCL.ToolBox
[](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/actions/workflows/CI.yml)
[](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/actions/workflows/CD.yml)
[](https://www.nuget.org/packages/ThunderDesign.Net-PCL.ToolBox)
[](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/blob/main/LICENSE)
[](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/blob/main/README.md)
A set of core methods and classes to ease every days .NET development tasks.
----
### Highlights include:
- Extentions
- BytesExtentions
- EnumExtentions
- GenericExtentions
- ObjectExtentions
- PropertyInfoExtentions
- StreamExtensions
- StringExtentions
- TypeExtentions
----
## Installation
Grab the latest [ThunderDesign.Net-PCL.ToolBox NuGet](https://www.nuget.org/packages/ThunderDesign.Net-PCL.ToolBox) package and install in your solution.
> Install-Package ThunderDesign.Net-PCL.ToolBox
Use the `-version` option to specify an [older version](https://www.nuget.org/packages/ThunderDesign.Net-PCL.ToolBox#versions-tab) to install.
## 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.ToolBox/issues). Please check out the [How to Contribute](https://github.com/ThunderDesign/ThunderDesign.Net-PCL.ToolBox/blob/main/.github/CONTRIBUTING.md).