This program is a bootstrap you will have to hack to earn points !
You need to have installed:
To make it work, you have to change properties in appsettings.json
as:
Settings:Host
: IP provided by your workshop leaderSettings:Team
: your own name, team name or anything that can identify you. Be careful, if you have the same name as someone else in this workshop, your connection will be refused.
cd client-csharp
dotnet restore
dotnet run --project ElephantCarpaccioClient
To parse a cart properly, you have to change the computeInvoice
method in Cart.cs
and return the correct invoice value.
To know what rules you will have to create, ask your team leader.
Finally, to apply your changes, you have to restart your program.