This project is an example C#/.net console application. It allows the user to input three triangle lengths, and, in return, the application will return some basic information.
Please install the /NET SDK which includes the dotnet cli command. https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial#install
Within the project's folder run: dotnet restore
Within the project's folder run: dotnet run --project TriangleService
Within the project's folder run: dotnet test
- The "Triangle" type for triangle classification was used as a catch all for those that were not listed
This code is open source, but it is not licensed for re-use. Credit goes to https://github.com/dotnet/samples/tree/master/core/getting-started/unit-testing-using-nunit for examples setting up a NUnit project.