Optimizing async tasks (ConfigureAwait(false))
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@@ -5,7 +5,25 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [test/v2.1.0](https://git.am-wd.de/AM.WD/common/compare/test/v2.0.0...test/v2.1.0) - 2023-10-13
|
||||
## upcoming - 0000-00-00
|
||||
|
||||
###### Diffs
|
||||
|
||||
- [AMWD.Common](https://git.am-wd.de/AM.WD/common/compare/v2.0.0...main)
|
||||
- [AMWD.Common.AspNetCore](https://git.am-wd.de/AM.WD/common/compare/asp/v2.0.0...main)
|
||||
- [AMWD.Common.EntityFrameworkCore](https://git.am-wd.de/AM.WD/common/compare/efc/v2.0.0...main)
|
||||
- [AMWD.Common.Test](https://git.am-wd.de/AM.WD/common/compare/test/v2.1.0...main)
|
||||
|
||||
### Added
|
||||
|
||||
- Added `ConfigureAwait(false)` to async calls where appropriate
|
||||
|
||||
|
||||
## test/v2.1.0 - 2023-10-13
|
||||
|
||||
###### Diffs
|
||||
|
||||
- [AMWD.Common.Test](https://git.am-wd.de/AM.WD/common/compare/test/v2.0.0...test/v2.1.0)
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
Reference in New Issue
Block a user