aspnetcore
aspnetcore copied to clipboard
Add Tags property to OutputCache property.
Add Tags property to OutputCache property
The [OutputCache] attribute does not have a tags property which means you either need to define tags in a policy in DI or append the OtuputCaching(...).
Description
This just rounds out support for setting tags in the [OutputCache] attribute.
Addresses: #45842
@sebastienros I feel like this came up before, and you said we should do this. Am I misremembering?
This makes sense to me pending API review.
Linked issue updated with API review template.
/azp run
Azure Pipelines successfully started running 3 pipeline(s).