KevinDockx / HttpCacheHeaders

ASP.NET Core middleware that adds HttpCache headers to responses (Cache-Control, Expires, ETag, Last-Modified), and implements cache expiration & validation models
MIT License
271 stars 57 forks source link

Nullable (& other) language improvements #133

Open KevinDockx opened 11 months ago

KevinDockx commented 11 months ago

Investigate how to improve the codebase with nullable reference types & others.

KevinDockx commented 3 months ago

Switched to file-scoped namespaces in 7.2.0. Nullable & others: TBD for 8.0.0.