An open API service indexing awesome lists of open source software.

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

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.