aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Add Tags property to OutputCache property.

Open mitchdenny opened this issue 2 years ago • 2 comments

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

mitchdenny avatar Jan 03 '23 02:01 mitchdenny

@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.

halter73 avatar Jan 04 '23 00:01 halter73

Linked issue updated with API review template.

mitchdenny avatar Jan 04 '23 06:01 mitchdenny

/azp run

mitchdenny avatar Jan 10 '23 22:01 mitchdenny

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Jan 10 '23 22:01 azure-pipelines[bot]