Simple application that calculates the salary based on the specified hours and the hourly wage.
- Language: C#
- Framework: netCore 6.0
- Tools: Wix Toolset
Add "C:\Program Files (x86)\WiX Toolset v3.11\bin" to user path.
-
OS: Windows
-
Use script:
- build_windows.ps1
-
OS in container: Linux
-
Use script:
- build_docker.ps1
-
OS: Linux
-
Use script:
- build_linux.ps1
- docker pull moleszek/salarycalculator:latest
-
Windows:
- From CMD/PowerShell run "C:\Program Files\Funny Company\SalaryCalculator.exe -h/hours 100 -w/hourly-wage 10
-
Docker:
- docker run --rm moleszek/salarycalculator:latest -h/hours 100 -w/hourly-wage 10
-
Linux:
- dotnet run SalaryCalculator.dll -h/hours 100 -w/hourly-wage 10