This project has been generated by the Yeoman kata-net-core generator.
To compile, test and run this project the latest .NET Core SDK is required on your machine.
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"
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.