Skip to content

[WebtoolsE2E] [Configure the API with distributed caching] The documentation should be updated to add the 'using' required by the code. #2027

@Coleen17

Description

@Coleen17

Describe the issue or suggestion

Issue description
In Tutorial: Implement caching with .NET Aspire integrations doc, we need to update some instructions.

Issue1:

For Configure the API with distributed caching section, document shows that you need to update the Program.cs file of the xxx.ApiService project using the below command.
Image

EXPECTED
You need to add the "using" required code.

using System.Text;
using System.Text.Json;
using Microsoft.Extensions.Caching.Distributed;

Image


Associated WorkItem - 341260

Metadata

Metadata

Assignees

Labels

📌 seQUESTeredIdentifies that an issue has been imported into Quest.Pri1High priority, do before Pri2 and Pri3cachingContent related to caching.doc-bugProblem with the content; needs to be fixed [org][type][category]in-prokr-healthokr-qualityContent-health KR: Concerns article defects/freshness or build warnings.📦 release-9.0Used to track doc updates for release 9.0 of .NET Aspire.

Type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions