From b061d4593ff9393adf66f0399e362de163fa4b9d Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 18 Feb 2025 22:02:25 +0800 Subject: [PATCH] Fix #5103: return a copy of the assembly list. --- Oqtane.Server/Controllers/InstallationController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Oqtane.Server/Controllers/InstallationController.cs b/Oqtane.Server/Controllers/InstallationController.cs index 207d082c..0ad80eb8 100644 --- a/Oqtane.Server/Controllers/InstallationController.cs +++ b/Oqtane.Server/Controllers/InstallationController.cs @@ -171,7 +171,8 @@ namespace Oqtane.Controllers } } return assemblyList; - }); + }).ToList(); + } // GET api//load?list=x,y