Skip to content
/ dotnet-template Public template

A simple .NET template for new projects.

License

Notifications You must be signed in to change notification settings

devantler/dotnet-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Template

Show/hide folder structure
.
└── .github
    └── workflows

2 directories

A simple .NET template for new projects.

Prerequisites

🚀 Getting Started

To get started, you can install the package from NuGet.

dotnet add package <package-name>

📝 Usage

Add a solution

dotnet new sln --name <name-of-solution>

Add a project

dotnet new <project-type> --output folder1/folder2/<name-of-project>

Add project to solution

dotnet sln add folder1/folder2/<name-of-project>

Building your solution

dotnet build

Running a project in your solution

dotnet run folder1/folder2/<name-of-project>

Testing your solution

dotnet test

About

A simple .NET template for new projects.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published