eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
http://expand.expandframework.com
Microsoft Public License
222 stars 115 forks source link

Xpand.ExpressApp.Security.Web not available in XAF Blazor #899

Closed txt2203 closed 2 years ago

txt2203 commented 2 years ago

𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴 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 XAF-mistakes .

apobekiaris commented 2 years ago

Security.Web and in general *.Web of this framework support only the Full .NetFramework

https://github.com/eXpandFramework/eXpand/blob/caeec3396188d30c3e75e5c020b7b8aa00332ad8/Xpand/Xpand.ExpressApp.Modules/Security.Web/Xpand.ExpressApp.Security.Web.csproj#L6

apobekiaris commented 2 years ago

*. Win and all packages of the RX repository are .NET5 compatible http://xaf.expandframework.com/

txt2203 commented 2 years ago

Thanks. Do you have any plan to develop Security.Web in .NET5 and Blazor?

apobekiaris commented 2 years ago

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