Skip to content

wolfvandenbussche/kata-dotnet-core-start

 
 

Repository files navigation

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.

About

NO WAY KATA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 47.6%
  • Batchfile 39.1%
  • C# 13.3%