Otherwise, the content in `Resources` may return inconsistent data.
@ -30,6 +30,6 @@ public class WebRequestResources : IWebRequestResources, IScopedDependency
}
Resources.Add(path, resources);
return resources;
return resources.ToList();