Commit Graph

3 Commits

Author SHA1 Message Date
Doug Bunting 6b9e3985e0 Ignore `launchSettings.json` files
nit: reordered `.gitignore` file a bit by copying from another repo
2015-12-02 14:06:55 -08:00
damianedwards 944c84bc5d Implemented CookieRequestCultureStrategy & other changes:
- Updated sample to enable setting/clearing cultures via cookie
- Cache CultureInfo construction as it's not built into .NET Core
- Cache RequestCulture construction as they're immutable anyway and created lots per app if the middleware is running
- Fix issue where by invalid culture names were not handled (it crashed)
- Handle the pesky favicon.ico request from browsers
- Ignore .vs folder
2015-05-07 18:11:10 -07:00
damianedwards 9eede89418 Initial commit 2015-05-05 23:27:25 -07:00