GitXplorerGitXplorer
m

dotnet-core-kata-boilerplate

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
480345ee59a29c63a4ec01f16e0b43a44a5bf947

Update README.md

committed 7 years ago
Unverified
1d8ffad5bd617c6a682af20c1dd49bc325299013

Update README.md

committed 7 years ago
Unverified
998dd75a9a288df9e97b517e9d683e06e15eea16

added static example class and tests

committed 8 years ago
Unverified
0a558924ce6309389f5bc6710b571bd31b31c0e4

renamed project folder

committed 8 years ago
Unverified
933c1c4bbe0cfba39887709d4a2e71f67f8f521f

added example case and tests

committed 8 years ago
Unverified
22b6faf97d0e5e759051fe9d77bcaac2ce57e50d

update readme

committed 8 years ago

README

The README file for this repository.

dotnet-core-kata-boilerplate

PLEASE NOTE THIS PROJECT IS DEPRECATED AND IS RUNNING AN OLD VERSION OF DOTNET CORE. IT IS ADVISED TO SIMPLY USE THE DOTNET CLI TO GENERATE A NEW MSTEST PROJECT AND CLASS LIBRARY.

Simple boilerplate to get up and going on a kata faster. Doing the configuration every time is tedious.

Provided classes are purely meant as example code, not as a reference for final project structure. Files should be well named and well structured, with the Test project structure mirroring that of the Lib project.

Usage

To get all dependencies in the project built...

git clone
./setup.sh