Skip to content

Releases: MathavanN/asp_net_core_api

0.2

01 Apr 13:04
106bf7f
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • Standard response for error (400,404, 500) results (Similar to ApiController model validation result)
  • Global Error Handling

0.1

29 Mar 17:08
404f77a
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release
  • Mainly using repository pattern, generics, LINQ, Entity framework core
  • Main business logic implemented in InMemeory Database (plan to use MSSQL DB)
  • ASP NET Identity, JWT Authentication implemented in a separate DB
  • Swagger for API Document
  • API Version
  • Logging (Serilog)
  • API Analyzer added - For proper swagger documentation
  • Model.IsValid is removed in each controller. (ApiController auto implement Model.IsValid)
  • Models, Enums, Context, Repositories moved to Supermarket.Core project
  • xUnit Test Project added
  • CircleCi
  • Standard response for error (400,404) results (Similar to ApiController model validation result)