Changelog
All notable changes to Dangl.Data.Shared are documented here.
v1.1.1:
- Add
EmptyFormFileValidator
with extensions to support the generation of an invalidModelState
if a parameter of typeIFormFile
(or derived) is passed with aLength
of zero bytes
v1.1.0:
- The
Dangl.Data.Shared.AspNetCore
package was updated to ASP.NET Core 2.2 - Add
LocalizedSpaStaticFileExtensions
to help serving localized Single Page Applications (SPAs) - Add
IUserLanguageService
with default implementation
v1.0.10:
- Add
CompressedRequestMiddleware
to support clients sending compressed request bodies
v1.0.9:
- Add
HttpHeadRequestMiddleware
to support HttpHEAD
requests to all actions supporting originally only HttpGET
v1.0.8:
- Add
IClaimBasedAuthorizationRequirement
and supporting functionality
v1.0.7:
- Add
JsonOptionsExtensions
v1.0.6:
- Rename
FileResult
toFileResultContainer
v1.0.5:
- Add
FileResult
v1.0.3:
- Add logging to
ModelStateValidationFilter
if invalid requests get rejected
v1.0.2:
- Add
RequiredFormFileValidationFilter
to support checking for[Required]
parameters of typeIFormFile
on controller actions