Closed CWolffIF closed 1 year ago
I do not see any reference or usage of SequenceStorage
in your sample or am I missing something
Sry, it was just added it as an navigational item during runtime, not in code.
if u are in a hurry and u want to fix it now by recompiling the source replace ln 164 of SequenceGenerator with
.SelectMany(dataLayer => application.WhenObjectSpaceCreated(true).Where(space => space is not NonPersistentObjectSpace)
I will update u again once I manage to understand why the original call fails
note: this temp fix conflicts with hangfire doc recommendations
latest version should be fine?
I tested it with 22.2.602 but it didnยดt work.
can u provide an update sample to verify it, your sample works on my side
We try it in the sample. My main project is .net7. So we test the sample on .net6 and .net7 and give you a feedback.
Hi, sofar it seems to be working for net6 again, at least for my project version, gone try a few things and let you know if it works as intended for us.
We also would like to upgrade to net7 and it doesnt seem to work on that version. I attached the initial Projects upgraded to net7. SequenceExample - Net7.zip
.NET7 is not supported yet see #980
Thatยดs bad news. There is a bug in Devexpress .net6 that is fixed in .net7.
my understanding is that .net7 does not suffer now from this bug? But still u can use .net6 with the hot fix?
also I guess it won't be that long to support it a Proof Read this text:
is pending on Harmony repo
OK. We went back to .net6 and it works fine.
The pre-release 4.222.11.0 in the Reactive.XAF lab
branch includes commits that relate to this task:
To minimize version conflicts we recommend that you use the Xpand.XAF.Core.All, Xpand.XAF.Win.All, Xpand.XAF.Web.All packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video).
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.
Thanks a lot for your contribution.
Hi Tolis,
since update 22.2.601 the SequenceStorage didnยดt work.
๐๐ฒ๐๐ฐ๐ฟ๐ถ๐ฏ๐ฒ ๐๐ต๐ฒ ๐ฏ๐๐ด: Objects that have a number generated via SequenceStorage donยดt get a new sequence number automaticly when saving. It works just fine for an application without any authentication, but doesnt seem to do anything when we include authentication.
ย ๐ง๐ผ ๐ฅ๐ฒ๐ฝ๐ฟ๐ผ๐ฑ๐๐ฐ๐ฒ: Start example project => Username : Adminย Password => none Assign DummyTicket class propertyย TicketNumber a sequence and try creating new ones.
Attached is an example project. Thank you for your time and assistance.
SequenceExample.zip