You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
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;