Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.56 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.56 KB

.NET

Getting Started

Install Dependencies

Warning! It's only required if you're going to maintain the project. As npm packages installed, you gotta use conventional commits from now on whenever you're using git.

  1. Using Node.js v20.5.1:
npm i
  1. Install .NET 8 - Link

  2. Run

npm start

Code Style

Microsoft Docs - Link

Use CSharpier - Link

Dependency Injection

LightInject Docs - Link

Dependency Graph

Install Dependensee - Link

Run the command:

dependensee . -t html -o ./dependensee.html

And open the output file in the root of the project.

Or check the docs - Link

You can also use npm to see the project tree.

npm run graph