-
Notifications
You must be signed in to change notification settings - Fork 161
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.Pri1High priority, do before Pri2 and Pri3High priority, do before Pri2 and Pri3cachingContent related to caching.Content related to caching.doc-bugProblem with the content; needs to be fixed [org][type][category]Problem with the content; needs to be fixed [org][type][category]in-prokr-healthokr-qualityContent-health KR: Concerns article defects/freshness or build warnings.Content-health KR: Concerns article defects/freshness or build warnings.📦 release-9.0Used to track doc updates for release 9.0 of .NET Aspire.Used to track doc updates for release 9.0 of .NET Aspire.
Milestone
Description
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.
EXPECTED
You need to add the "using" required code.
using System.Text;
using System.Text.Json;
using Microsoft.Extensions.Caching.Distributed;
Metadata
Metadata
Assignees
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.Pri1High priority, do before Pri2 and Pri3High priority, do before Pri2 and Pri3cachingContent related to caching.Content related to caching.doc-bugProblem with the content; needs to be fixed [org][type][category]Problem with the content; needs to be fixed [org][type][category]in-prokr-healthokr-qualityContent-health KR: Concerns article defects/freshness or build warnings.Content-health KR: Concerns article defects/freshness or build warnings.📦 release-9.0Used to track doc updates for release 9.0 of .NET Aspire.Used to track doc updates for release 9.0 of .NET Aspire.