{"id":18024340,"url":"https://github.com/egvijayanand/dotnet-utilities","last_synced_at":"2026-03-11T19:06:29.053Z","repository":{"id":42990161,"uuid":"379296768","full_name":"egvijayanand/dotnet-utilities","owner":"egvijayanand","description":".NET Utilities","archived":false,"fork":false,"pushed_at":"2024-08-30T22:52:53.000Z","size":180,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T09:26:58.615Z","etag":null,"topics":["dotnet","dotnet6","dotnet7","dotnet8","utility"],"latest_commit_sha":null,"homepage":"https://egvijayanand.in/","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/egvijayanand.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":"2021-06-22T14:22:47.000Z","updated_at":"2024-08-30T22:27:30.000Z","dependencies_parsed_at":"2023-01-25T21:31:41.657Z","dependency_job_id":"2183c71b-230e-46d3-8ca4-d876d2bc401f","html_url":"https://github.com/egvijayanand/dotnet-utilities","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/egvijayanand/dotnet-utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egvijayanand%2Fdotnet-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egvijayanand%2Fdotnet-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egvijayanand%2Fdotnet-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egvijayanand%2Fdotnet-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egvijayanand","download_url":"https://codeload.github.com/egvijayanand/dotnet-utilities/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egvijayanand%2Fdotnet-utilities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30395147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotnet","dotnet6","dotnet7","dotnet8","utility"],"created_at":"2024-10-30T07:12:37.401Z","updated_at":"2026-03-11T19:06:29.037Z","avatar_url":"https://github.com/egvijayanand.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## .NET Utilities\n\nUseful .NET Utilities, published as NuGet package(s), that helps in reducing repetitive tasks.\n\nFor now, Font Awesome (free version) and Google Material Design icon font glyphs as a NuGet package to refer in any .NET application.\n\nAnd frequently used constants, extensions and methods now put together as one NuGet package so that no more code duplication and better reuse.\n\n|Package Name|Version|\n|:---:|:---:|\n|[VijayAnand.CommonTemplates](https://www.nuget.org/packages/VijayAnand.CommonTemplates/)|[![NuGet Package](https://badgen.net/nuget/v/VijayAnand.CommonTemplates/?icon=nuget\u0026foo=bar)](https://www.nuget.org/packages/VijayAnand.CommonTemplates/)|\n|[VijayAnand.Slnx](https://www.nuget.org/packages/VijayAnand.Slnx/)|[![NuGet Package](https://badgen.net/nuget/v/VijayAnand.Slnx/?icon=nuget\u0026foo=bar)](https://www.nuget.org/packages/VijayAnand.Slnx/)|\n|[VijayAnand.FontAwesome](https://www.nuget.org/packages/VijayAnand.FontAwesome/)|[![Font Awesome 5 LTS](https://badgen.net/badge/nuget/v1.0.7/blue?icon=nuget\u0026foo=bar)](https://www.nuget.org/packages/VijayAnand.FontAwesome/1.0.7)  [![Font Awesome 6 Latest](https://badgen.net/nuget/v/VijayAnand.FontAwesome/?icon=nuget\u0026foo=bar)](https://www.nuget.org/packages/VijayAnand.FontAwesome/)|\n|[VijayAnand.GoogleMaterial](https://www.nuget.org/packages/VijayAnand.GoogleMaterial/)|[![NuGet Package](https://badgen.net/nuget/v/VijayAnand.GoogleMaterial/?icon=nuget\u0026foo=bar)](https://www.nuget.org/packages/VijayAnand.GoogleMaterial/)|\n|[VijayAnand.Toolkit](https://www.nuget.org/packages/VijayAnand.Toolkit/)|[![NuGet Package](https://badgen.net/nuget/v/VijayAnand.Toolkit/?icon=nuget\u0026foo=bar)](https://www.nuget.org/packages/VijayAnand.Toolkit/)|\n\n### VijayAnand.CommonTemplates\n\nFor now, a project template for defining a source generator to automate the source code generation and is named as `sourcegen`.\n\n#### Install Package\n\nTo install the template NuGet package, use the below .NET CLI command:\n\n```shell\ndotnet new install VijayAnand.CommonTemplates\n```\n\nIf you've already installed this package, then it can be updated to the latest version with the below command:\n\n```shell\ndotnet new update --check-only\n```\n\n```shell\ndotnet new update\n```\n\n#### Project Options\n\n*Note: These options may also be combined.*\n\nTo support the incremental source generator, it takes the below optional parameter:\n\n* `-inc` | `--incremental` - Default value is `false`.\n\nTo support the XML-based solution file (`slnx`) format.\n\n*This would be an explicit option since the SLNX feature is currently in the preview stage and is only supported on VS2022.*\n\n* `-slnx` | `--use-slnx` - Default value is `false`.\n\nOption to include a reference to the [PolySharp](https://www.nuget.org/packages/PolySharp/) NuGet package.\n\n* `-ips` | `--include-polysharp` - Default value is `false`.\n\n#### Command Usage\n\nUse the below .NET CLI command to create the project out these template:\n\n```shell\ndotnet new sourcegen -n XamlAutomation\n```\n\nIncremental Source Generator:\n\n```shell\ndotnet new sourcegen -n XamlAutomation -inc\n```\n\nUse SLNX solution file format:\n\n```shell\ndotnet new sourcegen -n XamlAutomation -slnx\n```\n\nInclude PolySharp NuGet package:\n\n```shell\ndotnet new sourcegen -n XamlAutomation -ips\n```\n\n### VijayAnand.Slnx CLI Tool Package\n\nA .NET CLI tool to modify XML-based solution (`slnx`) files.\n\n#### Install Tool\n\n```shell\ndotnet tool install -g VijayAnand.Slnx\n```\n\n#### What's New\n\n**[v0.3.0](https://www.nuget.org/packages/VijayAnand.Slnx/0.3.0)**\n\n* Ability to add or remove files as solution items.\n* Ability to list files, projects, or both.\n* Proper existence check and project file validations while adding a project to the solution.\n* Ability to configure the deploy option while adding App projects.\n\n#### Supported Commands\n\n|Command|Description|\n|:---:|:---|\n|new|Create an empty solution containing no projects.|\n|add|Add a project/file to a solution file.|\n|list|List all projects/files in a solution file.|\n|remove|Remove a project/file from a solution file.|\n\n#### Command Usage\n\nWorks with an implicit solution file.\n\n```shell\nslnx new\n```\n\n```shell\nslnx add MyApp.csproj\n```\n\n```shell\nslnx add MyApp.csproj --deploy\n```\n\n```shell\nslnx add file Directory.Packages.props\n```\n\n```shell\nslnx list\n```\n\n```shell\nslnx list files\n```\n\n```shell\nslnx list all\n```\n\n```shell\nslnx remove MyApp.csproj\n```\n\n```shell\nslnx remove file Directory.Packages.props\n```\n\nWorks with an explicit solution file too.\n\n```shell\nslnx new Test\n```\n\n```shell\nslnx Test.slnx add MyApp.csproj\n```\n\n```shell\nslnx Test.slnx add MyApp.csproj --deploy\n```\n\n```shell\nslnx Test.slnx add file Directory.Packages.props\n```\n\n```shell\nslnx Test.slnx list\n```\n\n```shell\nslnx Test.slnx list files\n```\n\n```shell\nslnx Test.slnx list all\n```\n\n```shell\nslnx Test.slnx remove MyApp.csproj\n```\n\n```shell\nslnx Test.slnx remove file Directory.Packages.props\n```\n\n### VijayAnand.FontAwesome Package\n\n* v1 series compatible with Font Awesome 5 LTS font package\n* v2 series compatible with Font Awesome 6 font package\n\nNote for Font Awesome v6 glyph usage:\n\n* Number fonts have been named as Number_0, Number_1, ...\n* Letter fonts have been named as Letter_A, Letter_B, ...\n\nBrands - `FontAwesome.Brands`\n\nRegular - `FontAwesome.Regular`\n\nSolid - `FontAwesome.Solid`\n\n### VijayAnand.GoogleMaterial Package\n\nMaterial - `Google.Material`\n\nIn both the above packages, class under each of the namespace mentioned is titled as `IconFont`\n\n### VijayAnand.Toolkit Package\n\nAnd the class is named as `Constants`, a static class with another nested static class named as `Ascii`\n\nWithin which all are `char` constants to refer the ASCII character set with meaningful names, covered with frequently used alias names too\n\nCan be referenced with single static using statement as:\n\n```CS\nusing static VijayAnand.Toolkit.Constants.Ascii;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegvijayanand%2Fdotnet-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegvijayanand%2Fdotnet-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegvijayanand%2Fdotnet-utilities/lists"}