You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗕𝘂𝗴
In the Reactive BulkUpdate module of XpandFramework, the BulkUpdate action intermittently fails to display when using .NET 9 with C# in a Blazor Server application. After investigation, it appears that this issue arises when an XAF Web API is included in the same project (Web API and XAF in a single project).
𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲
Steps to reproduce the behavior:
Create a Blazor Server project using .NET 9 and Visual Studio 2022.
Include DevExpress Universal 24.2.3 in the project.
Add the Reactive BulkUpdate module.
Integrate an XAF Web API within the same project.
Attempt to use the BulkUpdate action.
Observe that the action sometimes appears and sometimes does not.
𝗘𝘅𝗽𝗲𝗰𝘁𝗲𝗱 𝗕𝗲𝗵𝗮𝘃𝗶𝗼𝗿
The BulkUpdate action should consistently display regardless of whether an XAF Web API is included in the project.
𝗖𝗼𝗻𝗳𝗶𝗴𝘂𝗿𝗮𝘁𝗶𝗼𝗻
Framework: .NET 9
IDE: Visual Studio 2022
DevExpress Version: Universal 24.2.3
Application Type: Blazor Server
Notes
This issue seems tied to the coexistence of XAF Web API and Blazor Server within the same project. Further investigation is needed to determine the root cause.
The text was updated successfully, but these errors were encountered:
interesting case to say the least! thnks for the heads up. I did not had the time to go deep dive but I have a solution which will include in the next minor. My guess is that now there is some hidden Xaf cache that mess this up. In any case please be aware that we may encounter such case again most probably cause my current solution works around the problem.
since u have RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.BulkObjectUpdate.BulkObjectUpdateModule)); u do nto need the same registration in your front end project.
To install the package the BulkUpddate package the only req is this <PackageReference Include="Xpand.XAF.Modules.BulkObjectUpdate" Version="4.242.4.2" /> in your agnostic module
Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.
If you do not use these packages directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.
𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗕𝘂𝗴
In the Reactive BulkUpdate module of XpandFramework, the BulkUpdate action intermittently fails to display when using .NET 9 with C# in a Blazor Server application. After investigation, it appears that this issue arises when an XAF Web API is included in the same project (Web API and XAF in a single project).
𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲
Steps to reproduce the behavior:
Create a Blazor Server project using .NET 9 and Visual Studio 2022.
Include DevExpress Universal 24.2.3 in the project.
Add the Reactive BulkUpdate module.
Integrate an XAF Web API within the same project.
Attempt to use the BulkUpdate action.
Observe that the action sometimes appears and sometimes does not.
𝗘𝘅𝗽𝗲𝗰𝘁𝗲𝗱 𝗕𝗲𝗵𝗮𝘃𝗶𝗼𝗿
The BulkUpdate action should consistently display regardless of whether an XAF Web API is included in the project.
𝗖𝗼𝗻𝗳𝗶𝗴𝘂𝗿𝗮𝘁𝗶𝗼𝗻
Framework: .NET 9
IDE: Visual Studio 2022
DevExpress Version: Universal 24.2.3
Application Type: Blazor Server
Notes
This issue seems tied to the coexistence of XAF Web API and Blazor Server within the same project. Further investigation is needed to determine the root cause.
The text was updated successfully, but these errors were encountered: