From 6fc9e60f62a9ea8e0360944f95b52da80d6c084a Mon Sep 17 00:00:00 2001 From: Ikuo Ohba Date: Fri, 2 May 2025 23:45:13 +0900 Subject: [PATCH 1/2] fixed serverside resource path --- Oqtane.Server/Oqtane.Server.csproj | 3 +++ .../wwwroot/Modules/Templates/External/Server/AssemblyInfo.cs | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 Oqtane.Server/wwwroot/Modules/Templates/External/Server/AssemblyInfo.cs diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index b6c55409..5a9c6c03 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -74,4 +74,7 @@ + + + diff --git a/Oqtane.Server/wwwroot/Modules/Templates/External/Server/AssemblyInfo.cs b/Oqtane.Server/wwwroot/Modules/Templates/External/Server/AssemblyInfo.cs new file mode 100644 index 00000000..7c4c9cbe --- /dev/null +++ b/Oqtane.Server/wwwroot/Modules/Templates/External/Server/AssemblyInfo.cs @@ -0,0 +1,4 @@ +using System.Resources; +using Microsoft.Extensions.Localization; + +[assembly: RootNamespace("[Owner].Module.[Module].Server")] From 0d708124c204a9e869bf34ff2d4439a23012419d Mon Sep 17 00:00:00 2001 From: Ikuo Ohba Date: Wed, 7 May 2025 08:31:34 +0900 Subject: [PATCH 2/2] Undo Oqtane.Server.csproj --- Oqtane.Server/Oqtane.Server.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index 5a9c6c03..b6c55409 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -74,7 +74,4 @@ - - -