{"id":22801087,"url":"https://github.com/iowacomputergurus/netcore.utilities","last_synced_at":"2025-04-19T18:23:48.484Z","repository":{"id":41354006,"uuid":"398372171","full_name":"IowaComputerGurus/netcore.utilities","owner":"IowaComputerGurus","description":"A collection of utilities for working with .NET 6+ applications to improve developer experience and testability of code","archived":false,"fork":false,"pushed_at":"2025-01-27T17:40:51.000Z","size":199,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-11T13:37:58.964Z","etag":null,"topics":[],"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/IowaComputerGurus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"mitchelsellers"}},"created_at":"2021-08-20T18:47:46.000Z","updated_at":"2024-11-14T07:54:25.000Z","dependencies_parsed_at":"2024-11-14T08:35:10.708Z","dependency_job_id":null,"html_url":"https://github.com/IowaComputerGurus/netcore.utilities","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IowaComputerGurus%2Fnetcore.utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IowaComputerGurus%2Fnetcore.utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IowaComputerGurus%2Fnetcore.utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IowaComputerGurus%2Fnetcore.utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IowaComputerGurus","download_url":"https://codeload.github.com/IowaComputerGurus/netcore.utilities/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249762255,"owners_count":21321900,"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":[],"created_at":"2024-12-12T08:08:57.108Z","updated_at":"2025-04-19T18:23:48.455Z","avatar_url":"https://github.com/IowaComputerGurus.png","language":"C#","funding_links":["https://github.com/sponsors/mitchelsellers"],"categories":[],"sub_categories":[],"readme":"# netcore.utilities ![](https://img.shields.io/github/license/iowacomputergurus/netcore.utilities.svg)\n\nA collection of helpful utilities for working with .NET + projects.  These items are used by the IowaComputerGurus Team to aid in unit testing and other common tasks\n\n![Build Status](https://github.com/IowaComputerGurus/netcore.utilities/actions/workflows/ci-build.yml/badge.svg)\n\n## NuGet Package Information\nICG.NetCore.Utilities ![](https://img.shields.io/nuget/v/icg.netcore.utilities.svg) ![](https://img.shields.io/nuget/dt/icg.netcore.utilities.svg)\n\n## SonarCloud Analysis\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=IowaComputerGurus_netcore.utilities\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=IowaComputerGurus_netcore.utilities)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=IowaComputerGurus_netcore.utilities\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=IowaComputerGurus_netcore.utilities)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=IowaComputerGurus_netcore.utilities\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=IowaComputerGurus_netcore.utilities)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=IowaComputerGurus_netcore.utilities\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=IowaComputerGurus_netcore.utilities)\n\n\n## Usage\n\n### Installation\n\nInstall from NuGet\n\n```\nInstall-Package ICG.NetCore.Utilities\n```\n\n### Register Dependencies\n\nInside of of your project's Startus.cs within the RegisterServices method add this line of code.\n\n```\nservices.UseIcgNetCoreUtilities();\n```\n\n### Included C# Objects\n\n| Object | Purpose |\n| ---- | --- |\n| IDirectory Provider | Provides a shim around the System.IO.Directory object to allow for unit testing. |\n| IGuidProvider | Provides a shim around the System.Guid object to allow for unit testing of Guid operations.  |\n| IFileProvider | Provides a shim around the System.IO.File object to allow for unit testing of file related operations. |\n| IPathProvider | Provides a shim around the System.IO.Path object to allow for unit testing of path related operations | \n| ITimeProvider | Provides a shim around the System.DateTime object to allow for unit testing of date operations |\n| ITimeSpanProvider | Provides a shim around the System.TimeSpan object to allow for unit testing/injection of TimeSpan operations |\n| IUrlSlugGenerator | Provides a service that will take input and generate a url friendly slug from the content |\n| IAesEncryptionService | Provides a service that will encrypt and decrypt provided strings using AES symmetric encryption |\n\nDetailed information can be found in the XML Comment documentation for the objects, we are working to add to this document as well.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiowacomputergurus%2Fnetcore.utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiowacomputergurus%2Fnetcore.utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiowacomputergurus%2Fnetcore.utilities/lists"}