https://github.com/brunozell/blank-dotnet-solution-template
Opinionated, statically evolving template for fresh .Net-Core solutions
https://github.com/brunozell/blank-dotnet-solution-template
csharp dotnet dotnet-core dotnet-template
Last synced: 3 months ago
JSON representation
Opinionated, statically evolving template for fresh .Net-Core solutions
- Host: GitHub
- URL: https://github.com/brunozell/blank-dotnet-solution-template
- Owner: BrunoZell
- License: mit
- Created: 2019-10-07T01:36:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T04:37:39.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T03:52:47.239Z (over 1 year ago)
- Topics: csharp, dotnet, dotnet-core, dotnet-template
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opinionated template for new .Net-Core solutions
This repository acts as a starting point for new .Net-Core applications.
## Features
- Generic [.editorconfig](https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options) with naming rules
- [Global.json](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-3.0) to lock .Net-Core SDK
- [.vsconfig](https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/) to discover required Visual Studio components
- [Default Roslyn analyzers](https://github.com/BrunoZell/blank-dotnet-solution-template/blob/master/analyzers.props) with a [solid ruleset](https://docs.microsoft.com/en-us/visualstudio/code-quality/using-rule-sets-to-group-code-analysis-rules?view=vs-2019)
## Todo
- [ ] Publish as NuGet package
- [ ] Parameterize hardcoded versions