Closed txt2203 closed 2 years ago
Security.Web and in general *.Web of this framework support only the Full .NetFramework
*. Win and all packages of the RX repository are .NET5 compatible http://xaf.expandframework.com/
Thanks. Do you have any plan to develop Security.Web in .NET5 and Blazor?
not under this architecture as I mention all packages of http://xaf.expandframework.com/ already designed for Blazor. What I find it worthy from the *.Web of this framework it will packaged as standalone and published from the Reactive repository together with Unit/EasyTests and docs/videos
𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴 I create XAF Blazor server. After adding Nuget eXpandSecurityWeb package to Module.Blazor, then adding RequiredModuleTypes raised error : RequiredModuleTypes.Add(typeof(Xpand.ExpressApp.Security.Web.XpandSecurityWebModule)); => Error: The type or namespace name 'Web' does not exist in the namespace 'Xpand.ExpressApp.Security' (are you missing an assembly reference?)
𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲
𝗘𝘅𝗽𝗲𝗰𝘁𝗲𝗱 𝗯𝗲𝗵𝗮𝘃𝗶𝗼𝗿 Searching Xpand source and I still see namespace Xpand.ExpressApp.Security.Web overthere ,also other Web packages for Web. However, package : Xpand.ExpressApp.Security.Web.XpandSecurityWebModule not exists (namespace Web not exist). 𝗦𝗰𝗿𝗲𝗲𝗻𝘀𝗵𝗼𝘁𝘀 See attached .