Skip to content

ASP.NET Core 6, Azure Cosmos DB .NET SDK v3 for SQL API, and General Refactoring

Latest
Compare
Choose a tag to compare
@tpeczek tpeczek released this 21 Nov 14:05
· 6 commits to main since this release
  • Upgraded to ASP.NET Core 6.0.0
  • Refactored to use Azure Cosmos DB .NET SDK v3 for SQL API
  • Dropped HeadMethodMiddleware as it no longer works with endpoint routing
  • Refactored conditional requests validators to utilize _etag and _ts from Azure Cosmos DB
  • Introduced usage of IAsyncEnumerable
  • Refactored from "by layer" organization to more "by feature" organization