https://github.com/suddengunter/netcoreboilerplate
.Net Core app boillerplate
https://github.com/suddengunter/netcoreboilerplate
Last synced: over 1 year ago
JSON representation
.Net Core app boillerplate
- Host: GitHub
- URL: https://github.com/suddengunter/netcoreboilerplate
- Owner: SuddenGunter
- License: mit
- Created: 2019-11-17T16:26:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T12:05:39.000Z (over 6 years ago)
- Last Synced: 2025-01-23T13:13:53.155Z (over 1 year ago)
- Language: C#
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netcoreboilerplate
.Net Core app boillerplate
## TODO:
- [X] .Net Core 3 basic app
- [X] Use ReadyToRun for publish
- [ ] Multistaged Dockerfile
- [X] Static analysis
- [ ] DroneCI for app
- [ ] .Net Core project template
- [ ] DroneCI for template
- [X] Use dotnet-format
- [ ] Add Xunit project with all above features ^
## Running
Before using this template you need to install dependancies. .Net Core 3.0 and Ruby (for xcop) are required.
After that you can use `make getDeps` to install all required packages.