Skip to content

Navigation Menu

Sign in
Sign up

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

About

🦋Simple C# package🐊

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /