Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.22 KB

kata-dotnet-core-start

This project has been generated by the Yeoman kata-net-core generator.

Development

Prerequisites

To compile, test and run this project the latest .NET Core SDK is required on your machine.

Build, Test, Run

On any computer with the .NET Core SDK run the following commands from the folder containing the kata-dotnet-core-start.sln file in order to build, test and run the application:

dotnet build
dotnet test
dotnet run --project "kata-dotnet-core-start.App"

Identify Code Duplication (Windows only)

The tools\dupfinder.bat file calls the JetBrains dupfinder tool and creates an HTML report of duplicated code blocks in the solution directory.

In order to use the tools\dupfinder.bat you need to globally install the JetBrains ReSharper Command Line Tools

From the folder containing the .sln file run

tools\dupfinder.bat

The report will be created as dupfinder-report.html in the current directory.