{"id":15487257,"url":"https://github.com/rickstrahl/westwind.utilities","last_synced_at":"2025-05-14T18:02:15.900Z","repository":{"id":46786664,"uuid":"91947378","full_name":"RickStrahl/Westwind.Utilities","owner":"RickStrahl","description":"A general purpose utility and helper library for .NET development","archived":false,"fork":false,"pushed_at":"2025-04-29T06:41:13.000Z","size":9413,"stargazers_count":262,"open_issues_count":0,"forks_count":62,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-09T20:17:09.986Z","etag":null,"topics":["csharp","dotnet","dotnet-core","utilities","westwind"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RickStrahl.png","metadata":{"files":{"readme":"Readme.md","changelog":"Changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"RickStrahl","custom":"https://store.west-wind.com/product/donation"}},"created_at":"2017-05-21T09:53:57.000Z","updated_at":"2025-04-29T06:41:17.000Z","dependencies_parsed_at":"2024-04-16T04:41:11.211Z","dependency_job_id":"d9115cb5-c7c5-4715-9210-8160980cf8c9","html_url":"https://github.com/RickStrahl/Westwind.Utilities","commit_stats":{"total_commits":341,"total_committers":5,"mean_commits":68.2,"dds":"0.014662756598240456","last_synced_commit":"083775849474b58281c643f4d1562f562ebad89e"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickStrahl%2FWestwind.Utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickStrahl%2FWestwind.Utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickStrahl%2FWestwind.Utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickStrahl%2FWestwind.Utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RickStrahl","download_url":"https://codeload.github.com/RickStrahl/Westwind.Utilities/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198453,"owners_count":22030964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","dotnet-core","utilities","westwind"],"created_at":"2024-10-02T06:21:51.539Z","updated_at":"2025-05-14T18:02:15.829Z","avatar_url":"https://github.com/RickStrahl.png","language":"C#","funding_links":["https://github.com/sponsors/RickStrahl","https://store.west-wind.com/product/donation"],"categories":[],"sub_categories":[],"readme":"# Westwind.Utilities \n\n![](Westwind.Utilities/icon.png)\n\n\n| Library                 | Versions and Stats                                                                                                                                                                                      |\n|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Westwind.Utilities      | \u003ca href=\"https://www.nuget.org/packages/Westwind.Utilities/\"\u003e![](https://img.shields.io/nuget/v/Westwind.Utilities.svg)\u003c/a\u003e ![](https://img.shields.io/nuget/dt/Westwind.Utilities.svg)                 |\n| Westwind.Utilities.Data | \u003ca href=\"https://www.nuget.org/packages/Westwind.Utilities.Data/\"\u003e![](https://img.shields.io/nuget/v/Westwind.Utilities.Data.svg)\u003c/a\u003e  ![](https://img.shields.io/nuget/dt/Westwind.Utilities.Data.svg) |\n| Westwind.Utilities.Windows | \u003ca href=\"https://www.nuget.org/packages/Westwind.Utilities.Windows/\"\u003e![](https://img.shields.io/nuget/v/Westwind.Utilities.Windows.svg)\u003c/a\u003e  ![](https://img.shields.io/nuget/dt/Westwind.Utilities.Windows.svg) |\n| Documentation           | \u003ca href=\"https://docs.west-wind.com/westwind.utilities/\"\u003e![](https://img.shields.io/badge/documentation-blue.svg)\u003c/a\u003e                                                                                   |\n\n### A general purpose utility and helper library for .NET development\n\n\nSupports the following Targets:\n\n* .NET 9.0,8.0\n* .NET Standard 2.0\n* .NET 4.62+\n\n### Installation\nYou can install the package [from NuGet](http://nuget.org/packages/Westwind.Utilities/) using the Visual Studio Package Manager or NuGet UI:\n\n```\nPM\u003e install-package westwind.utilities\n```\n\nAs of version 4.0 the `Data` related features are located in a separate NuGet Package:\n\n```\nPM\u003e install-package westwind.utilities.data\n```\n\u003e #### Upgrading from v3 and using Data Access Features?\n\u003e If you're switching from v3 or earlier and are using the Data Access features of the library, this is a breaking change that requires you to add the new `westwind.utilities.data` package.\n\n### What is it?\nEvery .NET application requires small, common and often repeated tasks. This library is a collection of those things that I commonly need on a regular basis and have compiled over the years.\n\n* [Get it on NuGet](https://nuget.org/packages/Westwind.Utilities/)\n* [Usage Documentation](https://docs.west-wind.com/westwind.utilities/_5am0u0jou.htm)\n* [Class Documentation](https://docs.west-wind.com/westwind.utilities/_5am0u09dd.htm)\n\nIt includes tools for:\n\n* [**Application Configuration**](https://docs.west-wind.com/westwind.utilities?page=_2le027umn.htm)  \nclass to create code-first strongly typed configuration classes for your applications\n\n* [**Lightweight ADO.NET Data Access Layer**](https://docs.west-wind.com/westwind.utilities?=page=_3ou0v2jum.htm)  \nideal for components or apps that need data access but don't need the bulk of Entity Framework or similar ORM.  \n\u003csmall\u003e*requires adding the `westwind.utilities.data` package.*\u003c/small\u003e\n\n\n* **General Purpose Utility Classes**:\n\t* [StringUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20StringUtils)\n    * [HtmlUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20HtmlUtils)\n\t* [ReflectionUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20ReflectionUtils)\n\t* [SerializationUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20SerializationUtils)\n\t* [DataUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20DataUtils)\t\n\t* [FileUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20FileUtils)\n    * [TimeUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20TimeUtils)\t\n    * [XmlUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20TimeUtils)\t    \n    * [StringSerializer](https://docs.west-wind.com/westwind.utilities?topic=Class%20StringSerializer)\n    * [Expando](https://docs.west-wind.com/westwind.utilities?topic=Class%20Expando)\n\t* [PropertyBag](https://docs.west-wind.com/westwind.utilities?topic=Class%20PropertyBag)\n    * [Scheduler](https://docs.west-wind.com/westwind.utilities?topic=Class%20Scheduler) (for background processing) \n    * [Encryption](https://docs.west-wind.com/westwind.utilities?topic=Class%20Encryption)\n    * [HttpClient](https://docs.west-wind.com/westwind.utilities?topic=Class%20HttpClient) (HttpWebRequest wrapper)\n    * [HttpUtils](https://docs.west-wind.com/westwind.utilities?topic=Class%20HttpUtils) (Simple REST client helpers)\n    * [SmptClientNative](https://docs.west-wind.com/westwind.utilities?topic=Class%20SmtpClientNative) (SmtpClient Wrapper)\n    \n    * [DelegateFactory](https://docs.west-wind.com/westwind.utilities?topic=Class%20DelegateFactory)\n\nand much, much more.\n\nIt's worthwhile to browse through the source code or the documentation\nto find out the myriad of useful functionality that is available, all\nin a small single assembly.\n\nThis assembly is the base for most other West Wind libraries.\n\n## License\nThis library is published under **MIT license** terms.\n\n**Copyright \u0026copy; 2012-2023 Rick Strahl, West Wind Technologies**\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickstrahl%2Fwestwind.utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickstrahl%2Fwestwind.utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickstrahl%2Fwestwind.utilities/lists"}