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
these methods are used in testing but I see they are useful in the production api as well, so sure happy to move it in hte Blazor package, for now just copy paste the existing in your project until the next minor
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.
Hi,
I'm trying to use the Xpand.XAF.Modules.Reactive.Services.ViewExtensions. SelectObject extension method https://github.com/eXpandFramework/Reactive.XAF/blob/b35d53f6f84752d9c902e79cf1d0bf9ff62112cd/src/Modules/Reactive/Services/ViewExtensions.cs#L44.
Unfortunately this does not work out of the box in a XAF Blazor solution, because the Xpand.XAF.Modules.Reactive.Services.IObjectSelector`1 is not registered. I found an ObjectSelectorService on github, but it resides in the tests project: https://github.com/eXpandFramework/Reactive.XAF/blob/b35d53f6f84752d9c902e79cf1d0bf9ff62112cd/src/Tests/TestsLib/PlatformServices.cs#L6
Does it make sense to add/register it in the Xpand.XAF.Modules.Blazor package?
Thank you!
The text was updated successfully, but these errors were encountered: