Skip to content

HarrisonStrand/Boulangerie-de-Pierre.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Week 8/C# and MSTests

Models/Program/Tests with C# comprehension 12/10/20

By Harrison Strand

Description

---This project was designed to display my comprehension of the material in week eight of Epicodus executing a console application in C# by creating a bakery that will give price of order functionality.

Setup

!!! Requires .NET Core 2.2 and C# 7.3 !!!

Open Locally

  1. Navigate to https://github.com/HarrisonStrand/Boulangerie-de-Pierre.Solution.git
  2. Click on the green 'Code' button and copy the repository HTTPS URL
  3. (a) Open your machine terminal and type in the command 'git clone https://github.com/HarrisonStrand/Boulangerie-de-Pierre.Solution.git' in the directory you would like to clone the repository. (b) Alternatively, click 'Download Zip' and open the file on your machine
  4. Navigate to 'BoulangeriedePierre.Tests' directory within the project and run: 'dotnet restore'
  5. Navigate back into the main directory 'BoulangeriedePierre.Solution'
  6. Navigate into the 'Bakery' directory and run 'dotnet build' then 'dotnet run' to start the console application.

Known Bugs

Error handling in Program.cs (line 67 and line 89) -Section navigation does not allow for errors if user enters a non numerical character. -non numbers will terminate the console application.

Technologies Used

C# version 7.3 dotnet script, REPL .NET Core version 2.2 Visual Studio Code Git/Github

Legal

Copyright 2020 Harrison Strand

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.