0.0.2
·
43 commits
to master
since this release
Initial release
What's included:
- Paket, FAKE, and Fornax added as
dotnetlocal tools (.config/dotnet-tools.json) build.fsxfile, containing default FAKE script with targets for building, testing, documentation generation, publishing to GitHub, and publishing to NuGetpaket.dependencieswith basic set of dependenciessrcfolder containing 2 projects - one class library (netstandard2.0), and CLI tool (netcoreapp3.1)testfolder containing UnitTest project using Expecto and FsCheckdocsfolder with Fornax documentation template that will generate nice documentation for your project..devcontainerfolder with definition of Development Container.github/workflowsfolder with definition for 2 GitHub actions - one for building and testing code as CI, one for deploying documentation when new tag is pushed. To use latter, you need to definePERSONAL_TOKENsecret in GitHub repo settings with Personal Access Token..github/ISSUE_TEMPLATEfolder with 2 different issue templates - one for bug report, other one for feature request