dotnet-web-api-boilerplate icon indicating copy to clipboard operation
dotnet-web-api-boilerplate copied to clipboard

A boilerplate / starter template for Web API server based on ASP .Net.

Results 20 dotnet-web-api-boilerplate issues
Sort by recently updated
recently updated
newest added

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...

area: dependencies
.NET

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

type: new-feature
area: API

- [ ] https://devblogs.microsoft.com/dotnet/new-dotnet-6-apis-driven-by-the-developer-community/ - [ ] #69 - [ ] Global usings - [x] #83 - [x] #82

type: enhancement

- [ ] Create a Data access layer - [ ] Add mock data source - [ ] Configure the data source from services in startup

area: Core

For configuring authentication, etc....

area: API

- [ ] Add integration tests that call the APIs - [ ] Explore mock database calls Ref: https://youtu.be/O3AvN2Rr1uI

area: testing

type: new-feature
area: Core

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

type: enhancement
area: Core

Create a new repo for it if needed

type: new-feature
area: Core