From 61219bc879265ce215c5aa95760eec62ab89e2b5 Mon Sep 17 00:00:00 2001 From: roysurles <37274814+roysurles@users.noreply.github.com> Date: Tue, 1 May 2018 23:09:44 -0500 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1c2adb --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# ElectronicColorCodeCalculator + +# Note: changed return type of IOhmValueCalculator.CalculateOhmValue to nullable decimal to allow: +1) null when unable to calculate (i.e bad input) +2) decimal values for decimal multipliers +3) values larger than int.MaxValue + +Needed: +1) .net core 2.0 +2) visual studio 2017 with latest updates + +To run: +1) Download or clone project +2) Open ElectronicColorCodeCalculator.sln +3) Restore NuGet packages for solution +4) Clean & rebuild Solution +5) Set Startup Project to ElectronicColorCodeCalculator.Mvc +6) Run & Test