{"id":15130578,"url":"https://github.com/alexfalconflores/dottoolkit","last_synced_at":"2026-02-09T04:34:47.942Z","repository":{"id":256650803,"uuid":"854928146","full_name":"alexfalconflores/dottoolkit","owner":"alexfalconflores","description":"🚀 DotToolkit is a comprehensive .NET library designed to enhance productivity by offering a wide range of utilities and extensions. ","archived":false,"fork":false,"pushed_at":"2024-09-20T05:05:00.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T03:44:09.921Z","etag":null,"topics":["asp-net","console","csharp","dotnet","exceptions","extensions","helper","library","math","net","netcore","netstandard","optimization","toolkit","utility","uwp","winappsdk","windows","winui3"],"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/alexfalconflores.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-09-10T02:16:00.000Z","updated_at":"2025-06-11T20:10:13.000Z","dependencies_parsed_at":"2024-09-12T07:58:50.484Z","dependency_job_id":"859e0c6c-4e9d-4857-822c-ffea57810b4e","html_url":"https://github.com/alexfalconflores/dottoolkit","commit_stats":null,"previous_names":["alexfalconflores/dottoolkit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alexfalconflores/dottoolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfalconflores%2Fdottoolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfalconflores%2Fdottoolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfalconflores%2Fdottoolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfalconflores%2Fdottoolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexfalconflores","download_url":"https://codeload.github.com/alexfalconflores/dottoolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfalconflores%2Fdottoolkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268133295,"owners_count":24201371,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["asp-net","console","csharp","dotnet","exceptions","extensions","helper","library","math","net","netcore","netstandard","optimization","toolkit","utility","uwp","winappsdk","windows","winui3"],"created_at":"2024-09-26T03:02:42.133Z","updated_at":"2026-02-09T04:34:47.910Z","avatar_url":"https://github.com/alexfalconflores.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿![DotToolkit Cover](assets/dottoolkit-cover.svg)\n\n# DotToolkit\n\n[![NuGet](https://img.shields.io/nuget/dt/DotToolkit.svg)](https://www.nuget.org/stats/packages/DotToolkit?groupby=Version) \n[![NuGet](https://img.shields.io/nuget/vpre/DotToolkit.svg)](https://www.nuget.org/packages/DotToolkit/)\n\u003ca href=\"https://www.nuget.org/packages/DotToolkit\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/alexfalconflores/alexfalconflores/main/img/nuget-banner.svg\" height=20 alt=\"Go to Nuget\"/\u003e\n\u003c/a\u003e\n\n\n## Installation 📦\nThis project is available as a [NuGet package](https://www.nuget.org/packages/DotToolkit). You can install it using the NuGet Package Console window:\n```bash\ndotnet add package DotToolkit --version 1.3.0\n```\n\n## Documentation 📖\n- [Math](docs/Math.md)\n    - [Fibonacci](docs/Math.md#fibonacci)\n    - [IsEven](docs/Math.md#iseven)\n    - [Evens](docs/Math.md#evens)\n    - [IsOdd](docs/Math.md#isodd)\n    - [Odds](docs/Math.md#odds)\n    - [IsDivisibleBy](docs/Math.md#isdivisibleby)\n    - [IsMultipleOf](docs/Math.md#ismultipleof)\n    - [IsPrime](docs/Math.md#isprime)\n    - [Primes](docs/Math.md#primes)\n    - [Primes - SieveOfAtkin](docs/Math.md#primes---sieveofatkin)\n    - [Primes - SegmentedSieve](docs/Math.md#primes---segmentedsieve)\n    - [IsBetween](docs/Math.md#isbetween)\n    - [IsPositive](docs/Math.md#ispositive)\n    - [IsNegative](docs/Math.md#isnegative)\n    - [IsZero](docs/Math.md#iszero)\n    - [IsInteger](docs/Math.md#isinteger)\n    - [IsDecimal](docs/Math.md#isdecimal)\n    - [IsBigInteger](docs/Math.md#isbetween)\n    - [IsComplex](docs/Math.md#iscomplex)\n    - [IsNatural](docs/Math.md#isnatural)\n    - [Factorial](docs/Math.md#factorial) `new`\n    - [FactorialBigInterger](docs/Math.md#factorialbiginteger) `new`\n- [Extensions](docs/Extensions.md) `new`\n    - [String Category](docs/ext/string.md)\n      - [IsNullOrEmpty](docs/ext/string.md#isnullorempty)\n      - [IsNullOrWhiteSpace](docs/ext/string.md#isnullorwhitespace)\n      - [Join](docs/ext/string.md#join-string-separator)\n      - [Join(formatFunc)](docs/ext/string.md#join-string-separator-funct-string-formatfunc)\n      - [Repeat](docs/ext/string.md#repeat)\n      - [ToCamelCase](docs/ext/string.md#tocamelcase)\n      - [ToPascalCase](docs/ext/string.md#topascalcase)\n      - [ToKebabCase](docs/ext/string.md#tokebabcase)\n      - [ToSnakeCase](docs/ext/string.md#tosnakecase)\n      - [HtmlEscape](docs/ext/string.md#htmlescape)\n      - [HtmlUnEscape](docs/ext/string.md#htmlunescape)\n      - [ReverseString](docs/ext/string.md#reversestring)\n      - [ToChar](docs/ext/string.md#tochar)\n    - [Number Category](docs/ext/number.md)\n      - [IsNaN(double)](docs/ext/number.md#isnan-double)\n      - [IsNaN(float)](docs/ext/number.md#isnan-float)\n      - [ToByte](docs/ext/number.md#tobyte)\n      - [ToSByte](docs/ext/number.md#tosbyte)\n      - [ToShort](docs/ext/number.md#toshort)\n      - [ToUShort](docs/ext/number.md#toushort)\n      - [ToInt](docs/ext/number.md#toint)\n      - [ToUInt](docs/ext/number.md#touint)\n      - [ToLong](docs/ext/number.md#tolong)\n      - [ToULong](docs/ext/number.md#toulong)\n      - [ToFloat](docs/ext/number.md#tofloat)\n      - [ToDecimal](docs/ext/number.md#todecimal)\n      - [ToDouble](docs/ext/number.md#todouble)\n    - [Bool Category](docs/ext/bool.md)\n      - [ToBool](docs/ext/bool.md#tobool)\n    - [ObservableCollection Category](docs/ext/observableCollection.md)\n      - [RemoveAll(Prediceate match)](docs/ext/observableCollection.md#removeall-predicate-match)\n      - [RemoveAll(Prediceate match, Action onRemoved)](docs/ext/observableCollection.md#removeall-predicate-match-action-onremoved)\n      - [ToObservableCollection](docs/ext/observableCollection.md#toobservablecollection)\n    - [Collection Category](docs/ext/collection.md)\n      - [Fill](docs/ext/collection.md#fill)\n      - [RandomChoice](docs/ext/collection.md#randomchoice)\n    - [Collection Category](docs/ext/collection.md)\n      - [Fill](docs/ext/collection.md#fill)\n      - [RandomChoice](docs/ext/collection.md#randomchoice)\n    - [List Category](docs/ext/list.md)\n      - [Sorted](docs/ext/list.md)\n    - [Array Category](docs/ext/array.md)\n      - [Sorted](docs/ext/array.md#sorted)\n    \n\n## Library Dependencies 📚\n- PolySharp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfalconflores%2Fdottoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexfalconflores%2Fdottoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfalconflores%2Fdottoolkit/lists"}