{"id":23772144,"url":"https://github.com/connorjs/dotnet-with-esproj-example","last_synced_at":"2026-04-09T08:41:03.315Z","repository":{"id":249758208,"uuid":"824222874","full_name":"connorjs/dotnet-with-esproj-example","owner":"connorjs","description":"Example repo with C# and JS/TS with build orchestration via dotnet (csproj + esproj)","archived":false,"fork":false,"pushed_at":"2024-08-11T22:25:27.000Z","size":86,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T20:57:34.363Z","etag":null,"topics":["dotnet","esproj","jsps","npm","polyglot"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/connorjs.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-07-04T16:08:07.000Z","updated_at":"2024-12-30T07:42:51.000Z","dependencies_parsed_at":"2024-07-28T19:45:36.950Z","dependency_job_id":"533e9915-ab18-4ba3-ba2b-d66d3145fc5e","html_url":"https://github.com/connorjs/dotnet-with-esproj-example","commit_stats":null,"previous_names":["connorjs/dotnet-with-esproj-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorjs%2Fdotnet-with-esproj-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorjs%2Fdotnet-with-esproj-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorjs%2Fdotnet-with-esproj-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorjs%2Fdotnet-with-esproj-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/connorjs","download_url":"https://codeload.github.com/connorjs/dotnet-with-esproj-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239958312,"owners_count":19724926,"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":["dotnet","esproj","jsps","npm","polyglot"],"created_at":"2025-01-01T04:53:01.910Z","updated_at":"2026-04-01T20:30:17.548Z","avatar_url":"https://github.com/connorjs.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET with `.esproj` Example\n\nExample repository with C# and JS/TS with build orchestration via `dotnet` (`.csproj` and `.esproj`).\n\n[![codecov](https://codecov.io/gh/connorjs/dotnet-with-esproj-example/graph/badge.svg?token=QFRYKH8OOY)](https://codecov.io/gh/connorjs/dotnet-with-esproj-example)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=connorjs_dotnet-with-esproj-example\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=connorjs_dotnet-with-esproj-example)\n\n## Directory structure\n\nThe workspace (solution) has `client` and `server` directories separated to simplify the build process.\nSpecifically, they each have their own `Directory.*` files.\nMost other configuration files live in the root directory.\n\nThe solution view offers an alternative display of the workspace.\nIt reorganizes the root configuration files into `client`, `server`, and `shared` under the `files` solution folder.\nIt groups all projects together under the `projects` solution folder (no `client` and `server` separation).\n\n## Targets\n\nThe workspace uses the standard `dotnet` targets for both .NET and npm.\n\n- `restore` installs dependencies\n- `build` compiles, lints, and builds the projects\n- `test` runs unit tests with coverage\n\n.NET uses `build` for Analyzers and formatting (via `CSharpier.MSBuild`), so npm uses `build` for ESLint, tsc, and Prettier.\n\n`dotnet format` exists to help auto-fix, but is not used to verify the build.\n\n## Notes\n\n### Path separators\n\nPer my understanding, Windows happily accepts `/` for path separators.\nUnix requires `/`.\n\nThus, this workspace uses `/` in all configuration files except the `*.sln` file which uses `\\`.\nThis preserves the IDE edits made to the `*.sln` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorjs%2Fdotnet-with-esproj-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnorjs%2Fdotnet-with-esproj-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorjs%2Fdotnet-with-esproj-example/lists"}