Skip to content

A Template for dotnet repo

License

Notifications You must be signed in to change notification settings

dennismaxjung/dotnet-repo-template

Repository files navigation

XXXXXXXXXX

This is the Repo which contains XXXXXXXXXX

Introduction

TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.

Getting Started

Install

  • Install the latest .NET 8 SDK.
  • Run dotnet tool restore
  • Run dotnet husky install

Git Configuration

Since we are working with rebase the following git settings are useful:

  • git config rerere.enabled true: automatically resolve conflicts when they were already solved at some point

  • git config pull.rebase true: always rebase on pull

  • git config rebase.autostash true: automatically stash work before rebase and pop it afterward

  • TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. API references

Build and Test

TODO: Describe and show how to build your code and run the tests.

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

About

A Template for dotnet repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published