2019-11-30 20:09:58 +02:00
2023-11-13 00:02:47 +02:00
2023-11-15 10:48:03 +02:00
2021-06-19 16:52:04 +03:00
2021-08-19 11:30:27 +03:00
2023-11-15 00:40:52 +02:00
2021-06-19 16:47:14 +03:00
2021-06-19 16:52:04 +03:00
2019-11-30 19:14:09 +02:00
2022-09-07 21:19:04 +03:00
2021-06-20 20:02:46 +03:00
2019-11-30 19:40:55 +02:00
2023-11-15 18:51:33 +02:00
2021-06-20 18:53:16 +03:00
2021-06-20 18:53:16 +03:00

Templates - Dotnet

A simple template leveraging .Config dotfiles submodule for rapid project deployment. Simply rename Solution.{code-workspace,sln,sln.DotSettings} to your project name and get started! To use:

  • Make sure git symlinks are enabled in your system
  • Rename Solution.sln, Solution.sln.DotSettings and Solution.code-workspace to your project name (replacing only "Solution" on the file names)
  • Edit src/Directory.Build.props and add your project site URL (or your repository, if no site available)
  • Enter a terminal inside the folder you just cloned and run git submodule update --init

You can replace the submodule with a compatible fork (to preserve your own default namespace etc) provided it keeps file naming intact since most files are appearing as symlinks.

Description
A basic template to get started with when developing dotnet projects.
Readme 153 KiB
Languages
JSON 100%