Skip to content

phamhongphuc1999/csharp-practice

Repository files navigation

My C# Practice

ID Solution Note
1 MyPractice MY practice solution

document here

Run

  • To build

    dotnet build
  • To run

    dotnet run --project ./path-to-project
  • To test

    dotnet test

Format

  • The project use pre-commit and python environment to install some useful package that check your code before pushing code in github. If you want to try this solution, you must create python virtual environment firstly
python -m venv venv
  • After that, activate the environment and install pre-commit package
source ./venv/activate/bin
pip3 install -r requirements.txt
  • Install pre-commit to github hook
pre-commit install
  • Try to run
pre-commit run --all-file

Releases

No releases published

Packages

 
 
 

Languages