{"id":24278467,"url":"https://github.com/stevegilham/altcode.fake","last_synced_at":"2025-07-06T14:03:50.753Z","repository":{"id":80554685,"uuid":"157856763","full_name":"SteveGilham/altcode.fake","owner":"SteveGilham","description":"FAKE build helpers","archived":false,"fork":false,"pushed_at":"2023-09-04T16:39:30.000Z","size":229,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T14:03:36.959Z","etag":null,"topics":["build","fake","gendarme"],"latest_commit_sha":null,"homepage":null,"language":"F#","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/SteveGilham.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,"zenodo":null}},"created_at":"2018-11-16T11:13:29.000Z","updated_at":"2025-07-02T16:29:44.000Z","dependencies_parsed_at":"2025-07-06T14:03:40.981Z","dependency_job_id":null,"html_url":"https://github.com/SteveGilham/altcode.fake","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/SteveGilham/altcode.fake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveGilham%2Faltcode.fake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveGilham%2Faltcode.fake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveGilham%2Faltcode.fake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveGilham%2Faltcode.fake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SteveGilham","download_url":"https://codeload.github.com/SteveGilham/altcode.fake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SteveGilham%2Faltcode.fake/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263914030,"owners_count":23529074,"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":["build","fake","gendarme"],"created_at":"2025-01-16T00:48:40.938Z","updated_at":"2025-07-06T14:03:50.733Z","avatar_url":"https://github.com/SteveGilham.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# altcode.fake\nFAKE helper code that I've written as a side-effect of other projects\n\n## What's in the box?\n\nFor FAKE ≥ 5.23.0 or later for .net core\n\n* [`AltCode.Fake.DotNet.Gendarme` ![Nuget](https://buildstats.info/nuget/AltCode.Fake.DotNet.Gendarme)](http://nuget.org/packages/altcode.fake.dotnet.gendarme), a gendarme helper along the lines of the FxCop task `Fake.DotNet.FxCop`\n\nCan be used with the most recent [homebrew release from my fork](https://www.nuget.org/packages/altcode.gendarme/) to analyze netcore/netstandard builds.  \n\nDotNet global tools\n\n*  [`AltCode.VsWhat` ![Nuget](https://buildstats.info/nuget/AltCode.VsWhat)](http://nuget.org/packages/altcode.vswhat), a tool to list Visual Studio instances and their installed packages; a thin wrapper over [BlackFox.VsWhere](https://github.com/vbfox/FoxSharp/blob/master/src/BlackFox.VsWhere/Readme.md) to make this one specific query.\n\n\n## Continuous Integration\n\n\n| | | |\n| --- | --- | --- |\n| **Build**  | \u003csup\u003eGitHub\u003c/sup\u003e [![Build status](https://github.com/SteveGilham/altcode.fake/workflows/CI/badge.svg)](https://github.com/SteveGilham/altcover/altcode.fake?query=workflow%3ACI) | [![Build history](https://buildstats.info/github/chart/SteveGilham/altcode.fake?branch=master)](https://github.com/SteveGilham/altcode.fake/actions?query=workflow%3ACI)|\n| **Unit Test coverage** | \u003csup\u003eCoveralls\u003c/sup\u003e | [![Coverage Status](https://coveralls.io/repos/github/SteveGilham/altcode.fake/badge.svg?branch=master)](https://coveralls.io/github/SteveGilham/altcode.fake?branch=master) |\n\n## Usage\n\nSee the [Wiki page](https://github.com/SteveGilham/altcode.fake/wiki) for details\n\n\n## Building\n\n### Tooling\n\n#### All platforms\n\nIt is assumed that the following are available\n\n.net core SDK 7.0.100 or later (`dotnet`) -- try https://www.microsoft.com/net/download  \n\n#### Windows\n\nYou will need Visual Studio VS2022 (Community Edition) latest with F# language support (or just the associated build tools and your editor of choice).\n\n#### *nix\n\nIt is assumed that the latest `mono`, and `dotnet` are on the `PATH` already, and everything is built from the command line, with your favourite editor used for coding.\n\n### Bootstrapping\n\nStart by setting up `required tools with `dotnet tool restore`\nThen `dotnet run --project ./Build/Setup.fsproj` to do the rest of the set-up.\n\n### Normal builds\n\nRunning `dotnet run --project ./Build/Build.fsproj` performs a full build/test/package process.\n\nUse `dotnet run --project ./Build/Build.fsproj --target \u003ctargetname\u003e` to run to a specific target.\n\n\n## Thanks to\n\n* [Coveralls](https://coveralls.io/r/SteveGilham/altcode.fake) for allowing free services for Open Source projects\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevegilham%2Faltcode.fake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevegilham%2Faltcode.fake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevegilham%2Faltcode.fake/lists"}