Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swimburger/asynchttpcontext
Learn how HttpContext.Current can lead to NullReferenceExceptions and how to avoid it
https://github.com/swimburger/asynchttpcontext
Last synced: about 8 hours ago
JSON representation
Learn how HttpContext.Current can lead to NullReferenceExceptions and how to avoid it
- Host: GitHub
- URL: https://github.com/swimburger/asynchttpcontext
- Owner: Swimburger
- License: mit
- Created: 2021-03-26T03:21:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T08:17:30.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:47:37.007Z (7 months ago)
- Language: JavaScript
- Homepage: https://swimburger.net/blog/dotnet/don-t-use-httpcontext-current-especially-when-using-async
- Size: 553 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Don't use HttpContext.Current, especially when using async
Learn how HttpContext.Current can lead to NullReferenceExceptions and how to avoid it
https://swimburger.net/blog/dotnet/don-t-use-httpcontext-current-especially-when-using-async