Commonly used interfaces, patterns and utilities by andculture engineering
This package is installed via NuGet
dotnet add [<PROJECT>] package AndcultureCode.CSharp.Core
$: cd documentation
$: npx cross-env CURRENT_BRANCH=main USE_SSH=true GIT_USER={GITHUB_USERNAME} GIT_PASS={GITHUB_PASSWORD} docusaurus deploy
- Install Dotnet Core 2.x
- Install the
and-cli
tooling found at AndcultureCode.Cli
Below are a few basics to get you started, but there are many more commands and options for managing this and other projects found in the and-cli
.
-
Run the build command
and-cli dotnet --build
-
Run the test command
and-cli dotnet-test
- Run the test command
and-cli dotnet-test --coverage
- Open the
coverage.opencover.xml
file in your browser
- Run the publish command with the next version number (See semver package versioning)
and-cli nuget --publish <version>
Information on contributing to this repo is in the Contributing Guide
Thanks goes to these wonderful people (emoji key):
Winton DeShong 💻 |
Brandon Scott 💻 |
Stefanie Leitch 💻 |
Jeb |
Joshua Hughes 💻 |
Dylan Justice 💻 |
Said B Shah 📖 |
Scott Savage 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!