dotnet-web-api-boilerplate
dotnet-web-api-boilerplate copied to clipboard
A boilerplate / starter template for Web API server based on ASP .Net.
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.3.2 to 6.4.0. Release notes Sourced from Swashbuckle.AspNetCore's releases. v6.4.0 Changes since v6.3.0 Commits c70947f Upgrade swagger-ui/redoc & prep for new minor release 426c5bb Merge pull request...
Ref: - https://dotnetthoughts.net/implementing-content-security-policy-in-aspnetcore/#comment-5593448558 - https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP#sample_violation_report
- [ ] https://devblogs.microsoft.com/dotnet/new-dotnet-6-apis-driven-by-the-developer-community/ - [ ] #69 - [ ] Global usings - [x] #83 - [x] #82
- [ ] Create a Data access layer - [ ] Add mock data source - [ ] Configure the data source from services in startup
- [ ] Add integration tests that call the APIs - [ ] Explore mock database calls Ref: https://youtu.be/O3AvN2Rr1uI
Ref: 1. https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-7/#libraries-simplified-call-patterns-for-cryptographic-operations 2. https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-6/#cryptography Also look into - https://devblogs.microsoft.com/dotnet/new-dotnet-6-apis-driven-by-the-developer-community/#cspng-cryptographically-secure-pseudorandom-number-generator
Create a new repo for it if needed